summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfrib.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-18 13:27:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-18 14:12:28 +0100
commited609b5119bea695de24a78892e817132082060d (patch)
tree25edce90a7b196b8ebd3309a70a44d317d003429 /lotuswordpro/source/filter/lwpfrib.cxx
parentlinguistic: Use appropriate OUString functions on string constants (diff)
downloadcore-ed609b5119bea695de24a78892e817132082060d.tar.gz
core-ed609b5119bea695de24a78892e817132082060d.zip
lotuswordpro: Use appropriate OUString functions on string constants
Change-Id: I8cccb8e558aba949d64cf9e7b85316d8e2e15865
Diffstat (limited to 'lotuswordpro/source/filter/lwpfrib.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpfrib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpfrib.cxx b/lotuswordpro/source/filter/lwpfrib.cxx
index bc404aacc40f..3ecc266fa9da 100644
--- a/lotuswordpro/source/filter/lwpfrib.cxx
+++ b/lotuswordpro/source/filter/lwpfrib.cxx
@@ -247,7 +247,7 @@ void LwpFrib::RegisterStyle(LwpFoundry* pFoundry)
//note by ,1-27
rtl::Reference<XFFont> pFont;
XFTextStyle* pStyle = NULL;
- m_StyleName = "";
+ m_StyleName.clear();
XFStyleManager* pXFStyleManager = LwpGlobalMgr::GetInstance()->GetXFStyleManager();
if (m_pModifiers->HasCharStyle)
{