From a48195f4c24cd20a79514b608a1eae40baff9ed1 Mon Sep 17 00:00:00 2001 From: Artur Dorda Date: Sun, 15 Apr 2012 02:20:16 +0200 Subject: transferring java XPrintAreas to c++ --- sc/qa/extras/sctablesheetobj.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sc/qa/extras') diff --git a/sc/qa/extras/sctablesheetobj.cxx b/sc/qa/extras/sctablesheetobj.cxx index 0f1d79a4dd26..28b4d2b3f24c 100644 --- a/sc/qa/extras/sctablesheetobj.cxx +++ b/sc/qa/extras/sctablesheetobj.cxx @@ -29,6 +29,7 @@ #include #include #include +#include #include #include @@ -36,7 +37,7 @@ namespace sc_apitest { -class ScTableSheetObj : public UnoApiTest, apitest::XSearchable, apitest::XReplaceable +class ScTableSheetObj : public UnoApiTest, apitest::XSearchable, apitest::XReplaceable, apitest::XPrintAreas { public: ScTableSheetObj(); @@ -49,6 +50,9 @@ public: CPPUNIT_TEST(testFindFirst); CPPUNIT_TEST(testReplaceAll); CPPUNIT_TEST(testCreateReplaceDescriptor); + // XPrintAreas + CPPUNIT_TEST(testSetAndGetPrintTitleColumns); + CPPUNIT_TEST(testSetAndGetPrintTitleRows); CPPUNIT_TEST_SUITE_END(); private: -- cgit v1.2.3