diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-09-12 19:17:47 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2023-10-11 00:05:52 +0200 |
commit | cb46ad4c4602fbb6aeab482e9370e31495e12cfe (patch) | |
tree | 0ec9ab9ffb073519e0ac79164ebfe7fcd841d906 /sc/source/ui/inc/docfunc.hxx | |
parent | 6cfd36a392ec3710304ff3df3cb0f42e0d8b53d9 (diff) |
tdf#156815 Reset solver settings when a sheet is renamed
When a sheet is renamed, the SolverSettings object needs to be reset so that the updated references of the named ranges are reloaded the next time the Solver dialog is opened.
Change-Id: I8d501bb5b52f6a69bc899a62863893744d80dc69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156872
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sc/source/ui/inc/docfunc.hxx')
-rw-r--r-- | sc/source/ui/inc/docfunc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/docfunc.hxx b/sc/source/ui/inc/docfunc.hxx index 6419e285d5b7..aa9755566ef3 100644 --- a/sc/source/ui/inc/docfunc.hxx +++ b/sc/source/ui/inc/docfunc.hxx @@ -147,7 +147,7 @@ public: bool bCut, bool bRecord, bool bPaint, bool bApi ); SC_DLLPUBLIC bool InsertTable( SCTAB nTab, const OUString& rName, bool bRecord, bool bApi ); - bool RenameTable( SCTAB nTab, const OUString& rName, bool bRecord, bool bApi ); + SC_DLLPUBLIC bool RenameTable( SCTAB nTab, const OUString& rName, bool bRecord, bool bApi ); bool DeleteTable( SCTAB nTab, bool bRecord ); bool SetTabBgColor( SCTAB nTab, const Color& rColor, bool bRecord, bool bApi ); |