diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-27 08:11:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-27 08:11:47 +0000 |
commit | ada3e6fddf08318d1f5f8c7343e0d385cdd68860 (patch) | |
tree | 220662b7680fb5d80b711b4692349d25977539da /sfx2/source/dialog/splitwin.cxx | |
parent | 9a6b359a968d83d37b1f3da093c37a0d367b701d (diff) |
INTEGRATION: CWS fwk07 (1.9.74); FILE MERGED
2003/06/24 08:36:50 cd 1.9.74.1: #110434# New default for split windows is now pinned
Diffstat (limited to 'sfx2/source/dialog/splitwin.cxx')
-rw-r--r-- | sfx2/source/dialog/splitwin.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/splitwin.cxx b/sfx2/source/dialog/splitwin.cxx index 62f60be76521..7c04e173fdf4 100644 --- a/sfx2/source/dialog/splitwin.cxx +++ b/sfx2/source/dialog/splitwin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: splitwin.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2003-03-27 11:28:03 $ + * last change: $Author: vg $ $Date: 2003-06-27 09:11:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -232,7 +232,7 @@ SfxSplitWindow::SfxSplitWindow( Window* pParent, SfxChildAlignment eAl, pWorkWin(pW), pDockArr( new SfxDockArr_Impl ), bLocked(FALSE), - bPinned(FALSE), + bPinned(TRUE), pEmptyWin(NULL), pActive(NULL) { |