summaryrefslogtreecommitdiff
path: root/sfx2/source/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-09-06 06:46:05 +0000
committerMathias Bauer <mba@openoffice.org>2001-09-06 06:46:05 +0000
commit8361b6cfeb86d2bb978cfc4ef1d3633ba7c10cef (patch)
tree2bf4817bf08af101b206edf1c25106cde847a858 /sfx2/source/inc
parent3f5113764f63b1f8f317864169078cd739d0561c (diff)
#91148#: save configuration more often
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r--sfx2/source/inc/splitwin.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sfx2/source/inc/splitwin.hxx b/sfx2/source/inc/splitwin.hxx
index d5a25d90d4a4..2e566658ad13 100644
--- a/sfx2/source/inc/splitwin.hxx
+++ b/sfx2/source/inc/splitwin.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: splitwin.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dv $ $Date: 2001-07-26 12:09:13 $
+ * last change: $Author: mba $ $Date: 2001-09-06 07:46:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,6 +94,8 @@ private:
BOOL CursorIsOverRect( BOOL bForceAdding = FALSE ) const;
void SetPinned_Impl( BOOL );
void SetFadeIn_Impl( BOOL );
+ void SaveConfig_Impl();
+ void FadeOut_Impl();
protected:
@@ -110,7 +112,7 @@ public:
~SfxSplitWindow();
- void ReleaseWindow_Impl(SfxDockingWindow *pWin);
+ void ReleaseWindow_Impl(SfxDockingWindow *pWin, BOOL bSaveConfig=TRUE);
void InsertWindow( SfxDockingWindow* pDockWin,
const Size& rSize);