[Libreoffice-commits] .: binfilter/bf_sfx2 binfilter/bf_sw filter/source
Katarina Machalkova
bubli at kemper.freedesktop.org
Fri Apr 22 05:43:38 PDT 2011
binfilter/bf_sfx2/source/view/sfx2_printer.cxx | 1 -
binfilter/bf_sw/source/core/unocore/sw_unosect.cxx | 2 --
filter/source/pdf/impdialog.hrc | 1 -
filter/source/pdf/pdfexport.cxx | 3 ---
filter/source/pdf/pdfexport.hxx | 1 -
5 files changed, 8 deletions(-)
New commits:
commit b854ad571e55e957e6d0ba95580de524f2d6a668
Author: Júlio Hoffimann <julio.hoffimann at gmail.com>
Date: Fri Apr 22 08:00:56 2011 -0300
left arrow comments removed // <--
diff --git a/binfilter/bf_sfx2/source/view/sfx2_printer.cxx b/binfilter/bf_sfx2/source/view/sfx2_printer.cxx
index a11a015..9bb4e27 100644
--- a/binfilter/bf_sfx2/source/view/sfx2_printer.cxx
+++ b/binfilter/bf_sfx2/source/view/sfx2_printer.cxx
@@ -132,7 +132,6 @@ namespace binfilter {
aJobSetup.SetValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "StrictSO52Compatibility" ) ),
rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "true" ) ) );
SetJobSetup( aJobSetup );
- // <--
/*N*/ }
//--------------------------------------------------------------------
diff --git a/binfilter/bf_sw/source/core/unocore/sw_unosect.cxx b/binfilter/bf_sw/source/core/unocore/sw_unosect.cxx
index 7d1f2d6..8718467 100644
--- a/binfilter/bf_sw/source/core/unocore/sw_unosect.cxx
+++ b/binfilter/bf_sw/source/core/unocore/sw_unosect.cxx
@@ -696,7 +696,6 @@ void SwXTextSection::setPropertyValues(
{
// always prevent update of an existing link in the section
pDoc->ChgSection( i, aSection, aItemSet.pItemSet, sal_True );
- // <--
{
// temporarily remove actions to allow cursor update
@@ -1199,7 +1198,6 @@ void SwXTextSection::setPropertyToDefault( const OUString& rPropertyName )
{
// always prevent update of an existing link in the section
pDoc->ChgSection( i, aSection, pNewAttrSet, sal_True );
- // <--
{
// temporarily remove actions to allow cursor update
diff --git a/filter/source/pdf/impdialog.hrc b/filter/source/pdf/impdialog.hrc
index e7ccbf6..75708d1 100644
--- a/filter/source/pdf/impdialog.hrc
+++ b/filter/source/pdf/impdialog.hrc
@@ -187,4 +187,3 @@
#define CB_CNV_OOO_DOCTOPDF 155
#define CB_EXP_BMRK_TO_DEST 156
-//<---
diff --git a/filter/source/pdf/pdfexport.cxx b/filter/source/pdf/pdfexport.cxx
index e97171e..bffd26c 100644
--- a/filter/source/pdf/pdfexport.cxx
+++ b/filter/source/pdf/pdfexport.cxx
@@ -157,7 +157,6 @@ PDFExport::PDFExport( const Reference< XComponent >& rxSrcDoc,
mnDefaultLinkAction ( 0 ),
mbConvertOOoTargetToPDFTarget( sal_False ),
mbExportBmkToDest ( sal_False )
-//<---
{
}
@@ -551,7 +550,6 @@ sal_Bool PDFExport::Export( const OUString& rFile, const Sequence< PropertyValue
rFilterData[ nData ].Value >>= mbConvertOOoTargetToPDFTarget;
else if ( rFilterData[ nData ].Name == OUString( RTL_CONSTASCII_USTRINGPARAM( "ExportBookmarksToPDFDestination" ) ) )
rFilterData[ nData ].Value >>= mbExportBmkToDest;
-//<---
else if ( rFilterData[ nData ].Name == OUString( RTL_CONSTASCII_USTRINGPARAM( "ExportBookmarks" ) ) )
rFilterData[ nData ].Value >>= mbExportBookmarks;
else if ( rFilterData[ nData ].Name == OUString( RTL_CONSTASCII_USTRINGPARAM( "OpenBookmarkLevels" ) ) )
@@ -782,7 +780,6 @@ sal_Bool PDFExport::Export( const OUString& rFile, const Sequence< PropertyValue
//and remove the remote goto action forced on PDF file
aContext.ForcePDFAction = sal_False;
}
-//<---
}
// all context data set, time to create the printing device
PDFWriter* pPDFWriter = new PDFWriter( aContext, xEnc );
diff --git a/filter/source/pdf/pdfexport.hxx b/filter/source/pdf/pdfexport.hxx
index 304223a..1dbb7d9 100644
--- a/filter/source/pdf/pdfexport.hxx
+++ b/filter/source/pdf/pdfexport.hxx
@@ -114,7 +114,6 @@ private:
sal_Int32 mnDefaultLinkAction;
sal_Bool mbConvertOOoTargetToPDFTarget;
sal_Bool mbExportBmkToDest;
-//<---
sal_Bool ImplExportPage( ::vcl::PDFWriter& rWriter, ::vcl::PDFExtOutDevData& rPDFExtOutDevData,
const GDIMetaFile& rMtf );
void ImplWriteWatermark( ::vcl::PDFWriter& rWriter, const Size& rPageSize );
More information about the Libreoffice-commits
mailing list