diff options
Diffstat (limited to 'include/test/sheet/shape.hxx')
-rw-r--r-- | include/test/sheet/shape.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/test/sheet/shape.hxx b/include/test/sheet/shape.hxx index 3d10fc31eb4f..ad2b7b7657ce 100644 --- a/include/test/sheet/shape.hxx +++ b/include/test/sheet/shape.hxx @@ -23,7 +23,8 @@ public: virtual css::uno::Reference<css::uno::XInterface> init() = 0; virtual css::uno::Reference<css::uno::XInterface> getXSheetDocument() = 0; - void testShapeProperties(); + void testShapePropertiesAnchor(); + void testShapePropertiesPosition(); protected: ~Shape() {} |