summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/inputwin.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-09-30 05:48:28 +0000
commit141c7165253f938e26d3a4695a7de6aa773f0d1e (patch)
tree5b580115d4dd577618b289384b7d329063e1a646 /sc/source/ui/app/inputwin.cxx
parent4902f4e887f8962edadec7d2e785f3568c5a3137 (diff)
CWS-TOOLING: integrate CWS koheicoderemoval
Diffstat (limited to 'sc/source/ui/app/inputwin.cxx')
-rw-r--r--sc/source/ui/app/inputwin.cxx33
1 files changed, 14 insertions, 19 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 6b3533eda..1698ee668 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: inputwin.cxx,v $
- * $Revision: 1.58 $
+ * $Revision: 1.57.22.3 $
*
* This file is part of OpenOffice.org.
*
@@ -548,11 +548,6 @@ void ScInputWindow::SetTextString( const String& rString )
}
}
-const String& ScInputWindow::GetTextString()
-{
- return aTextWindow.GetTextString();
-}
-
void ScInputWindow::SetOkCancelMode()
{
//! new method at ScModule to query if function autopilot is open
@@ -621,19 +616,19 @@ String __EXPORT ScInputWindow::GetText() const
}
-EditView* ScInputWindow::ActivateEdit( const String& rText,
- const ESelection& rSel )
-{
- if ( !aTextWindow.IsInputActive() )
- {
- aTextWindow.StartEditEngine();
- aTextWindow.GrabFocus();
- aTextWindow.SetTextString( rText );
- aTextWindow.GetEditView()->SetSelection( rSel );
- }
-
- return aTextWindow.GetEditView();
-}
+//UNUSED2008-05 EditView* ScInputWindow::ActivateEdit( const String& rText,
+//UNUSED2008-05 const ESelection& rSel )
+//UNUSED2008-05 {
+//UNUSED2008-05 if ( !aTextWindow.IsInputActive() )
+//UNUSED2008-05 {
+//UNUSED2008-05 aTextWindow.StartEditEngine();
+//UNUSED2008-05 aTextWindow.GrabFocus();
+//UNUSED2008-05 aTextWindow.SetTextString( rText );
+//UNUSED2008-05 aTextWindow.GetEditView()->SetSelection( rSel );
+//UNUSED2008-05 }
+//UNUSED2008-05
+//UNUSED2008-05 return aTextWindow.GetEditView();
+//UNUSED2008-05 }
BOOL ScInputWindow::IsInputActive()
{