diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-08-29 13:10:48 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-08-29 13:10:48 +0000 |
commit | b4879a9486375bda5660f09e04076ee9589d8bd0 (patch) | |
tree | ad6b91cbba01cfc2348e8d03e4285f921fb8d4ca /sw/sdi/wrtapp.sdi | |
parent | 6fe8c769e757c24a25b6e6ae3c5f0212fef7f3b6 (diff) |
#98951#: make sure that slot names are unique
Diffstat (limited to 'sw/sdi/wrtapp.sdi')
-rw-r--r-- | sw/sdi/wrtapp.sdi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/sdi/wrtapp.sdi b/sw/sdi/wrtapp.sdi index 1a0829368b..8b6d871d8e 100644 --- a/sw/sdi/wrtapp.sdi +++ b/sw/sdi/wrtapp.sdi @@ -2,9 +2,9 @@ * * $RCSfile: wrtapp.sdi,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $ + * last change: $Author: mba $ $Date: 2002-08-29 14:06:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -176,7 +176,7 @@ interface StarWriter : Module Export = FALSE; ] // alles ab hier kann weg (Export = FALSE;), wenn die vorangehenden funktionieren - SfxBoolItem Ruler FN_RULER // status() + FN_RULER // status() [ ExecMethod = ExecViewOptions ; StateMethod = StateViewOptions ; |