summaryrefslogtreecommitdiff
path: root/sw/source/ui/utlui/tmplctrl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-07-30 09:58:22 +0200
committerNoel Grandin <noel@peralex.com>2013-07-31 13:36:51 +0200
commit4a2a2831d131cc09dc9e4b7a40697b8f21c6e380 (patch)
tree452b5757b396c291b74b7348989817575366beb0 /sw/source/ui/utlui/tmplctrl.cxx
parent55528ca8c2775695543da744d9537436d618607c (diff)
convert vcl/sttus.hxx from XubString to OUString
Change-Id: I173179068d59e0fbdae66186df1e2e010ecb6112
Diffstat (limited to 'sw/source/ui/utlui/tmplctrl.cxx')
-rw-r--r--sw/source/ui/utlui/tmplctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/utlui/tmplctrl.cxx b/sw/source/ui/utlui/tmplctrl.cxx
index 456faf6e7d8b..170b0628c570 100644
--- a/sw/source/ui/utlui/tmplctrl.cxx
+++ b/sw/source/ui/utlui/tmplctrl.cxx
@@ -90,7 +90,7 @@ void SwTemplateControl::Paint( const UserDrawEvent& )
void SwTemplateControl::Command( const CommandEvent& rCEvt )
{
if ( rCEvt.GetCommand() == COMMAND_CONTEXTMENU &&
- GetStatusBar().GetItemText( GetId() ).Len() )
+ !GetStatusBar().GetItemText( GetId() ).isEmpty() )
{
CaptureMouse();
SwTemplatePopup_Impl aPop;