summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/guidcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/guidcontext.cxx')
-rw-r--r--oox/source/drawingml/guidcontext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/guidcontext.cxx b/oox/source/drawingml/guidcontext.cxx
index 97e3979a94e5..022359562e2e 100644
--- a/oox/source/drawingml/guidcontext.cxx
+++ b/oox/source/drawingml/guidcontext.cxx
@@ -23,7 +23,7 @@ using namespace ::oox::core;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::xml::sax;
-namespace oox { namespace drawingml {
+namespace oox::drawingml {
GuidContext::GuidContext( ContextHandler2Helper const & rParent, OUString& rGuidId )
: ContextHandler2( rParent )
@@ -35,6 +35,6 @@ void GuidContext::onCharacters( const OUString& aChars )
mrGuidId += aChars;
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */