summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwshe.cxx')
-rw-r--r--sc/source/ui/view/tabvwshe.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/ui/view/tabvwshe.cxx b/sc/source/ui/view/tabvwshe.cxx
index 8c1beedbfed6..7072292e1142 100644
--- a/sc/source/ui/view/tabvwshe.cxx
+++ b/sc/source/ui/view/tabvwshe.cxx
@@ -41,8 +41,6 @@
#include <svx/srchdlg.hxx>
#include "document.hxx"
-
-
OUString ScTabViewShell::GetSelectionText( bool bWholeWord )
{
OUString aStrSelection;
@@ -118,8 +116,6 @@ OUString ScTabViewShell::GetSelectionText( bool bWholeWord )
return aStrSelection;
}
-
-
void ScTabViewShell::InsertURL( const OUString& rName, const OUString& rURL, const OUString& rTarget,
sal_uInt16 nMode )
{
@@ -153,8 +149,6 @@ void ScTabViewShell::InsertURL( const OUString& rName, const OUString& rURL, con
}
}
-
-
static void lcl_SelectFieldAfterInsert( EditView& rView )
{
ESelection aSel = rView.GetSelection();
@@ -353,8 +347,4 @@ void ScTabViewShell::ExecSearch( SfxRequest& rReq )
-
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */