diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-26 09:57:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-27 10:27:28 +0200 |
commit | a7672907d84f5e940d2c1776759889570756f607 (patch) | |
tree | 2137e42449902750528297a5d7678877bb01cec6 /sc/source/ui | |
parent | e113771914f006e568689fe973f913fcc95806c0 (diff) |
remove unused code ScSimpleRefDlgWrapper::GetRefString()
Change-Id: I349a7df3516829dee9bc44426b7b5c84a73254ec
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/inc/reffact.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/reffact.cxx | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/sc/source/ui/inc/reffact.hxx b/sc/source/ui/inc/reffact.hxx index d55f1dccfce8..6619fa2adb19 100644 --- a/sc/source/ui/inc/reffact.hxx +++ b/sc/source/ui/inc/reffact.hxx @@ -140,7 +140,6 @@ class ScSimpleRefDlgWrapper: public SfxChildWindow SFX_DECL_CHILDWINDOW_WITHID(Class); static void SetDefaultPosSize(Point aPos, Size aSize, bool bSet = true); - OUString GetRefString(); void SetRefString(const OUString& rStr); void SetCloseHdl( const Link& rLink ); void SetUnoLinks( const Link& rDone, const Link& rAbort, diff --git a/sc/source/ui/view/reffact.cxx b/sc/source/ui/view/reffact.cxx index e2e804696956..842908cf98c8 100644 --- a/sc/source/ui/view/reffact.cxx +++ b/sc/source/ui/view/reffact.cxx @@ -185,16 +185,6 @@ void ScSimpleRefDlgWrapper::SetDefaultPosSize(Point aPos, Size aSize, bool bSet) } -OUString ScSimpleRefDlgWrapper::GetRefString() -{ - OUString aResult; - if(pWindow!=NULL) - { - aResult=((ScSimpleRefDlg*)pWindow)->GetRefString(); - } - return aResult; -} - void ScSimpleRefDlgWrapper::SetAutoReOpen(bool bFlag) { bAutoReOpen=bFlag; |