summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docfunc.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-12 01:12:28 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-03-15 23:51:40 -0400
commit979e023be8fb18dc0cff5bd1b2bc50afc713bcd2 (patch)
treef86f2e9230771aa11c4db305e3f1ff835e2adcfa /sc/source/ui/docshell/docfunc.cxx
parentba862bbca4caa70e2a60b2f6c9087228c9da6f69 (diff)
Store all range names from the dialog to the document.
But I have yet to implement ScDocFunc::ModifyAllRangeNames().
Diffstat (limited to 'sc/source/ui/docshell/docfunc.cxx')
-rw-r--r--sc/source/ui/docshell/docfunc.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/ui/docshell/docfunc.cxx b/sc/source/ui/docshell/docfunc.cxx
index 5ad00f2a8f55..ed7c979a2688 100644
--- a/sc/source/ui/docshell/docfunc.cxx
+++ b/sc/source/ui/docshell/docfunc.cxx
@@ -4485,6 +4485,10 @@ bool ScDocFunc::ModifyRangeNames( const ScRangeName& rNewRanges )
return SetNewRangeNames( new ScRangeName(rNewRanges) );
}
+void ScDocFunc::ModifyAllRangeNames( const ScRangeName* pGlobal, const ::std::map<SCTAB, const ScRangeName*>& rTabs )
+{
+}
+
bool ScDocFunc::SetNewRangeNames( ScRangeName* pNewRanges, bool bModifyDoc ) // takes ownership of pNewRanges
{
ScDocShellModificator aModificator( rDocShell );