summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-19 10:36:41 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-19 10:36:41 +0100
commit2b9a26dea1ac3f9b2f85d9c693e9b070fe5ac0d6 (patch)
treef484e1330913a1e2e5df3866d4d4757adf57bb96 /sd
parent0e3c6f024b0b36c10b9a82dad79eb58baffb555b (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
Diffstat (limited to 'sd')
-rwxr-xr-xsd/source/ui/inc/ViewShellBase.hxx1
-rw-r--r--sd/source/ui/view/ViewShellBase.cxx12
2 files changed, 0 insertions, 13 deletions
diff --git a/sd/source/ui/inc/ViewShellBase.hxx b/sd/source/ui/inc/ViewShellBase.hxx
index 4ff64456ad2f..38f7223f1d83 100755
--- a/sd/source/ui/inc/ViewShellBase.hxx
+++ b/sd/source/ui/inc/ViewShellBase.hxx
@@ -188,7 +188,6 @@ public:
virtual void WriteUserData (String&, BOOL bBrowse = FALSE);
virtual void ReadUserData (const String&, BOOL bBrowse = FALSE);
virtual SdrView* GetDrawView (void) const;
- virtual void EnterStandardMode();
virtual void AdjustPosSizePixel (const Point &rOfs, const Size &rSize);
/** When <TRUE/> is given, then the mouse shape is set to hour glass (or
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx
index ff373da66579..c748ffbc05e0 100644
--- a/sd/source/ui/view/ViewShellBase.cxx
+++ b/sd/source/ui/view/ViewShellBase.cxx
@@ -1003,18 +1003,6 @@ SdrView* ViewShellBase::GetDrawView (void) const
-void ViewShellBase::EnterStandardMode()
-{
- SdrView* pView = GetDrawView();
- // finish text editing
- if ( pView && pView->IsTextEdit() )
- pView->SdrEndTextEdit();
- // more?
-}
-
-
-
-
void ViewShellBase::AdjustPosSizePixel (const Point &rOfs, const Size &rSize)
{
SfxViewShell::AdjustPosSizePixel (rOfs, rSize);