diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-08 14:55:43 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-09 08:41:11 +0200 |
commit | e2931bce34a274167da52792d07b19743d488aa0 (patch) | |
tree | 94935326a3b5753335ff507463393db63a325c6e /registry/test | |
parent | 0833143c271ae444ca83ec16923db9f403f98b86 (diff) |
convert RTMethodMode to scoped enum
Change-Id: I81599570698eb92abf14fa6386d8545c2031e863
Diffstat (limited to 'registry/test')
-rw-r--r-- | registry/test/testregcpp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/test/testregcpp.cxx b/registry/test/testregcpp.cxx index e7853c36b81e..19ef8a7ee157 100644 --- a/registry/test/testregcpp.cxx +++ b/registry/test/testregcpp.cxx @@ -235,7 +235,7 @@ void test_coreReflection() OUString("DummyFile"), RTFieldAccess::CONST, aConst); writer.setMethodData(0, OUString("methodA"), - OUString("double"), RT_MODE_TWOWAY, 2, 1, + OUString("double"), RTMethodMode::TWOWAY, 2, 1, OUString("Hallo ich bin die methodA")); writer.setParamData(0, 0, OUString("ModuleA/StructA"), OUString("aStruct"), RT_PARAM_IN); |