diff options
Diffstat (limited to 'sc/source/ui/docshell/docsh6.cxx')
-rw-r--r-- | sc/source/ui/docshell/docsh6.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/ui/docshell/docsh6.cxx b/sc/source/ui/docshell/docsh6.cxx index 8e459373cefa..732cfbb0db27 100644 --- a/sc/source/ui/docshell/docsh6.cxx +++ b/sc/source/ui/docshell/docsh6.cxx @@ -406,7 +406,7 @@ void ScDocShell::UpdateLinks() } } -bool ScDocShell::ReloadTabLinks() +void ScDocShell::ReloadTabLinks() { sfx2::LinkManager* pLinkManager = aDocument.GetLinkManager(); @@ -437,8 +437,6 @@ bool ScDocShell::ReloadTabLinks() SetDocumentModified(); } - - return true; //! Fehler erkennen } void ScDocShell::SetFormulaOptions( const ScFormulaOptions& rOpt, bool bForLoading ) |