From e70c28c4f4f589edf2a74d21648acc212eb80485 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 24 Nov 2011 00:52:02 +0100 Subject: SwShell{,Table}Crsr: remove pointless overrides of IsSelOvr --- sw/inc/viscrs.hxx | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'sw/inc/viscrs.hxx') diff --git a/sw/inc/viscrs.hxx b/sw/inc/viscrs.hxx index bf6c829b3162..5b0b925c3d17 100644 --- a/sw/inc/viscrs.hxx +++ b/sw/inc/viscrs.hxx @@ -162,14 +162,6 @@ public: // sal_True: Cursor can be set to this position. virtual sal_Bool IsAtValidPos( sal_Bool bPoint = sal_True ) const; -#ifdef DBG_UTIL - // For testing of UNO-Crsr behavior here the implementation at visible cursor. - virtual sal_Bool IsSelOvr( int eFlags = - ( nsSwCursorSelOverFlags::SELOVER_CHECKNODESSECTION | - nsSwCursorSelOverFlags::SELOVER_TOGGLE | - nsSwCursorSelOverFlags::SELOVER_CHANGEPOS )); -#endif - virtual bool IsReadOnlyAvailable() const; DECL_FIXEDMEMPOOL_NEWDEL( SwShellCrsr ) @@ -204,17 +196,8 @@ public: // sal_True: Cursor can be set to this position. virtual sal_Bool IsAtValidPos( sal_Bool bPoint = sal_True ) const; -#ifdef DBG_UTIL - // For testing of UNO-Crsr behavior here the implementation at visible cursor. - virtual sal_Bool IsSelOvr( int eFlags = - ( nsSwCursorSelOverFlags::SELOVER_CHECKNODESSECTION | - nsSwCursorSelOverFlags::SELOVER_TOGGLE | - nsSwCursorSelOverFlags::SELOVER_CHANGEPOS )); -#endif }; - - #endif // _VISCRS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit