summaryrefslogtreecommitdiff
path: root/stoc/test/testsmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/testsmgr.cxx')
-rw-r--r--stoc/test/testsmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/test/testsmgr.cxx b/stoc/test/testsmgr.cxx
index a6097e04491b..666d16fa5f92 100644
--- a/stoc/test/testsmgr.cxx
+++ b/stoc/test/testsmgr.cxx
@@ -63,7 +63,7 @@ void setStarUserRegistry()
OUString userReg = getExePath();
userReg += "user.rdb";
- if(myRegistry->open(userReg, REG_READWRITE))
+ if(myRegistry->open(userReg, RegAccessMode::READWRITE))
{
OSL_VERIFY(!myRegistry->create(userReg));
}