summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfribbreaks.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-03-08 00:05:32 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-03-08 01:21:25 -0600
commitd634ce9edb6f1df409547715a391ad2eeca99f0c (patch)
tree62a7327a3346bf4a9b70d465315b7a466b03449e /lotuswordpro/source/filter/lwpfribbreaks.cxx
parentcoverity#735759 Unchecked dynamic_cast (diff)
downloadcore-d634ce9edb6f1df409547715a391ad2eeca99f0c.tar.gz
core-d634ce9edb6f1df409547715a391ad2eeca99f0c.zip
use 'native' OUString api in lotuswordpro instead of macro and wrappers
Change-Id: Iccb78b59c3de9f29975d10fa4e34232cd3bf2cc3
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribbreaks.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribbreaks.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpfribbreaks.cxx b/lotuswordpro/source/filter/lwpfribbreaks.cxx
index f23d8d9aae41..4d33903a0822 100644
--- a/lotuswordpro/source/filter/lwpfribbreaks.cxx
+++ b/lotuswordpro/source/filter/lwpfribbreaks.cxx
@@ -78,7 +78,7 @@ void LwpFribColumnBreak::RegisterBreakStyle(LwpPara * pPara)
XFParaStyle* pOverStyle = new XFParaStyle;
*pOverStyle = *pBaseStyle;
- pOverStyle->SetStyleName(A2OUSTR(""));
+ pOverStyle->SetStyleName("");
//Old code
//if (static_cast<LwpStory*>(pPara->GetStoryID()->obj())
@@ -139,7 +139,7 @@ void LwpFribPageBreak::RegisterBreakStyle(LwpPara* pPara)
XFParaStyle* pOverStyle = new XFParaStyle;
*pOverStyle = *pBaseStyle;
- pOverStyle->SetStyleName(A2OUSTR(""));
+ pOverStyle->SetStyleName("");
pOverStyle->SetMasterPage(pBaseStyle->GetMasterPage());
if (!GetNext() || GetNext()->GetType()==FRIB_TAG_EOP)