summaryrefslogtreecommitdiffstats
path: root/include/test/sheet/xusedareacursor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/sheet/xusedareacursor.hxx')
-rw-r--r--include/test/sheet/xusedareacursor.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/test/sheet/xusedareacursor.hxx b/include/test/sheet/xusedareacursor.hxx
index fddd2002a8dc..95b4fe402574 100644
--- a/include/test/sheet/xusedareacursor.hxx
+++ b/include/test/sheet/xusedareacursor.hxx
@@ -14,19 +14,18 @@
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
-namespace apitest {
-
+namespace apitest
+{
class OOO_DLLPUBLIC_TEST XUsedAreaCursor
{
public:
- virtual css::uno::Reference< css::uno::XInterface > init() = 0;
- virtual css::uno::Reference< css::uno::XInterface > getXSpreadsheet() = 0;
- virtual ~XUsedAreaCursor(){}
+ virtual css::uno::Reference<css::uno::XInterface> init() = 0;
+ virtual css::uno::Reference<css::uno::XInterface> getXSpreadsheet() = 0;
+ virtual ~XUsedAreaCursor() {}
void testGotoStartOfUsedArea();
void testGotoEndOfUsedArea();
};
-
}
#endif // INCLUDED_TEST_SHEET_XUSEDAREACURSOR_HXX