From effde80f670c60986a92ca0f1c5c9922eb17908d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 10 May 2016 10:06:09 +0200 Subject: Convert StatusBarItemBits to scoped enum Change-Id: Ic979d1470052039c4b966edd1d896af31ef55668 Reviewed-on: https://gerrit.libreoffice.org/24826 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/source/statbar/stbitem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/statbar') 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(). -- cgit