summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/dinfdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index a53281ac85e7..545775a3d1c3 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -2572,7 +2572,7 @@ void CmisPropertiesWindow::AddLine( const OUString& sId, const OUString& sName,
SvtSysLocale aSysLocale;
const LocaleDataWrapper& rLocaleWrapper = aSysLocale.GetLocaleData();
pNewLine->m_aName.SetText( sName );
- OUString sType = CMIS_TYPE_ANY;
+ OUString sType = CMIS_TYPE_STRING;
OUString sValue;
if ( rAny >>= nTmpValue )