diff options
-rw-r--r-- | desktop/source/app/dispatchwatcher.hxx | 2 | ||||
-rw-r--r-- | filter/source/graphicfilter/icgm/cgm.hxx | 2 | ||||
-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 | ||||
-rw-r--r-- | sfx2/source/doc/doctempl.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/doc/sfxbasemodel.cxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/desktop/source/app/dispatchwatcher.hxx b/desktop/source/app/dispatchwatcher.hxx index e586e1328e04..1ac7b4d3edf5 100644 --- a/desktop/source/app/dispatchwatcher.hxx +++ b/desktop/source/app/dispatchwatcher.hxx @@ -32,7 +32,7 @@ namespace desktop { /* - Class for controlls dispatching of command URL through office command line. There + Class for controls dispatching of command URL through office command line. There are "dangerous" command URLs, that can result in a running office without UI. To prevent this situation the implementation surveile all dispatches and looks for an open task if there is arose a problem. If there is none the office will be shutdown to prevent a diff --git a/filter/source/graphicfilter/icgm/cgm.hxx b/filter/source/graphicfilter/icgm/cgm.hxx index d81ade23157f..033e79016e09 100644 --- a/filter/source/graphicfilter/icgm/cgm.hxx +++ b/filter/source/graphicfilter/icgm/cgm.hxx @@ -74,7 +74,7 @@ class CGM CGMBitmap* mpBitmapInUse; CGMChart* mpChart; // if sal_True->"SHWSLIDEREC" // otherwise "BEGINPIC" commands - // controlls page inserting + // controls page inserting CGMElements* pElement; CGMElements* pCopyOfE; CGMOutAct* mpOutAct; 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 diff --git a/sfx2/source/doc/doctempl.cxx b/sfx2/source/doc/doctempl.cxx index 22d536deaed8..19950c02e293 100644 --- a/sfx2/source/doc/doctempl.cxx +++ b/sfx2/source/doc/doctempl.cxx @@ -114,7 +114,7 @@ class DocTempl_EntryData_Impl { RegionData_Impl* mpParent; - // the following member must be SfxObjectShellLock since it controlls that SfxObjectShell lifetime by design + // the following member must be SfxObjectShellLock since it controls that SfxObjectShell lifetime by design // and users of this class expect it to be so. SfxObjectShellLock mxObjShell; diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx index 1a0f6e6f253e..00507c96cd40 100644 --- a/sfx2/source/doc/sfxbasemodel.cxx +++ b/sfx2/source/doc/sfxbasemodel.cxx @@ -2435,7 +2435,7 @@ void SAL_CALL SfxBaseModel::removeDocumentEventListener( const Reference< docume void SAL_CALL SfxBaseModel::notifyDocumentEvent( const OUString&, const Reference< frame::XController2 >&, const Any& ) throw ( lang::IllegalArgumentException, lang::NoSupportException, RuntimeException, std::exception ) { - throw lang::NoSupportException("SfxBaseModel controlls all the sent notifications itself!", Reference< XInterface >() ); + throw lang::NoSupportException("SfxBaseModel controls all the sent notifications itself!", Reference< XInterface >() ); } Sequence< document::CmisProperty > SAL_CALL SfxBaseModel::getCmisProperties() |