summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-11-15 15:19:56 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-11-15 16:00:52 +0100
commit369eb9bfba507c72165f2797acd2cd28e692c5d1 (patch)
treef64c7e6f9742f00103f669a689f2270cc611d48c /sfx2
parent6be63430c0a73549e0e5d49f6bb4fd1573a854b1 (diff)
TabDialog ctor: take an OUString
Change-Id: Ie390fb9debe3a80b3ebc5e609119723c78eadba2
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/tabdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index 2a70d202ccec..1481fbd7de22 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -316,7 +316,7 @@ SfxTabDialog::SfxTabDialog
// can be NULL, when Pages are onDemand
bool bEditFmt // when yes -> additional Button for standard
)
- : TabDialog(pParent, OUStringToOString(rID, RTL_TEXTENCODING_UTF8), rUIXMLDescription)
+ : TabDialog(pParent, rID, rUIXMLDescription)
, pFrame(pViewFrame)
, pSet(pItemSet)
, pOutSet(0)
@@ -345,7 +345,7 @@ SfxTabDialog::SfxTabDialog
// can be NULL, when Pages are onDemand
bool bEditFmt // when yes -> additional Button for standard
)
- : TabDialog(pParent, OUStringToOString(rID, RTL_TEXTENCODING_UTF8), rUIXMLDescription)
+ : TabDialog(pParent, rID, rUIXMLDescription)
, pFrame(0)
, pSet(pItemSet)
, pOutSet(0)