summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/shapes/appletshape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/shapes/appletshape.cxx')
-rw-r--r--slideshow/source/engine/shapes/appletshape.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/slideshow/source/engine/shapes/appletshape.cxx b/slideshow/source/engine/shapes/appletshape.cxx
index 46f75e18f417..1fac5a42739d 100644
--- a/slideshow/source/engine/shapes/appletshape.cxx
+++ b/slideshow/source/engine/shapes/appletshape.cxx
@@ -36,6 +36,8 @@ namespace slideshow
{
namespace internal
{
+ namespace {
+
/** Represents an applet shape.
This implementation offers support for applet shapes (both
@@ -105,6 +107,8 @@ namespace slideshow
bool mbIsPlaying;
};
+ }
+
AppletShape::AppletShape( const uno::Reference< drawing::XShape >& xShape,
double nPrio,
const OUString& rServiceName,