diff options
author | Andy Holder <andy.m.holder@googlemail.com> | 2010-12-11 18:02:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-12 21:16:57 +0000 |
commit | c0bc502f55fe555dc14e18362dcea246ab2f054c (patch) | |
tree | 485a1d7995d953d0d728729e141aa1e78f9a2375 /shell/qa | |
parent | 4dfd93a3b31e8e9421fff0c6b81cd6d4fb8f4103 (diff) |
Change unnamespace file.hxx macros
Diffstat (limited to 'shell/qa')
-rw-r--r-- | shell/qa/recent_docs.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/qa/recent_docs.cxx b/shell/qa/recent_docs.cxx index db4e56a64ab2..b6bd9637d6b6 100644 --- a/shell/qa/recent_docs.cxx +++ b/shell/qa/recent_docs.cxx @@ -137,7 +137,7 @@ public: void read_recently_used(void* buffer, size_t size) { File ruf(get_recently_used_url()); - FileBase::RC rc = ruf.open(OpenFlag_Read); + FileBase::RC rc = ruf.open(osl_File_OpenFlag_Read); CPPUNIT_ASSERT_MESSAGE("Cannot open ~/.recently-used", FileBase::E_None == rc); |