summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/xoutdev/xattr.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx
index 1067b96521f7..cf8070e09fc0 100644
--- a/svx/source/xoutdev/xattr.cxx
+++ b/svx/source/xoutdev/xattr.cxx
@@ -76,8 +76,6 @@ using namespace ::com::sun::star;
/************************************************************************/
-XubString aNameOrIndexEmptyString;
-
TYPEINIT1_AUTOFACTORY(NameOrIndex, SfxStringItem);
/*************************************************************************
@@ -109,7 +107,7 @@ long ScaleMetricValue( long nVal, long nMul, long nDiv )
*************************************************************************/
NameOrIndex::NameOrIndex(sal_uInt16 _nWhich, sal_Int32 nIndex) :
- SfxStringItem(_nWhich, aNameOrIndexEmptyString),
+ SfxStringItem(_nWhich, rtl::OUString()),
nPalIndex(nIndex)
{
}