summaryrefslogtreecommitdiff
path: root/sc/inc/calcconfig.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-05-30 10:03:05 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-05-30 11:37:21 -0400
commit33d57704c6d79dbd806caf94124776a6a05152a1 (patch)
tree9d644cd2ef353e122ed8ac6c9b45d6a61645bf63 /sc/inc/calcconfig.hxx
parent60ab58a17d39c84ddcad5789b0c7d60179286e1f (diff)
Reset the calc settings to default when the 'Default' button is checked.
Change-Id: Ia7eda2d9ff29b5997654fef1a01d637f474b06cc
Diffstat (limited to 'sc/inc/calcconfig.hxx')
-rw-r--r--sc/inc/calcconfig.hxx2
1 files changed, 2 insertions, 0 deletions
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;
};