summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/fldui/xfldui.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/xfldui.cxx')
-rw-r--r--sw/source/ui/fldui/xfldui.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fldui/xfldui.cxx b/sw/source/ui/fldui/xfldui.cxx
index 61624c9f3394..c6cf2c4b7f69 100644
--- a/sw/source/ui/fldui/xfldui.cxx
+++ b/sw/source/ui/fldui/xfldui.cxx
@@ -125,7 +125,7 @@ sal_Bool SwFldMgr::IsDBNumeric( const String& rDBName, const String& rTblQryName
Any aCol = xCols->getByName(rFldName);
Reference <XPropertySet> xCol;
aCol >>= xCol;
- Any aType = xCol->getPropertyValue(OUString("Type"));
+ Any aType = xCol->getPropertyValue("Type");
sal_Int32 eDataType = 0;
aType >>= eDataType;
switch(eDataType)