diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2010-08-24 13:48:11 +0200 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2010-08-24 13:48:11 +0200 |
commit | ecbc03af8f88162df1b42836586fd77edbc52d1d (patch) | |
tree | 1d5dedf20829036cd033e6d17873146257518704 /uui/source | |
parent | 0e6f37318dd855bd04e3281435d1af751398c98f (diff) |
#i114085# - Dialog must be centered, removed absolaute position.
Diffstat (limited to 'uui/source')
-rw-r--r-- | uui/source/sslwarndlg.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uui/source/sslwarndlg.src b/uui/source/sslwarndlg.src index acae9453a971..b9986f9271d5 100644 --- a/uui/source/sslwarndlg.src +++ b/uui/source/sslwarndlg.src @@ -41,7 +41,6 @@ ModalDialog DLG_UUI_SSLWARN Moveable = TRUE ; OutputSize = TRUE ; SVLook = TRUE ; - Pos = MAP_APPFONT( 221, 158 ); Size = MAP_APPFONT( DLG_WIDTH, DLG_HEIGHT ); Text [ en-US ] = "Security Warning: "; |