diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2012-06-04 14:48:42 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2012-06-04 14:48:42 +0200 |
commit | 5b20e0572f266fef0775208737ac08599a0dd1ce (patch) | |
tree | de6afd9ad5b196e3ba56de21ec1b2bcde3e361b9 | |
parent | 28a143cb7d19fe618b33f1af02d7990d007e88a4 (diff) |
Make the template manager closeable
Change-Id: Ic5e614529883784b2cc098520ffbb47c76875471
-rw-r--r-- | sfx2/source/doc/templatedlg.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/doc/templatedlg.src b/sfx2/source/doc/templatedlg.src index 85a806413cba..3d73d11d26c3 100644 --- a/sfx2/source/doc/templatedlg.src +++ b/sfx2/source/doc/templatedlg.src @@ -16,6 +16,7 @@ ModalDialog DLG_TEMPLATE_MANAGER OutputSize = TRUE; SVLook = TRUE; Moveable = TRUE; + Closeable = TRUE; Size = MAP_APPFONT ( 270 , 165 ); Text [en-US] = "Template Manager"; |