diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2017-09-24 19:27:26 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-09-25 00:04:23 +0200 |
commit | fb60217569b0fb5bc949c58b054da71992fe2582 (patch) | |
tree | 2c14d4643daf039024624bcc6a0b24985b1559f7 /include | |
parent | a1976555e0ebb9fc1575c2241e8b0878ccb66410 (diff) |
tdf#83320 Hide vertical text commands early
Instead of listing all commands in one big "if", just do
it unconditionally in the shared controller.
Change-Id: Ie415c4551a77ca8e1e29e73c0dabaff1dd13cbcb
Reviewed-on: https://gerrit.libreoffice.org/42715
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/verttexttbxctrl.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/verttexttbxctrl.hxx b/include/svx/verttexttbxctrl.hxx index 06a4aafa26df..920427c6746a 100644 --- a/include/svx/verttexttbxctrl.hxx +++ b/include/svx/verttexttbxctrl.hxx @@ -31,6 +31,9 @@ public: SvxVertCTLTextTbxCtrl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx ); virtual ~SvxVertCTLTextTbxCtrl() override; + // XInitialization + virtual void SAL_CALL initialize(const css::uno::Sequence<css::uno::Any>& rArguments) override; + virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) override; }; |