summaryrefslogtreecommitdiff
path: root/include/svx/svxdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-22 15:27:13 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:00 +0200
commit71a408f5b1244580b658bd79fa760bd2b3a64dea (patch)
treedf453a118d765f221bbc585822cdd5f32ba0eff5 /include/svx/svxdlg.hxx
parent82ecc2602cff2086da9a3ec1640156380c3ac028 (diff)
convert include/sfx2/sfxdlg.hxx from String to OUString
Change-Id: I13831d61e23db846d2083bbf96701384b750592f
Diffstat (limited to 'include/svx/svxdlg.hxx')
-rw-r--r--include/svx/svxdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index 83639e0e45cd..42da4c5c7f91 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -461,7 +461,7 @@ public:
virtual AbstractSvxPostItDialog* CreateSvxPostItDialog( Window* pParent, //add for SvxPostItDialog
const SfxItemSet& rCoreSet,
sal_Bool bPrevNext = sal_False) = 0;
- virtual VclAbstractDialog* CreateSvxScriptOrgDialog( Window* pParent, const String& rLanguage ) = 0;
+ virtual VclAbstractDialog* CreateSvxScriptOrgDialog( Window* pParent, const OUString& rLanguage ) = 0;
virtual CreateSvxDistributePage GetSvxDistributePageCreatorFunc() = 0; // add for SvxDistributePage
virtual DialogGetRanges GetDialogGetRangesFunc() = 0; //add for SvxPostItDialog