diff options
author | Oliver Specht <os@openoffice.org> | 2001-06-27 08:45:14 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-06-27 08:45:14 +0000 |
commit | 8891bdcb39a79466d34f2a59fc9908b5668dc065 (patch) | |
tree | 4bc4d753f0fc160f041f0c105dd8b867f18605c4 /sw/source/ui/misc/glossary.src | |
parent | 2b05a7b9cffc1efe37b5b4ddccfafbb349da4c34 (diff) |
#88271# show bordered windown if preview is off
Diffstat (limited to 'sw/source/ui/misc/glossary.src')
-rw-r--r-- | sw/source/ui/misc/glossary.src | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/source/ui/misc/glossary.src b/sw/source/ui/misc/glossary.src index f117a00e0247..acb04dfe1ac9 100644 --- a/sw/source/ui/misc/glossary.src +++ b/sw/source/ui/misc/glossary.src @@ -2,9 +2,9 @@ * * $RCSfile: glossary.src,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: kz $ $Date: 2001-06-16 21:55:16 $ + * last change: $Author: os $ $Date: 2001-06-27 09:45:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -317,6 +317,12 @@ ModalDialog DLG_GLOSSARY Pos = MAP_APPFONT ( 231 , 14 ) ; Size = MAP_APPFONT ( 82 , 124 ) ; }; + Window WIN_EXAMPLE_DUMMY + { + Pos = MAP_APPFONT ( 231 , 14 ) ; + Size = MAP_APPFONT ( 82 , 124 ) ; + Border = TRUE; + }; CheckBox CB_SHOW_EXAMPLE { Pos = MAP_APPFONT ( 231 , 145 ) ; |