summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/tabdlg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-22 14:28:09 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:29:59 +0200
commit535667982a9fc4cbb46121a975607afb6e1e87c4 (patch)
tree167bcf2c648d19e5035121775a450206ef91d493 /sfx2/source/dialog/tabdlg.cxx
parent55235ae7676f2e332862084bde32f7b8356a7835 (diff)
convert includes/sfx2/tabdlg.hxx from String to OUString
Change-Id: I6aa38e2ab566316a027a9676f418f6da2100fc09
Diffstat (limited to 'sfx2/source/dialog/tabdlg.cxx')
-rw-r--r--sfx2/source/dialog/tabdlg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index 87f00557bab2..3dc385cbd057 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -440,7 +440,7 @@ SfxTabDialog::SfxTabDialog
// can be NULL, when Pages are onDemand
sal_Bool bEditFmt, // Flag: templates are processed
// when yes -> additional Button for standard
- const String* pUserButtonText // Text for UserButton;
+ const OUString* pUserButtonText // Text for UserButton;
// if != 0, the UserButton is created
)
: TabDialog(pParent, rResId)
@@ -539,7 +539,7 @@ SfxTabDialog::~SfxTabDialog()
// -----------------------------------------------------------------------
-void SfxTabDialog::Init_Impl( sal_Bool bFmtFlag, const String* pUserButtonText, const ResId *pResId )
+void SfxTabDialog::Init_Impl( sal_Bool bFmtFlag, const OUString* pUserButtonText, const ResId *pResId )
/* [Description]
@@ -749,7 +749,7 @@ void SfxTabDialog::AddTabPage( sal_uInt16 nId, sal_Bool bItemsOnDemand )
AddTabPage( nId, 0, 0, bItemsOnDemand );
}
-void SfxTabDialog::AddTabPage( sal_uInt16 nId, const String &rRiderText, sal_Bool bItemsOnDemand, sal_uInt16 nPos )
+void SfxTabDialog::AddTabPage( sal_uInt16 nId, const OUString &rRiderText, sal_Bool bItemsOnDemand, sal_uInt16 nPos )
{
AddTabPage( nId, rRiderText, 0, 0, bItemsOnDemand, nPos );
}
@@ -839,7 +839,7 @@ void SfxTabDialog::AddTabPage
(
sal_uInt16 nId,
- const String& rRiderText,
+ const OUString& rRiderText,
CreateTabPage pCreateFunc,
GetTabPageRanges pRangesFunc,
sal_Bool bItemsOnDemand,