summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/recfloat.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-08-23 09:44:17 +0000
committerMathias Bauer <mba@openoffice.org>2002-08-23 09:44:17 +0000
commit902722316ba80658fd7c4cc1a9d0e20acf008e51 (patch)
treecabd8810070bfb72b6c6e44b80616354ae97e349 /sfx2/source/inc/recfloat.hxx
parente51e3573604d472dd91b4264325efecf45189994 (diff)
#101818#: change default position of floater
Diffstat (limited to 'sfx2/source/inc/recfloat.hxx')
-rw-r--r--sfx2/source/inc/recfloat.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/inc/recfloat.hxx b/sfx2/source/inc/recfloat.hxx
index 18c84e8e91..8924be3b8d 100644
--- a/sfx2/source/inc/recfloat.hxx
+++ b/sfx2/source/inc/recfloat.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: recfloat.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mba $ $Date: 2002-07-18 15:06:55 $
+ * last change: $Author: mba $ $Date: 2002-08-23 10:44:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,7 @@ public:
Window* pParent );
virtual BOOL Close();
virtual void FillInfo( SfxChildWinInfo& rInfo ) const;
+ virtual void StateChanged( StateChangedType nStateChange );
};
#endif