[Libreoffice-commits] core.git: sc/inc

Tor Lillqvist tml at collabora.com
Thu Sep 17 23:41:05 PDT 2015


 sc/inc/calcconfig.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 7034c959c5960371ee32f8a86ef656aeeeb5817e
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Sep 18 09:40:18 2015 +0300

    Remove declaration of nonexistent function
    
    Change-Id: Iaf5155aba75495d77dce3dd143171c60037bdd11

diff --git a/sc/inc/calcconfig.hxx b/sc/inc/calcconfig.hxx
index 18aab21..e271421 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);
 


More information about the Libreoffice-commits mailing list