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
|
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
|
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
|
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;
|
CGMBitmap* mpBitmapInUse;
|
||||||
CGMChart* mpChart; // if sal_True->"SHWSLIDEREC"
|
CGMChart* mpChart; // if sal_True->"SHWSLIDEREC"
|
||||||
// otherwise "BEGINPIC" commands
|
// otherwise "BEGINPIC" commands
|
||||||
// controlls page inserting
|
// controls page inserting
|
||||||
CGMElements* pElement;
|
CGMElements* pElement;
|
||||||
CGMElements* pCopyOfE;
|
CGMElements* pCopyOfE;
|
||||||
CGMOutAct* mpOutAct;
|
CGMOutAct* mpOutAct;
|
||||||
|
@ -339,7 +339,7 @@ void SdDLL::Init()
|
|||||||
// register Object-Factory
|
// register Object-Factory
|
||||||
SdrObjFactory::InsertMakeUserDataHdl(LINK(&aSdObjectFactory, SdObjectFactory, MakeUserData));
|
SdrObjFactory::InsertMakeUserDataHdl(LINK(&aSdObjectFactory, SdObjectFactory, MakeUserData));
|
||||||
|
|
||||||
// register your exotic remote controlls here
|
// register your exotic remote controls here
|
||||||
#ifdef ENABLE_SDREMOTE
|
#ifdef ENABLE_SDREMOTE
|
||||||
if ( !Application::IsHeadlessModeRequested() )
|
if ( !Application::IsHeadlessModeRequested() )
|
||||||
RegisterRemotes();
|
RegisterRemotes();
|
||||||
|
@ -50,7 +50,7 @@ class ViewTabBarModule
|
|||||||
public ViewTabBarModuleInterfaceBase
|
public ViewTabBarModuleInterfaceBase
|
||||||
{
|
{
|
||||||
public:
|
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.
|
in the specified pane.
|
||||||
@param rxController
|
@param rxController
|
||||||
This is the access point to the drawing framework.
|
This is the access point to the drawing framework.
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
namespace sd { namespace sidebar {
|
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
|
class PreviewValueSet
|
||||||
: public ValueSet
|
: public ValueSet
|
||||||
|
@ -114,7 +114,7 @@ class DocTempl_EntryData_Impl
|
|||||||
{
|
{
|
||||||
RegionData_Impl* mpParent;
|
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.
|
// and users of this class expect it to be so.
|
||||||
SfxObjectShellLock mxObjShell;
|
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& )
|
void SAL_CALL SfxBaseModel::notifyDocumentEvent( const OUString&, const Reference< frame::XController2 >&, const Any& )
|
||||||
throw ( lang::IllegalArgumentException, lang::NoSupportException, RuntimeException, std::exception )
|
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()
|
Sequence< document::CmisProperty > SAL_CALL SfxBaseModel::getCmisProperties()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user