summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xiname.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xiname.hxx')
-rw-r--r--sc/source/filter/inc/xiname.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xiname.hxx b/sc/source/filter/inc/xiname.hxx
index ca3b8dc3a36c..969fdae70520 100644
--- a/sc/source/filter/inc/xiname.hxx
+++ b/sc/source/filter/inc/xiname.hxx
@@ -94,7 +94,7 @@ public:
@param nScTab The sheet index for local names or SCTAB_MAX for global names.
If no local name is found, tries to find a matching global name.
@return Pointer to the defined name or 0 on error. */
- const XclImpName* FindName( const OUString& rXclName, SCTAB nScTab = SCTAB_MAX ) const;
+ const XclImpName* FindName( const OUString& rXclName, SCTAB nScTab ) const;
/** Returns the defined name specified by its Excel index.
@param nXclNameIdx The index of the internal defined name.