summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-08-24 18:17:10 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-08-24 22:23:18 +0400
commita0bfad8c0eed119af2aea71d4deebcd60ac3f4a5 (patch)
tree9b39088407c128437a557fd48a58092b1e45fa23 /sd/source/ui/inc
parentdb4154cc19c803707f34bdd5ce4e8a43eac528a6 (diff)
convert SdPresLayoutDlg to OUString
Change-Id: If21b54a9f8f17945e87363d9c370e756b6700831
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/sdpreslt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/sdpreslt.hxx b/sd/source/ui/inc/sdpreslt.hxx
index 8e04d1eede25..9bf09dd56aa3 100644
--- a/sd/source/ui/inc/sdpreslt.hxx
+++ b/sd/source/ui/inc/sdpreslt.hxx
@@ -64,11 +64,11 @@ private:
const SfxItemSet& mrOutAttrs;
- boost::ptr_vector<String> maLayoutNames;
+ std::vector<OUString> maLayoutNames;
- String maName; ///< layout name or file name
+ OUString maName; ///< layout name or file name
long mnLayoutCount; ///< number of master pages in the document
- const String maStrNone;
+ const OUString maStrNone;
void FillValueSet();
void Reset();