diff options
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; |