summaryrefslogtreecommitdiff
path: root/svx/source/table/tablerows.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/tablerows.hxx')
-rw-r--r--svx/source/table/tablerows.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/table/tablerows.hxx b/svx/source/table/tablerows.hxx
index 8db44717f2f5..e8f5cff69517 100644
--- a/svx/source/table/tablerows.hxx
+++ b/svx/source/table/tablerows.hxx
@@ -52,7 +52,7 @@ public:
// Methods
virtual ::com::sun::star::uno::Type SAL_CALL getElementType() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- virtual ::sal_Bool SAL_CALL hasElements() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ virtual sal_Bool SAL_CALL hasElements() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
private:
TableModelRef mxTableModel;