summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/frmpage.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-11-08 13:48:57 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-11-08 13:49:10 +0100
commit30f242e510e1a03cc47be115f4024a2e44f6db69 (patch)
treec0be405c2b99fa18c4bf82ba186892500e212280 /sw/source/uibase/inc/frmpage.hxx
parente7fbe37c56d78af757f975b280bf113fb2fe40fd (diff)
SwFrmAddPage::SetFrmType: take an OUString
Change-Id: I0d18aeee953d07ae9287ec1bca7d8deca8453d88
Diffstat (limited to 'sw/source/uibase/inc/frmpage.hxx')
-rw-r--r--sw/source/uibase/inc/frmpage.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/frmpage.hxx b/sw/source/uibase/inc/frmpage.hxx
index 556f7d129486..e2eab71f9153 100644
--- a/sw/source/uibase/inc/frmpage.hxx
+++ b/sw/source/uibase/inc/frmpage.hxx
@@ -294,7 +294,7 @@ class SwFrmAddPage : public SfxTabPage
SwWrtShell* pWrtSh;
- OString sDlgType;
+ OUString sDlgType;
bool bHtmlMode;
bool bFormat;
bool bNew;
@@ -314,7 +314,7 @@ public:
virtual void Reset(const SfxItemSet *rSet) SAL_OVERRIDE;
void SetFormatUsed(bool bFmt);
- void SetFrmType(const OString &rType) { sDlgType = rType; }
+ void SetFrmType(const OUString &rType) { sDlgType = rType; }
void SetNewFrame(bool bNewFrame) { bNew = bNewFrame; }
void SetShell(SwWrtShell* pSh) { pWrtSh = pSh; }