summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-08-27 15:11:06 +0000
committerMathias Bauer <mba@openoffice.org>2001-08-27 15:11:06 +0000
commit25c8751e5bb0931aab39f6fb70d52978bfecc538 (patch)
tree106c2a5f288ada5155e64b1246b550cda7a0c328 /framework/inc
parentd1f19a9ccab208a0f7f62ff65adbe299639a260e (diff)
#88229#: save window state on closing task
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/services/task.hxx6
1 files changed, 4 insertions, 2 deletions
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 ,