summaryrefslogtreecommitdiff
path: root/oox/source/ole/vbahelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ole/vbahelper.cxx')
-rw-r--r--oox/source/ole/vbahelper.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/oox/source/ole/vbahelper.cxx b/oox/source/ole/vbahelper.cxx
index 0869b2d05f44..477405ecf35d 100644
--- a/oox/source/ole/vbahelper.cxx
+++ b/oox/source/ole/vbahelper.cxx
@@ -22,8 +22,7 @@
#include <osl/diagnose.h>
#include <oox/helper/binaryinputstream.hxx>
-namespace oox {
-namespace ole {
+namespace oox::ole {
using namespace ::com::sun::star::uno;
@@ -55,7 +54,6 @@ bool VbaHelper::extractKeyValue( OUString& rKey, OUString& rValue, const OUStrin
return false;
}
-} // namespace ole
} // namespace oox
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */