summaryrefslogtreecommitdiff
path: root/include/test/sheet/xdatabaserange.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/sheet/xdatabaserange.hxx')
-rw-r--r--include/test/sheet/xdatabaserange.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/test/sheet/xdatabaserange.hxx b/include/test/sheet/xdatabaserange.hxx
index 09f640935e4d..388b89d9abfd 100644
--- a/include/test/sheet/xdatabaserange.hxx
+++ b/include/test/sheet/xdatabaserange.hxx
@@ -14,12 +14,12 @@
#include <com/sun/star/uno/Reference.hxx>
#include <test/testdllapi.hxx>
-namespace apitest {
-
+namespace apitest
+{
class OOO_DLLPUBLIC_TEST XDatabaseRange
{
public:
- virtual css::uno::Reference< css::uno::XInterface > init(const OUString& rDBName) = 0;
+ virtual css::uno::Reference<css::uno::XInterface> init(const OUString& rDBName) = 0;
void testDataArea();
void testGetSortDescriptor();
@@ -31,7 +31,6 @@ public:
protected:
~XDatabaseRange() {}
};
-
}
#endif // INCLUDED_TEST_SHEET_XDATABASERANGE_HXX