diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-11-19 10:36:41 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-11-19 10:36:41 +0100 |
commit | 50c061f1fa79790bacb44c8d04745310ab5dda18 (patch) | |
tree | 4669411e2cd6d416d4a287bad528f8f113d06b2a | |
parent | b648f9eba23e79397bdca866ec3fa32ef28edfe2 (diff) |
undoapi: removed EnterStandardMode, again. The requirements / results in the different applications are that different - it does make sense to have a single method doing this, as defining its semantics is rather impossible
-rw-r--r-- | sw/source/ui/inc/view.hxx | 1 | ||||
-rw-r--r-- | sw/source/ui/uiview/viewdraw.cxx | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx index 812dd8255cbf..a21dc8cfb30e 100644 --- a/sw/source/ui/inc/view.hxx +++ b/sw/source/ui/inc/view.hxx @@ -420,7 +420,6 @@ public: void GotFocus() const; virtual SdrView* GetDrawView() const; - virtual void EnterStandardMode(); virtual sal_Bool HasUIFeature( sal_uInt32 nFeature ); virtual void ShowCursor( FASTBOOL bOn = TRUE ); virtual ErrCode DoVerb( long nVerb ); diff --git a/sw/source/ui/uiview/viewdraw.cxx b/sw/source/ui/uiview/viewdraw.cxx index 05e76173b7e8..abae753c1b56 100644 --- a/sw/source/ui/uiview/viewdraw.cxx +++ b/sw/source/ui/uiview/viewdraw.cxx @@ -649,11 +649,6 @@ SdrView* SwView::GetDrawView() const return GetWrtShell().GetDrawView(); } -void SwView::EnterStandardMode() -{ - GetWrtShell().EnterStdMode(); -} - /*-------------------------------------------------------------------- Beschreibung: --------------------------------------------------------------------*/ |