diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 16:05:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 16:05:14 +0000 |
commit | 8dabdda71fab54ffdfe90865356849ddd0681f74 (patch) | |
tree | f56475794e9ccbf2325db6106d35301f2138b3d8 /sw/source/ui/inc/view.hxx | |
parent | 070645c42124d8925ce12688adc46f5b4ebf710b (diff) |
INTEGRATION: CWS os51 (1.31.212); FILE MERGED
2005/01/24 08:59:51 os 1.31.212.1: #i40416# read and apply cursor position from user data after switch from PagePreview
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r-- | sw/source/ui/inc/view.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx index 81e50c954b..62a895d442 100644 --- a/sw/source/ui/inc/view.hxx +++ b/sw/source/ui/inc/view.hxx @@ -2,9 +2,9 @@ * * $RCSfile: view.hxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: kz $ $Date: 2005-01-21 16:42:26 $ + * last change: $Author: vg $ $Date: 2005-02-16 17:05:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -323,7 +323,8 @@ class SW_DLLPUBLIC SwView: public SfxViewShell bPasteState : 1, bPasteSpecialState : 1, bInMailMerge : 1, - bInDtor : 1 //detect destructor to prevent creating of sub shells while closing + bInDtor : 1, //detect destructor to prevent creating of sub shells while closing + bOldShellWasPagePreView ; // Methoden fuers Suchen |