diff options
author | Cao Cuong Ngo <cao.cuong.ngo@gmail.com> | 2013-07-13 15:01:02 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2013-09-02 13:51:50 +0200 |
commit | aada05f1ab24c6971854ff66c5ef3a5da4217b72 (patch) | |
tree | 00f1e3a00a2570185a24a8def7a22b1c09eb5014 /sfx2/source/dialog | |
parent | b24c15f2e338bd89bfd3059024d5d78d1b5767b8 (diff) |
Cmis properties dialog
when value is empty, set to String type
Change-Id: Ic9cabfa6437342ff8962e9d758e745d802e8f73b
Diffstat (limited to 'sfx2/source/dialog')
-rw-r--r-- | sfx2/source/dialog/dinfdlg.cxx | 2 |
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 ) |