summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-08 13:08:26 +0200
committerNoel Grandin <noel@peralex.com>2013-10-10 09:18:59 +0200
commit9fffa618a967a1f196619e7ae0c22cc15ba6a648 (patch)
treedbb6a6afb4f98299108661e53748b574bb1239ea /sw/source/ui/inc
parenta31990445829bc15884b846d93826a4bc8a1a539 (diff)
convert sc/source/ui/inc/zoomctrl.hxx from String to OUString
Change-Id: I60278f22fd2c4e39c860a4257e1847b3c8ac4f40
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/zoomctrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/zoomctrl.hxx b/sw/source/ui/inc/zoomctrl.hxx
index 5829dff9295b..d44bb3108119 100644
--- a/sw/source/ui/inc/zoomctrl.hxx
+++ b/sw/source/ui/inc/zoomctrl.hxx
@@ -24,7 +24,7 @@
class SwZoomControl : public SvxZoomStatusBarControl
{
private:
- String sPreviewZoom;
+ OUString sPreviewZoom;
public:
virtual void Command( const CommandEvent& rCEvt );
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,