diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-09-18 09:40:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-09-18 09:40:31 +0300 |
commit | 7034c959c5960371ee32f8a86ef656aeeeb5817e (patch) | |
tree | cac7c4f019316dc5e7c2131a410a9b1ab54d3c16 /sc/inc/calcconfig.hxx | |
parent | cee1991a01b79dbca094183ede0be333f935fbf4 (diff) |
Remove declaration of nonexistent function
Change-Id: Iaf5155aba75495d77dce3dd143171c60037bdd11
Diffstat (limited to 'sc/inc/calcconfig.hxx')
-rw-r--r-- | sc/inc/calcconfig.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/calcconfig.hxx b/sc/inc/calcconfig.hxx index 18aab2166c0d..e271421b6884 100644 --- a/sc/inc/calcconfig.hxx +++ b/sc/inc/calcconfig.hxx @@ -68,7 +68,6 @@ struct SC_DLLPUBLIC ScCalcConfig SC_DLLPUBLIC std::ostream& operator<<(std::ostream& rStream, const ScCalcConfig& rConfig); -SC_DLLPUBLIC OUString ScOpCodeSetToNumberString(const ScCalcConfig::OpCodeSet& rOpCodes); SC_DLLPUBLIC OUString ScOpCodeSetToSymbolicString(const ScCalcConfig::OpCodeSet& rOpCodes); SC_DLLPUBLIC ScCalcConfig::OpCodeSet ScStringToOpCodeSet(const OUString& rOpCodes); |