summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impimagetree.cxx
diff options
context:
space:
mode:
authorAndy Holder <andy.m.holder@gmail.com>2010-12-12 14:51:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-13 20:56:42 +0000
commit5c0df36de34462cbe5d2fb556a2e2b6ea30eb55d (patch)
tree0f43955c95da9e00d6942091d260b12982c78f17 /vcl/source/gdi/impimagetree.cxx
parentdfdbbd15412f41b986fa6bc6df682856ec1581c8 (diff)
Change unnamespaced file.hxx macros
Diffstat (limited to 'vcl/source/gdi/impimagetree.cxx')
-rw-r--r--vcl/source/gdi/impimagetree.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/impimagetree.cxx b/vcl/source/gdi/impimagetree.cxx
index 79a3ad051446..f5d319f6c936 100644
--- a/vcl/source/gdi/impimagetree.cxx
+++ b/vcl/source/gdi/impimagetree.cxx
@@ -138,7 +138,7 @@ bool ImplImageTree::checkStyle(rtl::OUString const & style)
// skip brand-specific icon themes; they are incomplete and thus not useful for this check
if (nFromIndex < 0 || !aZipURL.match(sBrandURLSuffix, nFromIndex)) {
osl::File aZip(aZipURL);
- if (aZip.open(OpenFlag_Read) == ::osl::FileBase::E_None) {
+ if (aZip.open(osl_File_OpenFlag_Read) == ::osl::FileBase::E_None) {
aZip.close();
exists = true;
}