diff options
author | Oliver Specht <os@openoffice.org> | 2001-07-13 11:31:02 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-07-13 11:31:02 +0000 |
commit | 1f7e7213643f94d909c3db7ad63052ac4f842790 (patch) | |
tree | 37101ff8bcef4720443dd7d07c28763441e0ae3b /svx/source/tbxctrls/verttexttbxctrl.cxx | |
parent | 89f7d3c07af3a591918e7f052a6c30bafa684058 (diff) |
#88523# StateChanged: call base class
Diffstat (limited to 'svx/source/tbxctrls/verttexttbxctrl.cxx')
-rw-r--r-- | svx/source/tbxctrls/verttexttbxctrl.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/verttexttbxctrl.cxx b/svx/source/tbxctrls/verttexttbxctrl.cxx index 913c21022ba3..8cdf44f1c715 100644 --- a/svx/source/tbxctrls/verttexttbxctrl.cxx +++ b/svx/source/tbxctrls/verttexttbxctrl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: verttexttbxctrl.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2001-05-03 07:16:30 $ + * last change: $Author: os $ $Date: 2001-07-13 12:31:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -127,6 +127,7 @@ void SvxVertTextTbxCtrl::StateChanged( USHORT nSID, SfxItemState eState, pParent->SetOutputSizePixel( aSize ); } } + SfxToolBoxControl::StateChanged(nSID, eState, pState); } /* -----------------------------27.04.01 15:50-------------------------------- |