summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpformula.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-05-29 23:25:06 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-05-30 11:37:20 -0400
commitb52fc9ad0469f5a16496b2eb5a6b77e3028814ee (patch)
treec29783df3d78595a80e9f0ac3a42e6df66833124 /sc/source/ui/inc/tpformula.hxx
parentbebc0e4286edefc20e31b554bccb867274e82a5c (diff)
Create a common struct for interpreter config options.
And use it both in the core interpreter and the configuration UI. Change-Id: Ia2a16fcb53025840d906864b564255cd3c53e8e9
Diffstat (limited to 'sc/source/ui/inc/tpformula.hxx')
-rw-r--r--sc/source/ui/inc/tpformula.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/inc/tpformula.hxx b/sc/source/ui/inc/tpformula.hxx
index bf908255b9ed..ea9ea6ad55e5 100644
--- a/sc/source/ui/inc/tpformula.hxx
+++ b/sc/source/ui/inc/tpformula.hxx
@@ -35,6 +35,8 @@
#include <vcl/edit.hxx>
#include <vcl/button.hxx>
+#include "calcconfig.hxx"
+
class ScTpFormulaOptions : public SfxTabPage
{
public:
@@ -86,6 +88,9 @@ private:
This value is used to revert undesired value change. */
::rtl::OUString maOldSepValue;
+ ScCalcConfig maSavedConfig;
+ ScCalcConfig maCurrentConfig;
+
sal_Unicode mnDecSep;
};