summaryrefslogtreecommitdiff
path: root/include/test/sheet/xsheetoperation.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/sheet/xsheetoperation.hxx')
-rw-r--r--include/test/sheet/xsheetoperation.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/test/sheet/xsheetoperation.hxx b/include/test/sheet/xsheetoperation.hxx
index ab03d2d451d0..ea436ce38b6e 100644
--- a/include/test/sheet/xsheetoperation.hxx
+++ b/include/test/sheet/xsheetoperation.hxx
@@ -10,18 +10,17 @@
#ifndef INCLUDED_TEST_SHEET_XSHEETOPERATION_HXX
#define INCLUDED_TEST_SHEET_XSHEETOPERATION_HXX
-
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
-namespace apitest {
-
+namespace apitest
+{
class OOO_DLLPUBLIC_TEST XSheetOperation
{
public:
- virtual css::uno::Reference< css::uno::XInterface > init() = 0;
+ virtual css::uno::Reference<css::uno::XInterface> init() = 0;
void testComputeFunction();
void testClearContents();
@@ -29,7 +28,6 @@ public:
protected:
~XSheetOperation() {}
};
-
}
#endif // INCLUDED_TEST_SHEET_XSHEETOPERATION_HXX