diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/funcdesc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/funcdesc.hxx b/sc/inc/funcdesc.hxx index c7fc86853fa8..6187121e7640 100644 --- a/sc/inc/funcdesc.hxx +++ b/sc/inc/funcdesc.hxx @@ -159,7 +159,7 @@ public: static ::rtl::OUString GetCategoryName(sal_uInt32 _nCategoryNumber ); - const ScFuncDesc* Get( const String& rFName ) const; + const ScFuncDesc* Get( const ::rtl::OUString& rFName ) const; const ScFuncDesc* Get( USHORT nFIndex ) const; const ScFuncDesc* First( USHORT nCategory = 0 ) const; const ScFuncDesc* Next() const; |