summaryrefslogtreecommitdiff
path: root/include/test/sheet/datapilotfield.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/sheet/datapilotfield.hxx')
-rw-r--r--include/test/sheet/datapilotfield.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/test/sheet/datapilotfield.hxx b/include/test/sheet/datapilotfield.hxx
index b1eda76c2450..28e73d7a2081 100644
--- a/include/test/sheet/datapilotfield.hxx
+++ b/include/test/sheet/datapilotfield.hxx
@@ -13,12 +13,12 @@
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
-namespace apitest {
-
+namespace apitest
+{
class OOO_DLLPUBLIC_TEST DataPilotField
{
public:
- virtual css::uno::Reference< css::uno::XInterface > init() = 0;
+ virtual css::uno::Reference<css::uno::XInterface> init() = 0;
void testSortInfo();
void testLayoutInfo();
@@ -29,7 +29,6 @@ public:
protected:
~DataPilotField() {}
};
-
}
#endif // INCLUDED_TEST_SHEET_DATAPILOTFIELD_HXX