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