typo: controlls -> controls
This commit is contained in:
parent
7f47244dd2
commit
13943b18b7
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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();
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user