diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-07-18 14:06:55 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-07-18 14:06:55 +0000 |
commit | 199be31398c0c4323d92bcf9aeacf33c8edff1c6 (patch) | |
tree | f478466f9543ad721da1401e4ebc625a5cdc0447 /sfx2/source/inc/recfloat.hxx | |
parent | b6688a3f95755308f7a4948ef5724434546c126f (diff) |
#101305#: queryclose
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 871ff02f33e0..139c494d31d9 100644 --- a/sfx2/source/inc/recfloat.hxx +++ b/sfx2/source/inc/recfloat.hxx @@ -2,9 +2,9 @@ * * $RCSfile: recfloat.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mba $ $Date: 2002-07-18 07:14:56 $ + * last change: $Author: mba $ $Date: 2002-07-18 15:06:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,6 +88,7 @@ public: SfxChildWindow* pChildWin , Window* pParent ); virtual BOOL Close(); + virtual void FillInfo( SfxChildWinInfo& rInfo ) const; }; #endif |