diff options
-rw-r--r-- | fpicker/source/aqua/SalAquaFilePicker.mm | 2 | ||||
-rw-r--r-- | fpicker/source/aqua/SalAquaFolderPicker.mm | 2 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/FilePicker.cxx | 2 | ||||
-rw-r--r-- | fpicker/source/win32/filepicker/VistaFilePicker.cxx | 2 | ||||
-rw-r--r-- | framework/inc/macros/debug/event.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/framework/tools/FrameworkHelper.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/kde/UnxFilePicker.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/kde4/KDE4FilePicker.cxx | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/fpicker/source/aqua/SalAquaFilePicker.mm b/fpicker/source/aqua/SalAquaFilePicker.mm index b8241dc3f673..44b13828d75a 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 766f46026ba7..e7de5b709b8c 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 8c98a07e15f3..5831103a9a2e 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 20eff44549e3..f5f343f3845f 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 ea79afee426b..31adff50158b 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 44585df5655e..788e0ce0c5a1 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 f5f82613e7e2..6d65ab1f94e4 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 6f703e049bec..1699ed9a49e5 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; |