diff options
-rw-r--r-- | svx/source/inc/fmPropBrw.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/inc/fmPropBrw.hxx b/svx/source/inc/fmPropBrw.hxx index d42971f2ba30..9235b6f1d1fb 100644 --- a/svx/source/inc/fmPropBrw.hxx +++ b/svx/source/inc/fmPropBrw.hxx @@ -4,9 +4,9 @@ * * $RCSfile: fmPropBrw.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:13:19 $ + * last change: $Author: hr $ $Date: 2006-06-19 16:05:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -111,6 +111,8 @@ public: ); virtual ~FmPropBrw(); + using SfxFloatingWindow::StateChanged; + protected: virtual void Resize(); |