summaryrefslogtreecommitdiff
path: root/sd/source/ui/app
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:25:02 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:29 +0200
commit13943b18b7911e82e95f301f3ff7e539ea24a68c (patch)
treefc18e6a8f75b661d5276d1ff77f135410a236af9 /sd/source/ui/app
parent7f47244dd288a406c5637eeb2299502e5bc1c9af (diff)
typo: controlls -> controls
Diffstat (limited to 'sd/source/ui/app')
-rw-r--r--sd/source/ui/app/sddll.cxx2
1 files changed, 1 insertions, 1 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();