summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/recfloat.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-09-04 07:49:26 +0000
committerMathias Bauer <mba@openoffice.org>2002-09-04 07:49:26 +0000
commit0e1e12f92ae2f5f0ccd6675ba163b822bbe84c43 (patch)
tree2547efe061772f5545f8bec410c327df87610954 /sfx2/source/inc/recfloat.hxx
parent5f1ac8ab44715dee7dad1f14be832d6c3a9782d1 (diff)
#102359#: QueryClose
Diffstat (limited to 'sfx2/source/inc/recfloat.hxx')
-rw-r--r--sfx2/source/inc/recfloat.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/inc/recfloat.hxx b/sfx2/source/inc/recfloat.hxx
index 8924be3b8d..6f0500cf32 100644
--- a/sfx2/source/inc/recfloat.hxx
+++ b/sfx2/source/inc/recfloat.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: recfloat.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mba $ $Date: 2002-08-23 10:44:17 $
+ * last change: $Author: mba $ $Date: 2002-09-04 08:49:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,13 +70,16 @@
class SfxRecordingFloatWrapper_Impl : public SfxChildWindow
{
+ SfxBindings* pBindings;
public:
SfxRecordingFloatWrapper_Impl( Window* pParent ,
USHORT nId ,
SfxBindings* pBindings ,
SfxChildWinInfo* pInfo );
+ ~SfxRecordingFloatWrapper_Impl();
SFX_DECL_CHILDWINDOW(SfxRecordingFloatWrapper_Impl);
+ virtual sal_Bool QueryClose();
};
class SfxRecordingFloat_Impl : public SfxFloatingWindow