summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-08 15:29:16 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-08 15:29:16 +0000
commite714b2f699d273f669779ba20a8cd3a2ee57d69d (patch)
tree94d6cfc4ace166ecddc9876f00ea8bd869f74c4e
parent511c8a423b2c6b4331e8e53b7d690390f9323d65 (diff)
INTEGRATION: CWS impress74 (1.10.38); FILE MERGED
2005/10/28 08:44:15 af 1.10.38.1: #i56800# Set ReadOnlyDoc to TRUE for the SID_NORMAL_MULTI_PANE_GUI slot.
-rw-r--r--sd/sdi/ViewShellBase.sdi6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/sdi/ViewShellBase.sdi b/sd/sdi/ViewShellBase.sdi
index 2e244124e9fe..dc79545798e0 100644
--- a/sd/sdi/ViewShellBase.sdi
+++ b/sd/sdi/ViewShellBase.sdi
@@ -4,9 +4,9 @@
*
* $RCSfile: ViewShellBase.sdi,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 14:58:35 $
+ * last change: $Author: rt $ $Date: 2005-11-08 16:29:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -204,7 +204,7 @@ SfxBoolItem NormalMultiPaneGUI SID_NORMAL_MULTI_PANE_GUI
FastCall = FALSE,
HasCoreId = FALSE,
HasDialog = TRUE,
- ReadOnlyDoc = FALSE,
+ ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,