summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/smilfunctionparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/smilfunctionparser.cxx')
-rw-r--r--slideshow/source/engine/smilfunctionparser.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/slideshow/source/engine/smilfunctionparser.cxx b/slideshow/source/engine/smilfunctionparser.cxx
index 4953ccde2fcc..6f67f8ac0487 100644
--- a/slideshow/source/engine/smilfunctionparser.cxx
+++ b/slideshow/source/engine/smilfunctionparser.cxx
@@ -46,10 +46,8 @@
/* Implementation of SmilFunctionParser class */
-namespace slideshow
+namespace slideshow::internal
{
- namespace internal
- {
namespace
{
typedef const char* StringIteratorT;
@@ -604,7 +602,6 @@ namespace slideshow
return pContext->maOperandStack.top();
}
- }
}
#if defined(BOOST_SP_ENABLE_DEBUG_HOOKS)