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