summaryrefslogtreecommitdiff
path: root/oox/source/ppt/timenode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/timenode.cxx')
-rw-r--r--oox/source/ppt/timenode.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ppt/timenode.cxx b/oox/source/ppt/timenode.cxx
index 3c59b54c9cdc..928f52053a87 100644
--- a/oox/source/ppt/timenode.cxx
+++ b/oox/source/ppt/timenode.cxx
@@ -52,7 +52,7 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::animations;
using namespace ::com::sun::star::presentation;
-namespace oox { namespace ppt {
+namespace oox::ppt {
OUString TimeNode::getServiceName( sal_Int16 nNodeType )
{
@@ -626,6 +626,6 @@ namespace oox { namespace ppt {
maNodeProperties[ NP_BY ] = aBy;
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */