diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 11:35:34 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 11:35:34 +0000 |
commit | 5a34723700532070f9ab5c5c5c9b271797581fc3 (patch) | |
tree | bc91240c615539008b708abd2274d3a2e3b8a7e0 /svx | |
parent | a9dc6e00d28aa5b0295bb2ccdbf7cc6d868da2b7 (diff) |
INTEGRATION: CWS impressodf12 (1.2.12); FILE MERGED
2008/04/25 08:59:17 cl 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED
2008/04/24 15:29:08 cl 1.2.12.1: #i35937# removed property HasLevels
Diffstat (limited to 'svx')
-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 (); |