diff options
Diffstat (limited to 'svx/source/inc/cell.hxx')
-rw-r--r-- | svx/source/inc/cell.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/inc/cell.hxx b/svx/source/inc/cell.hxx index 36ce254d1aa7..331465f4eaa3 100644 --- a/svx/source/inc/cell.hxx +++ b/svx/source/inc/cell.hxx @@ -46,8 +46,7 @@ class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) Cell final : public SdrText, public SvxUnoTextBase, public css::table::XMergeableCell, public css::awt::XLayoutConstrains, - public css::lang::XEventListener, - public ::cppu::OWeakObject + public css::lang::XEventListener { friend class CellUndo; |