[Libreoffice-commits] core.git: sd/inc svtools/source

Caolán McNamara caolanm at redhat.com
Tue Jan 21 07:16:43 PST 2014


 sd/inc/stlsheet.hxx                 |    2 +-
 svtools/source/control/valueacc.cxx |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2e10f314d0d3c3d159f8140fc9073fc86fbcfa17
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jan 21 15:15:57 2014 +0000

    boradcast->broadcast
    
    Change-Id: I96720843f815bf6d499eb424c3e4ff579c2bbe23

diff --git a/sd/inc/stlsheet.hxx b/sd/inc/stlsheet.hxx
index 561ce52..53ffab0 100644
--- a/sd/inc/stlsheet.hxx
+++ b/sd/inc/stlsheet.hxx
@@ -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;
diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx
index a669d25..1306c96 100644
--- a/svtools/source/control/valueacc.cxx
+++ b/svtools/source/control/valueacc.cxx
@@ -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(


More information about the Libreoffice-commits mailing list