summaryrefslogtreecommitdiff
path: root/include/test/sheet/xcellrangereferrer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/sheet/xcellrangereferrer.hxx')
-rw-r--r--include/test/sheet/xcellrangereferrer.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/test/sheet/xcellrangereferrer.hxx b/include/test/sheet/xcellrangereferrer.hxx
index 949f6b12eb7e..a2a659d17d13 100644
--- a/include/test/sheet/xcellrangereferrer.hxx
+++ b/include/test/sheet/xcellrangereferrer.hxx
@@ -16,15 +16,15 @@
#include <test/testdllapi.hxx>
-namespace apitest {
-
+namespace apitest
+{
class OOO_DLLPUBLIC_TEST XCellRangeReferrer
{
public:
- virtual css::uno::Reference< css::uno::XInterface > init() = 0;
+ virtual css::uno::Reference<css::uno::XInterface> init() = 0;
void setCellRange(css::table::CellRangeAddress aCellRange) { m_aCellRange = aCellRange; }
- const css::table::CellRangeAddress & getCellRange() const { return m_aCellRange; }
+ const css::table::CellRangeAddress& getCellRange() const { return m_aCellRange; }
void testGetReferredCells();
protected:
@@ -33,7 +33,6 @@ protected:
private:
css::table::CellRangeAddress m_aCellRange;
};
-
}
#endif // INCLUDED_TEST_SHEET_XCELLRANGEREFERRER_HXX