diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-04-02 08:58:25 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-04-02 15:03:53 +0200 |
commit | 8ecdaecfa8f8665b0c8c9e3e909f683a6c198797 (patch) | |
tree | ade357471641bb09008f529c64c372f6d692787d /include/test | |
parent | 8603d7029b0d62032a5c9d2e039117799be9e798 (diff) |
Split large test method in two
Change-Id: If1b915f721a5768b682c63dc9c08b708ba37a705
Reviewed-on: https://gerrit.libreoffice.org/70116
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/test')
-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() {} |