diff options
Diffstat (limited to 'sc/inc/funcdesc.hxx')
-rw-r--r-- | sc/inc/funcdesc.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sc/inc/funcdesc.hxx b/sc/inc/funcdesc.hxx index 2410de3751a6..d1326c602418 100644 --- a/sc/inc/funcdesc.hxx +++ b/sc/inc/funcdesc.hxx @@ -310,18 +310,6 @@ public: static OUString GetCategoryName(sal_uInt32 _nCategoryNumber ); /** - Returns function by name. - - Searches for a function with the function name rFName, while ignoring case. - - @param rFName - name of the function - - @return pointer to function with the name rFName, null if no such function was found. - */ - const ScFuncDesc* Get( const OUString& rFName ) const; - - /** Returns function by index. Searches for a function with the function index nFIndex. |