diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-09-06 06:46:05 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-09-06 06:46:05 +0000 |
commit | 8361b6cfeb86d2bb978cfc4ef1d3633ba7c10cef (patch) | |
tree | 2bf4817bf08af101b206edf1c25106cde847a858 /sfx2/source/inc | |
parent | 3f5113764f63b1f8f317864169078cd739d0561c (diff) |
#91148#: save configuration more often
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/splitwin.hxx | 8 |
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); |