diff options
-rw-r--r-- | svx/source/tbxctrls/colorwindow.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/colorwindow.hxx b/svx/source/tbxctrls/colorwindow.hxx index a85a508153ce..c250437a15b5 100644 --- a/svx/source/tbxctrls/colorwindow.hxx +++ b/svx/source/tbxctrls/colorwindow.hxx @@ -25,6 +25,8 @@ class SvxColorWindow_Impl : public SfxPopupWindow { + using FloatingWindow::StateChanged; + private: const USHORT theSlotId; ValueSet aColorSet; |