summaryrefslogtreecommitdiff
path: root/include/test/sheet/xcellrangedata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/sheet/xcellrangedata.hxx')
-rw-r--r--include/test/sheet/xcellrangedata.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/test/sheet/xcellrangedata.hxx b/include/test/sheet/xcellrangedata.hxx
index 00aef5e8152c..0b6efef2e07e 100644
--- a/include/test/sheet/xcellrangedata.hxx
+++ b/include/test/sheet/xcellrangedata.hxx
@@ -13,13 +13,13 @@
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
-namespace apitest {
-
+namespace apitest
+{
class OOO_DLLPUBLIC_TEST XCellRangeData
{
public:
- virtual css::uno::Reference< css::uno::XInterface > init() = 0;
- virtual css::uno::Reference< css::uno::XInterface > getXCellRangeData() = 0;
+ virtual css::uno::Reference<css::uno::XInterface> init() = 0;
+ virtual css::uno::Reference<css::uno::XInterface> getXCellRangeData() = 0;
void testGetDataArray();
void testSetDataArray();
@@ -29,7 +29,6 @@ public:
protected:
~XCellRangeData() {}
};
-
}
#endif // INCLUDED_TEST_SHEET_XCELLRANGEDATA_HXX