diff options
Diffstat (limited to 'sc/source/ui/miscdlgs/anyrefdg.cxx')
-rw-r--r-- | sc/source/ui/miscdlgs/anyrefdg.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/miscdlgs/anyrefdg.cxx b/sc/source/ui/miscdlgs/anyrefdg.cxx index 7e9a2f40ba29..4d284152d3ec 100644 --- a/sc/source/ui/miscdlgs/anyrefdg.cxx +++ b/sc/source/ui/miscdlgs/anyrefdg.cxx @@ -206,7 +206,6 @@ void ScFormulaReferenceHelper::ShowFormulaReference(const OUString& rStr) { bool bDoubleRef=(pToken->GetType()==formula::svDoubleRef); - if(pToken->GetType()==formula::svSingleRef || bDoubleRef) { ScRange aRange; @@ -444,7 +443,6 @@ namespace } } - void ScFormulaReferenceHelper::RefInputStart( formula::RefEdit* pEdit, formula::RefButton* pButton ) { if (!pRefEdit) @@ -716,8 +714,6 @@ void ScFormulaReferenceHelper::EnableSpreadsheets(bool bFlag, bool bChildren) } } - - static void lcl_InvalidateWindows() { TypeId aType(TYPE(ScDocShell)); @@ -750,7 +746,6 @@ static void lcl_InvalidateWindows() } } - static void lcl_HideAllReferences() { TypeId aScType = TYPE(ScTabViewShell); @@ -762,11 +757,9 @@ static void lcl_HideAllReferences() } } - //The class of ScAnyRefDlg is rewritten by PengYunQuan for Validity Cell Range Picker // class ScRefHandler - ScRefHandler::ScRefHandler( Window &rWindow, SfxBindings* pB, bool bBindRef ): m_rWindow( rWindow ), m_bInRefMode( false ), @@ -937,7 +930,6 @@ void ScRefHandler::RefInputStart( formula::RefEdit* pEdit, formula::RefButton* p m_aHelper.RefInputStart( pEdit, pButton ); } - void ScRefHandler::ToggleCollapsed( formula::RefEdit* pEdit, formula::RefButton* pButton ) { m_aHelper.ToggleCollapsed( pEdit, pButton ); |