diff options
Diffstat (limited to 'scaddins/source/analysis')
-rw-r--r-- | scaddins/source/analysis/analysishelper.hxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/scaddins/source/analysis/analysishelper.hxx b/scaddins/source/analysis/analysishelper.hxx index 1f94bb41f142..d82af307a9c5 100644 --- a/scaddins/source/analysis/analysishelper.hxx +++ b/scaddins/source/analysis/analysishelper.hxx @@ -190,11 +190,10 @@ public: inline sal_uInt16 GetUINameID() const; inline sal_uInt16 GetDescrID() const; - inline bool IsDouble() const; - inline bool HasIntParam() const; + inline bool IsDouble() const; sal_uInt16 GetStrIndex( sal_uInt16 nParamNum ) const; - inline bool Is( const OUString& rCompareTo ) const; + inline bool Is( const OUString& rCompareTo ) const; inline const std::vector<OUString> & GetCompNameList() const; @@ -572,12 +571,6 @@ inline bool FuncData::IsDouble() const } -inline bool FuncData::HasIntParam() const -{ - return bWithOpt; -} - - inline bool FuncData::Is( const OUString& r ) const { return aIntName == r; |