diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-02-19 12:37:15 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-02-19 12:37:15 +0000 |
commit | 15e2a88231335a377982039eb30e5f7671db7498 (patch) | |
tree | a259a93b8f4cf8125795e83ed5742fcf7ac2c41a | |
parent | 94f7a80008b269c481da28ea664afdfbe8cf6683 (diff) |
INTEGRATION: CWS notes2 (1.30.6); FILE MERGED
2008/01/25 17:46:09 mod 1.30.6.1: View - Notes
-rw-r--r-- | sw/sdi/_viewsh.sdi | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi index 6812f4710061..e3277e281411 100644 --- a/sw/sdi/_viewsh.sdi +++ b/sw/sdi/_viewsh.sdi @@ -4,9 +4,9 @@ * * $RCSfile: _viewsh.sdi,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: hr $ $Date: 2007-06-27 13:15:49 $ + * last change: $Author: rt $ $Date: 2008-02-19 13:37:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -608,7 +608,7 @@ interface BaseTextEditView : View StateMethod = StateViewOptions ; ] - //Extra/Optionen/Ansicht + //Extra/Optionen/Ansicht //Wird zusammen zum Property ViewSettings FN_VIEW_HIDDEN_PARA [ @@ -617,6 +617,12 @@ interface BaseTextEditView : View Export = FALSE; ] + FN_VIEW_NOTES + [ + ExecMethod = ExecViewOptions ; + StateMethod = StateViewOptions ; + Export = FALSE; + ] // alles ab hier kann weg (Export = FALSE;), wenn die vorangehenden funktionieren FN_RULER // status() [ @@ -722,7 +728,6 @@ interface BaseTextEditView : View StateMethod = StateViewOptions ; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] - } interface GlobalContents |