diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-27 14:37:20 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-27 14:39:06 -0500 |
commit | 7eb1c1e31dac3b8377307192cae9cdde0ebe18bb (patch) | |
tree | b73935141fae0000ded16cbd7b4bc231d6def37e /sc/source/ui/inc | |
parent | 8b32c721c61b5c7a52284ef743586159f8f443ee (diff) |
Fixed up several issues with the new formula options handler.
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/tpformula.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tpformula.hxx b/sc/source/ui/inc/tpformula.hxx index 83abbb981b2e..033f61d0ecda 100644 --- a/sc/source/ui/inc/tpformula.hxx +++ b/sc/source/ui/inc/tpformula.hxx @@ -84,8 +84,6 @@ private: Edit maEdSepArrayRow; PushButton maBtnSepReset; - ::boost::shared_ptr<ScAppOptions> mpOptions; - /** Stores old separator value of currently focused separator edit box. This value is used to revert undesired value change. */ ::rtl::OUString maOldSepValue; |