diff options
-rw-r--r-- | svx/source/table/cell.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/table/cell.hxx b/svx/source/table/cell.hxx index c161aaae8683..822b83b102f6 100644 --- a/svx/source/table/cell.hxx +++ b/svx/source/table/cell.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cell.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -113,8 +113,6 @@ public: void setMerged(); - sal_Bool hasLevels(); - // XInterface virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& Type ) throw (::com::sun::star::uno::RuntimeException); virtual void SAL_CALL acquire() throw (); |