summaryrefslogtreecommitdiff
path: root/svx/source/dialog/docrecovery.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/docrecovery.cxx')
-rw-r--r--svx/source/dialog/docrecovery.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx
index b51ddc2ca71a..b5c35bef6271 100644
--- a/svx/source/dialog/docrecovery.cxx
+++ b/svx/source/dialog/docrecovery.cxx
@@ -38,7 +38,8 @@
#include <osl/file.hxx>
#include <unotools/pathoptions.hxx>
-namespace svx::DocRecovery{
+namespace svx::DocRecovery
+{
using namespace ::osl;
@@ -1087,6 +1088,6 @@ void BrokenRecoveryDialog::impl_askForSavePath()
}
}
- }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */