summaryrefslogtreecommitdiff
path: root/sc/inc/userlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/userlist.hxx')
-rw-r--r--sc/inc/userlist.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/userlist.hxx b/sc/inc/userlist.hxx
index 0cecf316bcfc..f87f32826ecb 100644
--- a/sc/inc/userlist.hxx
+++ b/sc/inc/userlist.hxx
@@ -55,8 +55,8 @@ public:
size_t GetSubCount() const;
bool GetSubIndex(const OUString& rSubStr, sal_uInt16& rIndex) const;
OUString GetSubStr(sal_uInt16 nIndex) const;
- StringCompare Compare(const OUString& rSubStr1, const OUString& rSubStr2) const;
- StringCompare ICompare(const OUString& rSubStr1, const OUString& rSubStr2) const;
+ sal_Int32 Compare(const OUString& rSubStr1, const OUString& rSubStr2) const;
+ sal_Int32 ICompare(const OUString& rSubStr1, const OUString& rSubStr2) const;
};
/**