summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorLaurent Godard <lgodard.libre@laposte.net>2014-08-08 17:34:30 +0200
committerDavid Tardon <dtardon@redhat.com>2014-08-11 06:37:02 +0000
commit454ec6e7916cf5b7c8908521527547acc66557e9 (patch)
treee3af038e6e77d8e19bdd48e65c1ea4e6006890e2 /include/test
parent8d10b7373a1c77748f2119b64a3dd99f453137fe (diff)
XStyleLoader2 : enhance unit test to PageStyle
and remove duplicate code Change-Id: Ib9e3568c860fe5cd3f11374a1c61dff101e33a18 Reviewed-on: https://gerrit.libreoffice.org/10832 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'include/test')
-rw-r--r--include/test/sheet/xstyleloader.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/test/sheet/xstyleloader.hxx b/include/test/sheet/xstyleloader.hxx
index 7986cb74d9b4..59b1b402dd92 100644
--- a/include/test/sheet/xstyleloader.hxx
+++ b/include/test/sheet/xstyleloader.hxx
@@ -12,6 +12,8 @@
#include <rtl/ustring.hxx>
#include <com/sun/star/style/XStyleLoader2.hpp>
+#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
+
#include <test/testdllapi.hxx>
namespace apitest {
@@ -30,6 +32,9 @@ public:
// XStyleLoader2
void testLoadStylesFromDocument();
+private:
+ void checkStyleProperties(css::uno::Reference< css::style::XStyleFamiliesSupplier > xFamilySupplier);
+
protected:
~XStyleLoader() {}