typo: controlls -> controls

This commit is contained in:
Thomas Arnhold 2014-04-10 10:25:02 +02:00
parent 7f47244dd2
commit 13943b18b7
7 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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;

View File

@ -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();

View File

@ -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.

View File

@ -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

View File

@ -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;

View File

@ -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()