[Libreoffice-commits] core.git: fpicker/source framework/inc sd/source vcl/unx

Julien Nabet serval2412 at yahoo.fr
Mon Aug 12 12:40:45 PDT 2013


 fpicker/source/aqua/SalAquaFilePicker.mm            |    2 +-
 fpicker/source/aqua/SalAquaFolderPicker.mm          |    2 +-
 fpicker/source/win32/filepicker/FilePicker.cxx      |    2 +-
 fpicker/source/win32/filepicker/VistaFilePicker.cxx |    2 +-
 framework/inc/macros/debug/event.hxx                |    2 +-
 sd/source/ui/framework/tools/FrameworkHelper.cxx    |    2 +-
 vcl/unx/kde/UnxFilePicker.cxx                       |    2 +-
 vcl/unx/kde4/KDE4FilePicker.cxx                     |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit df58d4a925d926eb0199198421f9fe601743377b
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Aug 12 21:40:05 2013 +0200

    Typo: controling => controlling
    
    Change-Id: Ie5bb34d2000be74bad7f18808f49f389ab9373d8

diff --git a/fpicker/source/aqua/SalAquaFilePicker.mm b/fpicker/source/aqua/SalAquaFilePicker.mm
index b8241dc..44b1382 100644
--- a/fpicker/source/aqua/SalAquaFilePicker.mm
+++ b/fpicker/source/aqua/SalAquaFilePicker.mm
@@ -69,7 +69,7 @@ using namespace ::com::sun::star::uno;
 
 namespace
 {
-    // controling event notifications
+    // controlling event notifications
     const bool STARTUP_SUSPENDED = true;
     const bool STARTUP_ALIVE     = false;
 
diff --git a/fpicker/source/aqua/SalAquaFolderPicker.mm b/fpicker/source/aqua/SalAquaFolderPicker.mm
index 766f460..e7de5b7 100644
--- a/fpicker/source/aqua/SalAquaFolderPicker.mm
+++ b/fpicker/source/aqua/SalAquaFolderPicker.mm
@@ -60,7 +60,7 @@ using namespace ::com::sun::star::uno;
 
 namespace
 {
-    // controling event notifications
+    // controlling event notifications
     uno::Sequence<rtl::OUString> SAL_CALL FolderPicker_getSupportedServiceNames()
     {
         uno::Sequence<rtl::OUString> aRet(2);
diff --git a/fpicker/source/win32/filepicker/FilePicker.cxx b/fpicker/source/win32/filepicker/FilePicker.cxx
index 8c98a07..5831103 100644
--- a/fpicker/source/win32/filepicker/FilePicker.cxx
+++ b/fpicker/source/win32/filepicker/FilePicker.cxx
@@ -49,7 +49,7 @@ using namespace ::com::sun::star::ui::dialogs::TemplateDescription;
 
 namespace
 {
-    // controling event notifications
+    // controlling event notifications
     const bool STARTUP_SUSPENDED = true;
     const bool STARTUP_ALIVE     = false;
 
diff --git a/fpicker/source/win32/filepicker/VistaFilePicker.cxx b/fpicker/source/win32/filepicker/VistaFilePicker.cxx
index 20eff44..f5f343f 100644
--- a/fpicker/source/win32/filepicker/VistaFilePicker.cxx
+++ b/fpicker/source/win32/filepicker/VistaFilePicker.cxx
@@ -71,7 +71,7 @@ namespace vista{
 
 namespace
 {
-    // controling event notifications
+    // controlling event notifications
     const bool STARTUP_SUSPENDED = true;
     const bool STARTUP_ALIVE     = false;
 
diff --git a/framework/inc/macros/debug/event.hxx b/framework/inc/macros/debug/event.hxx
index ea79afe..31adff5 100644
--- a/framework/inc/macros/debug/event.hxx
+++ b/framework/inc/macros/debug/event.hxx
@@ -42,7 +42,7 @@
     /*_____________________________________________________________________________________________________________
         LOG_FRAMEACTIONEVENT( SFRAMETYPE, SFRAMENAME, AFRAMEACTION )
 
-        Use this macro to print debug information about sending of events to listener for controling right order.
+        Use this macro to print debug information about sending of events to listener for controlling right order.
         ( Use new scope in macro to declare sBuffer more then on time in same "parentscope"! )
     _____________________________________________________________________________________________________________*/
 
diff --git a/sd/source/ui/framework/tools/FrameworkHelper.cxx b/sd/source/ui/framework/tools/FrameworkHelper.cxx
index 44585df..788e0ce 100644
--- a/sd/source/ui/framework/tools/FrameworkHelper.cxx
+++ b/sd/source/ui/framework/tools/FrameworkHelper.cxx
@@ -122,7 +122,7 @@ typedef ::cppu::WeakComponentImplHelper1 <
     ::com::sun::star::lang::XEventListener
     > LifetimeControllerInterfaceBase;
 
-/** This class helps controling the lifetime of the
+/** This class helps controlling the lifetime of the
     FrameworkHelper. Register at a ViewShellBase object and an XController
     object and call Dispose() at the associated FrameworkHelper object when
     one of them and Release() when both of them are destroyed.
diff --git a/vcl/unx/kde/UnxFilePicker.cxx b/vcl/unx/kde/UnxFilePicker.cxx
index f5f8261..6d65ab1 100644
--- a/vcl/unx/kde/UnxFilePicker.cxx
+++ b/vcl/unx/kde/UnxFilePicker.cxx
@@ -64,7 +64,7 @@ using namespace ::com::sun::star::ui::dialogs::TemplateDescription;
 
 namespace
 {
-    // controling event notifications
+    // controlling event notifications
     const bool STARTUP_SUSPENDED = true;
     const bool STARTUP_ALIVE     = false;
 
diff --git a/vcl/unx/kde4/KDE4FilePicker.cxx b/vcl/unx/kde4/KDE4FilePicker.cxx
index 6f703e0..1699ed9 100644
--- a/vcl/unx/kde4/KDE4FilePicker.cxx
+++ b/vcl/unx/kde4/KDE4FilePicker.cxx
@@ -85,7 +85,7 @@ using namespace ::com::sun::star::uno;
 
 namespace
 {
-    // controling event notifications
+    // controlling event notifications
     const bool STARTUP_SUSPENDED = true;
     const bool STARTUP_ALIVE     = false;
 


More information about the Libreoffice-commits mailing list