From 9adf9a2d63927ef3e3573ce062bb741659534422 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 14 May 2013 15:12:45 +0900 Subject: sal_Int*/sal_uInt* to bool Change-Id: I133445673895e26d6f19a7843f005dc13870f9ca --- vcl/source/gdi/pdfwriter_impl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index 20e6a5b8474e..937eb8467811 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -4622,7 +4622,7 @@ we check in the following sequence: { if( m_aContext.ConvertOOoTargetToPDFTarget ) { - sal_Int32 bChangeFileExtensionToPDF = false; + bool bChangeFileExtensionToPDF = false; //examine the file type (.odm .odt. .odp, odg, ods) if( aFileExtension.equalsIgnoreAsciiCase(OUString( "odm" ) ) ) bChangeFileExtensionToPDF = true; -- cgit