diff options
-rw-r--r-- | sc/source/ui/inc/reffact.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/view/reffact.cxx | 10 | ||||
-rw-r--r-- | unusedcode.easy | 1 |
3 files changed, 0 insertions, 12 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; diff --git a/unusedcode.easy b/unusedcode.easy index ad7d69af56c8..02ae768f2b19 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -84,7 +84,6 @@ ScMyNotEmptyCellsIterator::GetCell() const ScRangeStringConverter::GetRangeListFromString(com::sun::star::uno::Sequence<com::sun::star::table::CellRangeAddress>&, rtl::OUString const&, ScDocument const*, formula::FormulaGrammar::AddressConvention, unsigned short, unsigned short) ScRefCellValue::commit(ScColumn&, int) const ScRefreshTimer::StartRefreshTimer() -ScSimpleRefDlgWrapper::GetRefString() ScTabViewShell::GetForms() const ScTable::GetNote(short, int) ScTable::SetRawString(short, int, rtl::OUString const&) |