summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-18 13:12:16 +0200
committerNoel Grandin <noel@peralex.com>2013-09-19 10:14:20 +0200
commitae0b46609cba590d9c17d088b57b5d60232a1d1e (patch)
tree904fdf1102cb14f4386b8d2d039212b8917c4806 /sd
parent589e157cdad3b38271096c86943747b3b4f7bf41 (diff)
convert sd/.../MasterPageDescriptor.hxx from String to OUString
Change-Id: I1844052366527c146f08a2a999065891a671aa2a
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/MasterPageDescriptor.cxx6
-rw-r--r--sd/source/ui/sidebar/MasterPageDescriptor.hxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/sidebar/MasterPageDescriptor.cxx b/sd/source/ui/sidebar/MasterPageDescriptor.cxx
index 3e5117f9607f..973e86485535 100644
--- a/sd/source/ui/sidebar/MasterPageDescriptor.cxx
+++ b/sd/source/ui/sidebar/MasterPageDescriptor.cxx
@@ -31,9 +31,9 @@ namespace sd { namespace sidebar {
MasterPageDescriptor::MasterPageDescriptor (
MasterPageContainer::Origin eOrigin,
const sal_Int32 nTemplateIndex,
- const String& rsURL,
- const String& rsPageName,
- const String& rsStyleName,
+ const OUString& rsURL,
+ const OUString& rsPageName,
+ const OUString& rsStyleName,
const bool bIsPrecious,
const ::boost::shared_ptr<PageObjectProvider>& rpPageObjectProvider,
const ::boost::shared_ptr<PreviewProvider>& rpPreviewProvider)
diff --git a/sd/source/ui/sidebar/MasterPageDescriptor.hxx b/sd/source/ui/sidebar/MasterPageDescriptor.hxx
index c1ddc2e0329f..6063cc684fee 100644
--- a/sd/source/ui/sidebar/MasterPageDescriptor.hxx
+++ b/sd/source/ui/sidebar/MasterPageDescriptor.hxx
@@ -40,9 +40,9 @@ public:
MasterPageDescriptor (
MasterPageContainer::Origin eOrigin,
const sal_Int32 nTemplateIndex,
- const String& rURL,
- const String& rPageName,
- const String& rStyleName,
+ const OUString& rURL,
+ const OUString& rPageName,
+ const OUString& rStyleName,
const bool bIsPrecious,
const ::boost::shared_ptr<PageObjectProvider>& rpPageObjectProvider,
const ::boost::shared_ptr<PreviewProvider>& rpPreviewProvider);