diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-12-03 13:04:13 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-12-03 13:04:13 +0000 |
commit | 9f41caeb25bbdf563b5150521d44f159faa4d4c6 (patch) | |
tree | a82309c0fd1eeee26decd2cf9d21e419eb404973 /framework/inc/helper | |
parent | 1758f0c2e090842e4fe158a983385964b88435a9 (diff) |
INTEGRATION: CWS fwkbeta01 (1.2.6); FILE MERGED
2004/12/01 12:07:21 as 1.2.6.1: #i38089# restore view data one times only for the same frame
Diffstat (limited to 'framework/inc/helper')
-rw-r--r-- | framework/inc/helper/persistentwindowstate.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx index bbeabc785936..e057ceac2ea0 100644 --- a/framework/inc/helper/persistentwindowstate.hxx +++ b/framework/inc/helper/persistentwindowstate.hxx @@ -2,9 +2,9 @@ * * $RCSfile: persistentwindowstate.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-11-26 14:28:38 $ + * last change: $Author: kz $ $Date: 2004-12-03 14:04:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -175,6 +175,9 @@ class PersistentWindowState : // interfaces /// reference to the frame which was created by the office himself css::uno::WeakReference< css::frame::XFrame > m_xFrame; + /// we call SetWindowState one times only for the same frame! + sal_Bool m_bWindowStateAlreadySet; + //________________________________ // interface |