summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:12:21 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:41:12 +0200
commit8d6da3b8aed0b523375e00eb5b5e3c2b4ca89edf (patch)
treebd87e6ced5aed2099f8090477470b049b515a9da /vcl/source/gdi/pdfwriter_impl.cxx
parent5f684581126028798eb82ba5904179b36dac9841 (diff)
fdo#62475 - remove visual noise
Change-Id: I7409f7a58796c9bf7542b6a7904ad40581637eeb
Diffstat (limited to 'vcl/source/gdi/pdfwriter_impl.cxx')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 11211621c00e..bd282b9988f1 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -2254,7 +2254,7 @@ ImplFontEntry* ImplPdfBuiltinFontData::CreateFontInstance( FontSelectPattern& rF
return pEntry;
}
-// -----------------------------------------------------------------------
+// - PDFWriterImpl -
sal_Int32 PDFWriterImpl::newPage( sal_Int32 nPageWidth, sal_Int32 nPageHeight, PDFWriter::Orientation eOrientation )
{
@@ -5136,7 +5136,6 @@ void PDFWriterImpl::createDefaultRadioButtonAppearance( PDFWidget& rBox, const P
bool PDFWriterImpl::emitAppearances( PDFWidget& rWidget, OStringBuffer& rAnnotDict )
{
-
// TODO: check and insert default streams
OString aStandardAppearance;
switch( rWidget.m_eType )
@@ -5838,6 +5837,7 @@ bool PDFWriterImpl::emitCatalog()
else
aLine.append( "/NeedAppearances true>>\n" );
}
+
//--->i59651
//check if there is a Metadata object
if( nOutputIntentObject )
@@ -5846,6 +5846,7 @@ bool PDFWriterImpl::emitCatalog()
aLine.append( nOutputIntentObject );
aLine.append( " 0 R]" );
}
+
if( nMetadataObject )
{
aLine.append("/Metadata ");
@@ -6408,7 +6409,6 @@ static void escapeStringXML( const OUString& rStr, OUString &rValue)
}
// emits the document metadata
-//
sal_Int32 PDFWriterImpl::emitDocumentMetadata()
{
if( !m_bIsPDF_A1 )