From 33d57704c6d79dbd806caf94124776a6a05152a1 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 30 May 2012 10:03:05 -0400 Subject: Reset the calc settings to default when the 'Default' button is checked. Change-Id: Ia7eda2d9ff29b5997654fef1a01d637f474b06cc --- sc/inc/calcconfig.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc/inc/calcconfig.hxx') diff --git a/sc/inc/calcconfig.hxx b/sc/inc/calcconfig.hxx index 4af6222778dd..7dd52ce80880 100644 --- a/sc/inc/calcconfig.hxx +++ b/sc/inc/calcconfig.hxx @@ -41,6 +41,8 @@ struct SC_DLLPUBLIC ScCalcConfig ScCalcConfig(); + void reset(); + bool operator== (const ScCalcConfig& r) const; bool operator!= (const ScCalcConfig& r) const; }; -- cgit