summaryrefslogtreecommitdiff
path: root/sfx2/source/statbar
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-10 10:06:09 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-10 09:54:00 +0000
commiteffde80f670c60986a92ca0f1c5c9922eb17908d (patch)
treed9757c8e035d53710728e404bf4fb741594c1bb8 /sfx2/source/statbar
parent034e481613742e7fc6f9d14c34dd1896bc1ba671 (diff)
Convert StatusBarItemBits to scoped enum
Change-Id: Ic979d1470052039c4b966edd1d896af31ef55668 Reviewed-on: https://gerrit.libreoffice.org/24826 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sfx2/source/statbar')
-rw-r--r--sfx2/source/statbar/stbitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/statbar/stbitem.cxx b/sfx2/source/statbar/stbitem.cxx
index 3c34c6013649..4dd498b52a90 100644
--- a/sfx2/source/statbar/stbitem.cxx
+++ b/sfx2/source/statbar/stbitem.cxx
@@ -561,7 +561,7 @@ void SfxStatusBarControl::Paint
/* [Description]
This virtual method is called to paint the contents if the field
- at hand is marked with SIB_USERDRAW. The output must be obtained
+ at hand is marked with StatusBarItemBits::UserDraw. The output must be obtained
within the Rectangle of rUDEvt.GetRect() by the OutputDevice
given by rUDEvt.GetDevice().