summaryrefslogtreecommitdiff
path: root/include/test/sheet/xsubtotaldescriptor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/sheet/xsubtotaldescriptor.hxx')
-rw-r--r--include/test/sheet/xsubtotaldescriptor.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/test/sheet/xsubtotaldescriptor.hxx b/include/test/sheet/xsubtotaldescriptor.hxx
index 9ca44718cf24..dc570c1819ba 100644
--- a/include/test/sheet/xsubtotaldescriptor.hxx
+++ b/include/test/sheet/xsubtotaldescriptor.hxx
@@ -14,12 +14,12 @@
#include <com/sun/star/uno/XInterface.hpp>
#include <test/testdllapi.hxx>
-namespace apitest {
-
+namespace apitest
+{
class OOO_DLLPUBLIC_TEST XSubTotalDescriptor
{
public:
- virtual css::uno::Reference< css::uno::XInterface > init() = 0;
+ virtual css::uno::Reference<css::uno::XInterface> init() = 0;
void testAddNew();
void testClear();
@@ -27,7 +27,6 @@ public:
protected:
~XSubTotalDescriptor() {}
};
-
}
#endif // INCLUDED_TEST_SHEET_XSUBTOTALDESCRIPTOR_HXX