diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 22:48:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 03:45:29 -0600 |
commit | c4399bcd13cbe1cfa89c782e6667906c0b8bbb89 (patch) | |
tree | 3691b0e8387a6cc1600b5e1ffcced3d904918693 /uui/source/logindlg.hxx | |
parent | f993a8930a660b23f099c91a6dc636fb4cbe6f87 (diff) |
Remove visual noise from uui
Change-Id: I64fa42929aad00fc63f2937527dd3539f9d6f7f3
Reviewed-on: https://gerrit.libreoffice.org/8337
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'uui/source/logindlg.hxx')
-rw-r--r-- | uui/source/logindlg.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/uui/source/logindlg.hxx b/uui/source/logindlg.hxx index 0f93d4c35397..d7feffffe4b1 100644 --- a/uui/source/logindlg.hxx +++ b/uui/source/logindlg.hxx @@ -26,7 +26,7 @@ #include <vcl/edit.hxx> #include <vcl/fixed.hxx> -//============================================================================ + #define LF_NO_PATH 0x0001 // hide "path" #define LF_NO_USERNAME 0x0002 // hide "name" #define LF_NO_PASSWORD 0x0004 // hide "password" @@ -37,10 +37,10 @@ #define LF_NO_ACCOUNT 0x0080 // hide "account" #define LF_NO_USESYSCREDS 0x0100 // hide "use system cedentials" -//............................................................................ -//............................................................................ -//============================================================================ + + + class LoginDialog : public ModalDialog { FixedText* m_pErrorFT; @@ -89,11 +89,11 @@ public: void ClearAccount(); }; -// ----------------------------------------------------------------------- -//............................................................................ -//............................................................................ + + + #endif // UUI_LOGINDLG_HXX |