diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:25:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:29 +0200 |
commit | 13943b18b7911e82e95f301f3ff7e539ea24a68c (patch) | |
tree | fc18e6a8f75b661d5276d1ff77f135410a236af9 /sd | |
parent | 7f47244dd288a406c5637eeb2299502e5bc1c9af (diff) |
typo: controlls -> controls
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/app/sddll.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/framework/module/ViewTabBarModule.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/sidebar/PreviewValueSet.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index fd0d5b8bc66c..9b09e9cfc651 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -339,7 +339,7 @@ void SdDLL::Init() // register Object-Factory SdrObjFactory::InsertMakeUserDataHdl(LINK(&aSdObjectFactory, SdObjectFactory, MakeUserData)); - // register your exotic remote controlls here + // register your exotic remote controls here #ifdef ENABLE_SDREMOTE if ( !Application::IsHeadlessModeRequested() ) RegisterRemotes(); diff --git a/sd/source/ui/framework/module/ViewTabBarModule.hxx b/sd/source/ui/framework/module/ViewTabBarModule.hxx index fee1ead700f9..dc82ab6247fd 100644 --- a/sd/source/ui/framework/module/ViewTabBarModule.hxx +++ b/sd/source/ui/framework/module/ViewTabBarModule.hxx @@ -50,7 +50,7 @@ class ViewTabBarModule public ViewTabBarModuleInterfaceBase { public: - /** Create a new module that controlls the view tab bar above the view + /** Create a new module that controls the view tab bar above the view in the specified pane. @param rxController This is the access point to the drawing framework. diff --git a/sd/source/ui/sidebar/PreviewValueSet.hxx b/sd/source/ui/sidebar/PreviewValueSet.hxx index fd4a0b82d9b3..bbaf21cb3e22 100644 --- a/sd/source/ui/sidebar/PreviewValueSet.hxx +++ b/sd/source/ui/sidebar/PreviewValueSet.hxx @@ -26,7 +26,7 @@ namespace sd { namespace sidebar { -/** Adapt the svtools valueset to the needs of the master page controlls. +/** Adapt the svtools valueset to the needs of the master page controls. */ class PreviewValueSet : public ValueSet |