summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Holder <andy.m.holder@googlemail.com>2010-12-08 13:38:03 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-09 20:20:50 +0000
commit5e09ab4967e6d8b68f7d5740a71ea23222baa5ae (patch)
tree587d598519e77a1b8ccaaf803aeef46ba8e59b1b
parenta167edf8cd1e478566c9d00f7f8d566e23bf7a7c (diff)
Change unnamespaced file.hxx macro
-rw-r--r--extensions/source/update/check/updatecheck.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index 5e42f7f0fa00..1e0366f6de11 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;