summaryrefslogtreecommitdiff
path: root/shell/qa
diff options
context:
space:
mode:
authorAndy Holder <andy.m.holder@googlemail.com>2010-12-11 18:02:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-12 21:16:57 +0000
commitc0bc502f55fe555dc14e18362dcea246ab2f054c (patch)
tree485a1d7995d953d0d728729e141aa1e78f9a2375 /shell/qa
parent4dfd93a3b31e8e9421fff0c6b81cd6d4fb8f4103 (diff)
Change unnamespace file.hxx macros
Diffstat (limited to 'shell/qa')
-rw-r--r--shell/qa/recent_docs.cxx2
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);