diff options
Diffstat (limited to 'desktop/source/app/userinstall.hxx')
-rw-r--r-- | desktop/source/app/userinstall.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/userinstall.hxx b/desktop/source/app/userinstall.hxx index dd3876c3af73..add45aed9b20 100644 --- a/desktop/source/app/userinstall.hxx +++ b/desktop/source/app/userinstall.hxx @@ -22,7 +22,7 @@ #include <sal/config.h> -namespace desktop { namespace userinstall { +namespace desktop::userinstall { enum Status { EXISTED, @@ -34,7 +34,7 @@ enum Status { Status finalize(); -} } +} #endif |