summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui/zoomctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/utlui/zoomctrl.cxx')
-rw-r--r--sw/source/uibase/utlui/zoomctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/utlui/zoomctrl.cxx b/sw/source/uibase/utlui/zoomctrl.cxx
index 50640d89611c..3faa4a64f29e 100644
--- a/sw/source/uibase/utlui/zoomctrl.cxx
+++ b/sw/source/uibase/utlui/zoomctrl.cxx
@@ -50,7 +50,7 @@ void SwZoomControl::StateChanged( sal_uInt16 nSID, SfxItemState eState,
}
else
{
- sPreviewZoom = OUString();
+ sPreviewZoom.clear();
SvxZoomStatusBarControl::StateChanged(nSID, eState, pState);
}
}