summaryrefslogtreecommitdiff
path: root/include/svx/verttexttbxctrl.hxx
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-11-27 17:53:11 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2014-11-27 18:05:01 +0200
commit19262f43def3ff72cd46a142fd22bbfc9b030149 (patch)
tree422412addd074136162154ba8f40ec84c4f6ad61 /include/svx/verttexttbxctrl.hxx
parent57ee81602a3a0647a174f9c3b65547249873d225 (diff)
bCheckVertical is not used
Change-Id: I092098a2520c4856f1d394ddbe288bbc444e7db8
Diffstat (limited to 'include/svx/verttexttbxctrl.hxx')
-rw-r--r--include/svx/verttexttbxctrl.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/verttexttbxctrl.hxx b/include/svx/verttexttbxctrl.hxx
index b49e5e81ce8a..bc6ce5a81753 100644
--- a/include/svx/verttexttbxctrl.hxx
+++ b/include/svx/verttexttbxctrl.hxx
@@ -27,15 +27,12 @@
*/
class SvxVertCTLTextTbxCtrl : public SfxToolBoxControl
{
- bool bCheckVertical; //determines whether vertical mode or CTL mode has to be checked
public:
SvxVertCTLTextTbxCtrl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
virtual ~SvxVertCTLTextTbxCtrl();
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState ) SAL_OVERRIDE;
- void SetVert(bool bSet) {bCheckVertical = bSet;}
-
};
class SVX_DLLPUBLIC SvxCTLTextTbxCtrl : public SvxVertCTLTextTbxCtrl