Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hye,

I'm joining the fun.
Here's my first time to git, and first patch for Libreoffice.
Take it under LGPLv3+ / MPL.

regards,
Michael
From ae373b2ff0594ee00f2e832d4d11f5f321c0d5e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Lef=C3=A8vre?= <lefevre00@yahoo.fr>
Date: Tue, 22 Feb 2011 23:07:28 +0100
Subject: [PATCH] Remove bogus comment

Simplifie bug id comment, removing bogus comment by the way
---
 sc/source/ui/unoobj/docuno.cxx |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index ef8c939..39bd657 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -1152,17 +1152,15 @@ void SAL_CALL ScModelObj::render( sal_Int32 nSelRenderer, const uno::Any& 
aSelec
             sal_Int32 nParent = -1;     // top-level
             pPDFData->CreateOutlineItem( nParent, aTabName, nDestID );
         }
-        //--->i56629
-        // add the named destination stuff
+        // #i56629# add the named destination stuff
         if( pPDFData && pPDFData->GetIsExportNamedDestinations() )
         {
             Rectangle aArea( pDev->PixelToLogic( Rectangle( 0,0,0,0 ) ) );
             String aTabName;
             pDoc->GetName( nTab, aTabName );
-//need the PDF page number here
+            //need the PDF page number here
             pPDFData->CreateNamedDest( aTabName, aArea );
         }
-        //<---i56629
     }
 
     (void)aFunc.DoPrint( aPage, nTabStart, nDisplayStart, TRUE, NULL, NULL );
-- 
1.7.1


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.