[PATCH] Change unnamespaced file.hxx macro
Andy Holder
andy.m.holder at googlemail.com
Wed Dec 8 05:38:03 PST 2010
---
extensions/source/update/check/updatecheck.cxx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index ef93d21..747d642 100644
--- a/extensions/source/update/check/updatecheck.cxx
+++ b/extensions/source/update/check/updatecheck.cxx
@@ -1544,7 +1544,7 @@ UpdateCheck::storeReleaseNote(sal_Int8 nNum, const rtl::OUString &rURL)
return true;
osl::File aFile( aFilePath );
- rc = aFile.open( OpenFlag_Write | OpenFlag_Create );
+ rc = aFile.open( osl_File_OpenFlag_Write | osl_File_OpenFlag_Create );
if ( rc != osl::FileBase::E_None ) return false;
--
1.7.3.2
--MP_/2dNU.Sfnptt13GKZ/i/WmB2
Content-Type: text/x-patch
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename=0001-Change-unnamespaced-file.hxx-macros-extensions.patch
More information about the LibreOffice
mailing list