diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-18 13:22:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-19 10:14:21 +0200 |
commit | 3880c0a1a656a7e052618563c7dae02710ceb879 (patch) | |
tree | 8ae7b55c0b4acf6dc0780894f80786ac7a347b32 /sd | |
parent | d6f8e16bdf93bcb45c60431adc09d5561d88bdac (diff) |
convert sd/../tmplctrl.hxx from String to OUString
Change-Id: Ie06a8103c11a00c79004620ab993dbd6c73f13dc
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/tmplctrl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/tmplctrl.hxx b/sd/source/ui/inc/tmplctrl.hxx index 7756e58110cf..20a79a472725 100644 --- a/sd/source/ui/inc/tmplctrl.hxx +++ b/sd/source/ui/inc/tmplctrl.hxx @@ -37,7 +37,7 @@ protected: virtual void Command( const CommandEvent& rCEvt ); private: - String msTemplate; + OUString msTemplate; }; |