summaryrefslogtreecommitdiff
path: root/sw/source/ui/dialog/wordcountdialog.src
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dialog/wordcountdialog.src')
-rw-r--r--sw/source/ui/dialog/wordcountdialog.src12
1 files changed, 11 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/wordcountdialog.src b/sw/source/ui/dialog/wordcountdialog.src
index 767913a0e5c9..a324c45d4d2b 100644
--- a/sw/source/ui/dialog/wordcountdialog.src
+++ b/sw/source/ui/dialog/wordcountdialog.src
@@ -27,7 +27,7 @@
#include <helpid.h>
#include <dialog.hrc>
#include <wordcountdialog.hrc>
-ModalDialog DLG_WORDCOUNT
+ModelessDialog DLG_WORDCOUNT
{
HelpID = HID_DLG_WORDCOUNT ;
OutputSize = TRUE ;
@@ -36,6 +36,15 @@ ModalDialog DLG_WORDCOUNT
Text [ en-US ] = "Word Count" ;
Moveable = TRUE ;
+ Closeable = TRUE;
+ Sizeable = FALSE ;
+ Hide = TRUE ;
+
+ Window WINDOW_DLG
+ {
+ Pos = MAP_APPFONT ( 0 , 0 ) ;
+ Size = MAP_APPFONT ( 170 , 132 ) ;
+
FixedLine FL_CURRENT
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
@@ -136,4 +145,5 @@ ModalDialog DLG_WORDCOUNT
Pos = MAP_APPFONT ( 114 , 112 ) ;
Size = MAP_APPFONT ( 50 , 14 ) ;
};
+ };
};