diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2010-03-17 08:53:20 +0100 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2010-03-17 08:53:20 +0100 |
commit | a84618d8076b877ca77c217d33aa7457ee95fc1b (patch) | |
tree | 4c6ebb3a2d1d7d227e0b74e58ec7b9f42aaea209 /uui | |
parent | 3ccd714eed214d96e94e8147bd52673499cdd21d (diff) |
whitespace cleanup.
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/loginerr.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/uui/source/loginerr.hxx b/uui/source/loginerr.hxx index c8cbba96564b..14cce88e0534 100644 --- a/uui/source/loginerr.hxx +++ b/uui/source/loginerr.hxx @@ -32,10 +32,10 @@ //========================================================================= -#define LOGINERROR_FLAG_SET_SAVE_PASSWORD 1 -#define LOGINERROR_FLAG_MODIFY_ACCOUNT 2 -#define LOGINERROR_FLAG_MODIFY_USER_NAME 4 -#define LOGINERROR_FLAG_PERSISTENT_PASSWORD 8 +#define LOGINERROR_FLAG_SET_SAVE_PASSWORD 1 +#define LOGINERROR_FLAG_MODIFY_ACCOUNT 2 +#define LOGINERROR_FLAG_MODIFY_USER_NAME 4 +#define LOGINERROR_FLAG_PERSISTENT_PASSWORD 8 #define LOGINERROR_FLAG_CAN_USE_SYSCREDS 16 #define LOGINERROR_FLAG_IS_USE_SYSCREDS 32 |