summaryrefslogtreecommitdiff
path: root/include/test/sheet/xsubtotalcalculatable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/sheet/xsubtotalcalculatable.hxx')
-rw-r--r--include/test/sheet/xsubtotalcalculatable.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/test/sheet/xsubtotalcalculatable.hxx b/include/test/sheet/xsubtotalcalculatable.hxx
index 11f822b6b15f..2160816d3ac8 100644
--- a/include/test/sheet/xsubtotalcalculatable.hxx
+++ b/include/test/sheet/xsubtotalcalculatable.hxx
@@ -14,13 +14,13 @@
#include <com/sun/star/uno/XInterface.hpp>
#include <test/testdllapi.hxx>
-namespace apitest {
-
+namespace apitest
+{
class OOO_DLLPUBLIC_TEST XSubTotalCalculatable
{
public:
- virtual css::uno::Reference< css::uno::XInterface > init() = 0;
- virtual css::uno::Reference< css::uno::XInterface > getXSpreadsheet() = 0;
+ virtual css::uno::Reference<css::uno::XInterface> init() = 0;
+ virtual css::uno::Reference<css::uno::XInterface> getXSpreadsheet() = 0;
void testCreateSubTotalDescriptor();
void testApplyRemoveSubTotals();
@@ -28,7 +28,6 @@ public:
protected:
~XSubTotalCalculatable() {}
};
-
}
#endif // INCLUDED_TEST_SHEET_XSUBTOTALCALCULATABLE_HXX