From 25c8751e5bb0931aab39f6fb70d52978bfecc538 Mon Sep 17 00:00:00 2001
From: Mathias Bauer <mba@openoffice.org>
Date: Mon, 27 Aug 2001 15:11:06 +0000
Subject: #88229#: save window state on closing task

---
 framework/inc/services/task.hxx | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'framework/inc')

diff --git a/framework/inc/services/task.hxx b/framework/inc/services/task.hxx
index bfbab2952031..fd833a7f8ba2 100644
--- a/framework/inc/services/task.hxx
+++ b/framework/inc/services/task.hxx
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: task.hxx,v $
  *
- *  $Revision: 1.5 $
+ *  $Revision: 1.6 $
  *
- *  last change: $Author: as $ $Date: 2001-05-02 12:56:40 $
+ *  last change: $Author: mba $ $Date: 2001-08-27 16:11:06 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -600,6 +600,8 @@ class Task  :   public css::frame::XTask    ,   // => XFrame => XComponent
 
         DECL_LINK( Close_Impl, void* );
 
+        void    impl_SaveWindowAttributes();
+
 /*      sal_Bool impl_tryToChangeProperty(          sal_Bool            bProperty       ,
                                             const   css::uno::Any&      aValue          ,
                                                     css::uno::Any&      aOldValue       ,
-- 
cgit