summaryrefslogtreecommitdiff
path: root/svx
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 /svx
parent57ee81602a3a0647a174f9c3b65547249873d225 (diff)
bCheckVertical is not used
Change-Id: I092098a2520c4856f1d394ddbe288bbc444e7db8
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/verttexttbxctrl.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/svx/source/tbxctrls/verttexttbxctrl.cxx b/svx/source/tbxctrls/verttexttbxctrl.cxx
index 36a5e930dab4..d9834b5ccb6f 100644
--- a/svx/source/tbxctrls/verttexttbxctrl.cxx
+++ b/svx/source/tbxctrls/verttexttbxctrl.cxx
@@ -33,20 +33,17 @@ SFX_IMPL_TOOLBOX_CONTROL(SvxVertTextTbxCtrl, SfxBoolItem);
SvxCTLTextTbxCtrl::SvxCTLTextTbxCtrl(sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) :
SvxVertCTLTextTbxCtrl( nSlotId, nId, rTbx )
{
- SetVert(false);
addStatusListener( OUString( ".uno:CTLFontState" ));
}
SvxVertTextTbxCtrl::SvxVertTextTbxCtrl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) :
SvxVertCTLTextTbxCtrl( nSlotId, nId, rTbx )
{
- SetVert(true);
addStatusListener( OUString( ".uno:VerticalTextState" ));
}
SvxVertCTLTextTbxCtrl::SvxVertCTLTextTbxCtrl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ) :
- SfxToolBoxControl( nSlotId, nId, rTbx ),
- bCheckVertical(true)
+ SfxToolBoxControl( nSlotId, nId, rTbx )
{
}