diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-08-12 21:40:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-08-12 21:40:22 +0200 |
commit | df58d4a925d926eb0199198421f9fe601743377b (patch) | |
tree | cc8cec965f0d5652dea7ddf5955b4c5c3b96a17e /fpicker | |
parent | 7f597713d127148357ba8fd19064bdfd0387bf70 (diff) |
Typo: controling => controlling
Change-Id: Ie5bb34d2000be74bad7f18808f49f389ab9373d8
Diffstat (limited to 'fpicker')
-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 |
4 files changed, 4 insertions, 4 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; |