summaryrefslogtreecommitdiff
path: root/include/test/sheet/datapilotitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/sheet/datapilotitem.hxx')
-rw-r--r--include/test/sheet/datapilotitem.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/test/sheet/datapilotitem.hxx b/include/test/sheet/datapilotitem.hxx
index 1c05078352a6..bf711d3babfd 100644
--- a/include/test/sheet/datapilotitem.hxx
+++ b/include/test/sheet/datapilotitem.hxx
@@ -14,19 +14,18 @@
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
-namespace apitest {
-
+namespace apitest
+{
class OOO_DLLPUBLIC_TEST DataPilotItem
{
public:
- virtual css::uno::Reference< css::uno::XInterface > init() = 0;
+ virtual css::uno::Reference<css::uno::XInterface> init() = 0;
void testProperties();
protected:
~DataPilotItem() {}
};
-
}
#endif // INCLUDED_TEST_SHEET_DATAPILOTITEM_HXX