summaryrefslogtreecommitdiffstats
path: root/slideshow/test/testshape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/test/testshape.cxx')
-rw-r--r--slideshow/test/testshape.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/slideshow/test/testshape.cxx b/slideshow/test/testshape.cxx
index e9926218d283..f00ae08cbb59 100644
--- a/slideshow/test/testshape.cxx
+++ b/slideshow/test/testshape.cxx
@@ -37,6 +37,9 @@ using namespace ::com::sun::star;
// our test shape subject
typedef ::cppu::WeakComponentImplHelper< drawing::XShape > ShapeBase;
+
+namespace {
+
class ImplTestShape : public TestShape,
private cppu::BaseMutex,
public ShapeBase
@@ -193,6 +196,7 @@ private:
}
};
+}
TestShapeSharedPtr createTestShape(const basegfx::B2DRange& rRect,
double nPrio)