summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/standardcontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/standardcontrol.cxx')
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 61c2c0e7496f..395b564291be 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -204,7 +204,7 @@ namespace pcr
if ( m_bIsPassword )
{
if ( !sText.isEmpty() )
- aPropValue <<= (sal_Int16)sText.getStr()[0];
+ aPropValue <<= (sal_Int16)sText[0];
}
else
aPropValue <<= sText;