diff options
Diffstat (limited to 'sw/inc/unocrsr.hxx')
-rw-r--r-- | sw/inc/unocrsr.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/unocrsr.hxx b/sw/inc/unocrsr.hxx index ecb435d8e1b7..d2830284ed0e 100644 --- a/sw/inc/unocrsr.hxx +++ b/sw/inc/unocrsr.hxx @@ -21,7 +21,6 @@ #include <swcrsr.hxx> #include <calbck.hxx> - class SwUnoCrsr : public virtual SwCursor, public SwModify { sal_Bool bRemainInSection : 1; @@ -68,8 +67,6 @@ public: DECL_FIXEDMEMPOOL_NEWDEL( SwUnoCrsr ) }; - - class SwUnoTableCrsr : public virtual SwUnoCrsr, public virtual SwTableCursor { // The selection has the same order as the table boxes, i.e. @@ -98,8 +95,6 @@ public: const SwCursor& GetSelRing() const { return aTblSel; } }; - - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |