Kaydet (Commit) 2c244e6f authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ie0c9f168759a625d78668cd57838b208fbc9dc56
Reviewed-on: https://gerrit.libreoffice.org/54458Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 098a7d7f
...@@ -189,7 +189,7 @@ bool InlineFields::VisitBinAssign(const BinaryOperator * binaryOp) ...@@ -189,7 +189,7 @@ bool InlineFields::VisitBinAssign(const BinaryOperator * binaryOp)
if (!parentFunction) { if (!parentFunction) {
return true; return true;
} }
// if the field is being assigned from outside it's own constructor or destructor, exclude // if the field is being assigned from outside its own constructor or destructor, exclude
auto constructorDecl = dyn_cast<CXXConstructorDecl>(parentFunction); auto constructorDecl = dyn_cast<CXXConstructorDecl>(parentFunction);
if (constructorDecl && isSameParent(constructorDecl, fieldDecl)) { if (constructorDecl && isSameParent(constructorDecl, fieldDecl)) {
if( isa<CXXNewExpr>(binaryOp->getRHS()) ) if( isa<CXXNewExpr>(binaryOp->getRHS()) )
......
...@@ -599,7 +599,7 @@ void SvxMeasurePage::Construct() ...@@ -599,7 +599,7 @@ void SvxMeasurePage::Construct()
// TTTT // TTTT
// pMeasureObj is member of SvxXMeasurePreview and can only be accessed due to // pMeasureObj is member of SvxXMeasurePreview and can only be accessed due to
// SvxMeasurePage being a friend. It has it's own SdrModel (also in SvxXMeasurePreview) // SvxMeasurePage being a friend. It has its own SdrModel (also in SvxXMeasurePreview)
// and 'setting' the SdrModel is a hack. The comment above about 'notify unit and // and 'setting' the SdrModel is a hack. The comment above about 'notify unit and
// floatingpoint-values' is not clear, but has to be done another way - if needed. // floatingpoint-values' is not clear, but has to be done another way - if needed.
// Checked on original aw080, is just commented out there, too. // Checked on original aw080, is just commented out there, too.
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef INCLUDED_EXTENSIONS_SOURCE_INC_COMPONENTMODULE_HXX #ifndef INCLUDED_EXTENSIONS_SOURCE_INC_COMPONENTMODULE_HXX
#define INCLUDED_EXTENSIONS_SOURCE_INC_COMPONENTMODULE_HXX #define INCLUDED_EXTENSIONS_SOURCE_INC_COMPONENTMODULE_HXX
/** you may find this file helpful if you implement a component (in it's own library) which can't use /** you may find this file helpful if you implement a component (in its own library) which can't use
the usual infrastructure.<br/> the usual infrastructure.<br/>
More precise, you find helper classes to ease the use of resources and the registration of services. More precise, you find helper classes to ease the use of resources and the registration of services.
*/ */
......
...@@ -80,7 +80,7 @@ class ScModule: public SfxModule, public SfxListener, public utl::ConfigurationL ...@@ -80,7 +80,7 @@ class ScModule: public SfxModule, public SfxListener, public utl::ConfigurationL
ScDragData* m_pDragData; ScDragData* m_pDragData;
ScSelectionTransferObj* m_pSelTransfer; ScSelectionTransferObj* m_pSelTransfer;
ScMessagePool* m_pMessagePool; ScMessagePool* m_pMessagePool;
// there is no global InputHandler anymore, each View has it's own // there is no global InputHandler anymore, each View has its own
ScInputHandler* m_pRefInputHandler; ScInputHandler* m_pRefInputHandler;
ScViewCfg* m_pViewCfg; ScViewCfg* m_pViewCfg;
ScDocCfg* m_pDocCfg; ScDocCfg* m_pDocCfg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment