[PATCH] Change unnamespace file.hxx macro

Andy Holder andy.m.holder at googlemail.com
Sat Dec 11 08:33:22 PST 2010


---
 sdext/source/pdfimport/test/outputwrap.hxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sdext/source/pdfimport/test/outputwrap.hxx b/sdext/source/pdfimport/test/outputwrap.hxx
index 5da34d5..24eb74d 100644
--- a/sdext/source/pdfimport/test/outputwrap.hxx
+++ b/sdext/source/pdfimport/test/outputwrap.hxx
@@ -49,7 +49,7 @@ typedef ::cppu::WeakComponentImplHelper1<
 
         explicit OutputWrap( const rtl::OUString& rURL ) : OutputWrapBase(m_aMutex), maFile(rURL) 
         {
-            maFile.open(osl_File_OpenFlag_Create|OpenFlag_Write);
+            maFile.open(osl_File_OpenFlag_Create|osl_File_OpenFlag_Write);
         }
 
         virtual void SAL_CALL writeBytes( const com::sun::star::uno::Sequence< ::sal_Int8 >& aData ) throw (com::sun::star::io::NotConnectedException,com::sun::star::io::BufferSizeExceededException, com::sun::star::io::IOException, com::sun::star::uno::RuntimeException)
-- 
1.7.3.2


--MP_/b/7eCpPSuNsI+VjM0PBzGO.
Content-Type: text/x-patch
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename=0001-Change-unnamespace-file.hxx-macros-libs-core.patch



More information about the LibreOffice mailing list