summaryrefslogtreecommitdiff
path: root/sd/source/ui/app
diff options
context:
space:
mode:
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();