Kaydet (Commit) 2e10f314 authored tarafından Caolán McNamara's avatar Caolán McNamara

boradcast->broadcast

Change-Id: I96720843f815bf6d499eb424c3e4ff579c2bbe23
üst 01a9f7b2
......@@ -135,7 +135,7 @@ protected:
OUString msApiName;
rtl::Reference< SfxStyleSheetBasePool > mxPool;
/** boradcast helper for events */
/** broadcast helper for events */
::cppu::OBroadcastHelper mrBHelper;
boost::scoped_ptr< ModifyListenerForewarder > mpModifyListenerForewarder;
......
......@@ -144,7 +144,7 @@ void ValueSetAcc::GetFocus (void)
{
mbIsFocused = true;
// Boradcast the state change.
// Broadcast the state change.
::com::sun::star::uno::Any aOldState, aNewState;
aNewState <<= ::com::sun::star::accessibility::AccessibleStateType::FOCUSED;
FireAccessibleEvent(
......@@ -158,7 +158,7 @@ void ValueSetAcc::LoseFocus (void)
{
mbIsFocused = false;
// Boradcast the state change.
// Broadcast the state change.
::com::sun::star::uno::Any aOldState, aNewState;
aOldState <<= ::com::sun::star::accessibility::AccessibleStateType::FOCUSED;
FireAccessibleEvent(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment