diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-08-23 09:44:17 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-08-23 09:44:17 +0000 |
commit | f28cb0ebc8bacb33d288ef68ecea369e308a7cf5 (patch) | |
tree | 0e2d0c9733d48b43018bd215d4aff2588a38e047 /sfx2/source/inc/recfloat.hxx | |
parent | a342d6ab9d283ee6266c47a78d387c2fa043c8ea (diff) |
#101818#: change default position of floater
Diffstat (limited to 'sfx2/source/inc/recfloat.hxx')
-rw-r--r-- | sfx2/source/inc/recfloat.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/inc/recfloat.hxx b/sfx2/source/inc/recfloat.hxx index 139c494d31d9..7edced93c9bb 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 |