diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/listbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/listbox.hxx b/vcl/inc/listbox.hxx index c448c923ed9f..8591d9696764 100644 --- a/vcl/inc/listbox.hxx +++ b/vcl/inc/listbox.hxx @@ -215,8 +215,8 @@ private: bool mbInUserDraw : 1; ///< In UserDraw bool mbReadOnly : 1; ///< ReadOnly bool mbMirroring : 1; ///< pb: #106948# explicit mirroring for calc - bool mbRight : 1; ///< right align Text output bool mbCenter : 1; ///< center Text output + bool mbRight : 1; ///< right align Text output bool mbEdgeBlending : 1; Link<ImplListBoxWindow*,void> maScrollHdl; |