summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-07-13 15:01:02 +0200
committerCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-07-13 15:01:02 +0200
commit4844a020da357eacb15831bf3cd7e095b06bb960 (patch)
tree51bf0e04b86821325f07911a690c824dab129e21
parentb27fc4cc51d9d8bdd177d1ebfa89952ca8864720 (diff)
Cmis properties dialog
when value is empty, set to String type Change-Id: Ic9cabfa6437342ff8962e9d758e745d802e8f73b
-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 a79f5f043c57..a50857748540 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -2534,7 +2534,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 )