summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unosett.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unosett.cxx')
-rw-r--r--sw/source/core/unocore/unosett.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unosett.cxx b/sw/source/core/unocore/unosett.cxx
index 87d0cb52785b..9b63caa42e1f 100644
--- a/sw/source/core/unocore/unosett.cxx
+++ b/sw/source/core/unocore/unosett.cxx
@@ -1490,7 +1490,7 @@ uno::Sequence<beans::PropertyValue> SwXNumberingRules::GetPropertiesForNumFormat
if(pOrient)
{
uno::Any any;
- pOrient->QueryValue(any, MID_VERTORIENT_ORIENT);
+ pOrient->QueryValue(any);
aPropertyValues.push_back(PropertyValue(
UNO_NAME_VERT_ORIENT, -1, any, PropertyState_DIRECT_VALUE));
}