summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/expressionnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/expressionnode.hxx')
-rw-r--r--slideshow/source/inc/expressionnode.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/slideshow/source/inc/expressionnode.hxx b/slideshow/source/inc/expressionnode.hxx
index fef80fc7cc9c..6f9139012e12 100644
--- a/slideshow/source/inc/expressionnode.hxx
+++ b/slideshow/source/inc/expressionnode.hxx
@@ -22,9 +22,7 @@
/* Definition of ExpressionNode interface */
-namespace slideshow
-{
- namespace internal
+namespace slideshow::internal
{
/** Interface describing an abstract animation function.
@@ -72,7 +70,7 @@ namespace slideshow
*/
virtual bool isConstant() const = 0;
};
- }
+
}
#endif // INCLUDED_SLIDESHOW_SOURCE_INC_EXPRESSIONNODE_HXX