summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 10:46:18 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:51 +0200
commit794f5c68743b68183f842a308eb0e67db4c051af (patch)
treedcbf0554ed4c97e90f6b822d9511ad18a4f68513 /sc
parent01e5d5fe2e4034b23ff40df7c4a64fae28058906 (diff)
remove unused code ScSimpleRefDlg::GetRefString()
Change-Id: I1d5660560844e6e05be7ac20af3a420cae7de2b5
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/simpref.hxx1
-rw-r--r--sc/source/ui/miscdlgs/simpref.cxx5
2 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/inc/simpref.hxx b/sc/source/ui/inc/simpref.hxx
index 1ce82043adf1..f156316417b5 100644
--- a/sc/source/ui/inc/simpref.hxx
+++ b/sc/source/ui/inc/simpref.hxx
@@ -83,7 +83,6 @@ public:
void StartRefInput();
- OUString GetRefString() const;
void SetRefString(const OUString &rStr);
virtual void FillInfo(SfxChildWinInfo&) const;
diff --git a/sc/source/ui/miscdlgs/simpref.cxx b/sc/source/ui/miscdlgs/simpref.cxx
index 07023e96f3fa..384d22e34c20 100644
--- a/sc/source/ui/miscdlgs/simpref.cxx
+++ b/sc/source/ui/miscdlgs/simpref.cxx
@@ -150,11 +150,6 @@ bool ScSimpleRefDlg::IsRefInputMode() const
return true;
}
-OUString ScSimpleRefDlg::GetRefString() const
-{
- return m_pEdAssign->GetText();
-}
-
void ScSimpleRefDlg::SetCloseHdl( const Link& rLink )
{
aCloseHdl=rLink;