diff options
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r-- | sc/inc/dpobject.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx index a2fd066349bf..4ecdd8f3faf3 100644 --- a/sc/inc/dpobject.hxx +++ b/sc/inc/dpobject.hxx @@ -380,14 +380,11 @@ public: /** * Create a new name that's not yet used by any existing data pilot - * objects. All data pilot names are 'DataPilot' + <num>, and the nMin - * specifies the minimum number allowed. - * - * @param nMin minimum number allowed. + * objects. All data pilot names are 'DataPilot' + <num> * * @return new name for data pilot object. */ - OUString CreateNewName( sal_uInt16 nMin = 1 ) const; + OUString CreateNewName() const; void FreeTable(ScDPObject* pDPObj); SC_DLLPUBLIC bool InsertNewTable(ScDPObject* pDPObj); |