diff options
Diffstat (limited to 'svx/source/table/tablerow.hxx')
-rw-r--r-- | svx/source/table/tablerow.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/table/tablerow.hxx b/svx/source/table/tablerow.hxx index 46198861818e..f0b742b0f280 100644 --- a/svx/source/table/tablerow.hxx +++ b/svx/source/table/tablerow.hxx @@ -22,7 +22,7 @@ #include <com/sun/star/table/XCellRange.hpp> #include <com/sun/star/container/XNamed.hpp> -#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase.hxx> #include "propertyset.hxx" #include "tablemodel.hxx" @@ -31,7 +31,7 @@ namespace sdr { namespace table { -typedef ::cppu::ImplInheritanceHelper2< FastPropertySet, ::com::sun::star::table::XCellRange, ::com::sun::star::container::XNamed > TableRowBase; +typedef ::cppu::ImplInheritanceHelper< FastPropertySet, ::com::sun::star::table::XCellRange, ::com::sun::star::container::XNamed > TableRowBase; class TableRow : public TableRowBase { |