summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/MasterPageObserver.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-16 15:02:23 +0200
committerNoel Grandin <noel@peralex.com>2013-10-18 09:59:27 +0200
commitcc10a8a4672d85a38164cac3735a830bf75638be (patch)
tree3e1f682f73abfcdad2b8d3fe524ac8fd408a9e4d /sd/source/ui/inc/MasterPageObserver.hxx
parentbc3b7ca3c7bfc231aff489cdb49e9cd1bc767247 (diff)
convert remnants of String in SD to OUString
Change-Id: Ia09dab36376e0169cddb5e8b0aa096d5327a8213
Diffstat (limited to 'sd/source/ui/inc/MasterPageObserver.hxx')
-rw-r--r--sd/source/ui/inc/MasterPageObserver.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/MasterPageObserver.hxx b/sd/source/ui/inc/MasterPageObserver.hxx
index f890c017f348..19112e33cf0d 100644
--- a/sd/source/ui/inc/MasterPageObserver.hxx
+++ b/sd/source/ui/inc/MasterPageObserver.hxx
@@ -39,7 +39,7 @@ class MasterPageObserver
: public SdGlobalResource
{
public:
- typedef ::std::set<String> MasterPageNameSet;
+ typedef ::std::set<OUString> MasterPageNameSet;
/** Return the single instance of this class.
*/