diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:32:04 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:32:04 +0100 |
commit | a4285867cdac221f34cffe2e6c1893684fe4c62e (patch) | |
tree | bf9485ddb4a9483d76a6569fad7b5abc1d774929 | |
parent | 4ed804d92850ceeacedf861865c32bf233d46924 (diff) |
Typo: atribute(s) -> attribute(s)
Change-Id: I5434402e372c4567b2c3f96f5c175618ba3e5cfb
-rw-r--r-- | animations/source/animcore/animcore.cxx | 4 | ||||
-rw-r--r-- | idlc/test/parser/attribute.tests | 2 | ||||
-rw-r--r-- | include/xmloff/xmltypes.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/layout/tabfrm.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/text/pormulti.cxx | 2 | ||||
-rw-r--r-- | xmloff/inc/txtfldi.hxx | 6 |
6 files changed, 9 insertions, 9 deletions
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx index 3b927ea29472..b5e3cd5a18e5 100644 --- a/animations/source/animcore/animcore.cxx +++ b/animations/source/animcore/animcore.cxx @@ -323,7 +323,7 @@ private: sal_Int16 mnColorSpace; sal_Bool mbDirection; - // atributes for XAnimateMotion + // attributes for XAnimateMotion Any maPath, maOrigin; // attributes for XAnimateTransform @@ -480,7 +480,7 @@ AnimationNode::AnimationNode( const AnimationNode& rNode ) mnColorSpace( rNode.mnColorSpace ), mbDirection( rNode.mbDirection ), - // atributes for XAnimateMotion + // attributes for XAnimateMotion maPath( rNode.maPath ), maOrigin( rNode.maOrigin ), diff --git a/idlc/test/parser/attribute.tests b/idlc/test/parser/attribute.tests index 46f9c1a57262..73b9d348501a 100644 --- a/idlc/test/parser/attribute.tests +++ b/idlc/test/parser/attribute.tests @@ -222,7 +222,7 @@ interface I1 { }; -EXPECT SUCCESS "atribute.tests 28": +EXPECT SUCCESS "attribute.tests 28": exception E1 {}; interface I1 { [attribute, bound] long a { diff --git a/include/xmloff/xmltypes.hxx b/include/xmloff/xmltypes.hxx index 846f22b7afdc..55cac8348135 100644 --- a/include/xmloff/xmltypes.hxx +++ b/include/xmloff/xmltypes.hxx @@ -65,7 +65,7 @@ // Export only: If an xml attribute with the same name has been exported // already, supply its value to the exportXML call and delete the existing -// atribute afterwards. +// attribute afterwards. #define MID_FLAG_MERGE_ATTRIBUTE 0x00800000 // Import and Export: The property in question must exist. No call to diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx index 90d5415971a9..b1f0c9696b79 100644 --- a/sw/source/core/layout/tabfrm.cxx +++ b/sw/source/core/layout/tabfrm.cxx @@ -1837,7 +1837,7 @@ void SwTabFrm::MakeAll() LockJoin(); //I don't want to be destroyed on the way. SwLayNotify aNotify( this ); //does the notification in the DTor // If pos is invalid, we have to call a SetInvaKeep at aNotify. - // Otherwise the keep atribute would not work in front of a table. + // Otherwise the keep attribute would not work in front of a table. const sal_Bool bOldValidPos = GetValidPosFlag(); //If my neighbour is my Follow at the same time, I'll swallow it up. diff --git a/sw/source/core/text/pormulti.cxx b/sw/source/core/text/pormulti.cxx index 52ff5c46f786..8556be547fcf 100644 --- a/sw/source/core/text/pormulti.cxx +++ b/sw/source/core/text/pormulti.cxx @@ -1047,7 +1047,7 @@ SwMultiCreator* SwTxtSizeInfo::GetMultiCreator( sal_Int32 &rPos, { // If bOn is false and the next attribute starts later than rPos // the winner attribute is interrupted at rPos. - // If the start of the next atribute is behind the end of + // If the start of the next attribute is behind the end of // the last attribute on the aEnd-stack, this is the endposition // on the stack is the end of the 2-line portion. if( !bOn || aEnd.back() < *pTmp->GetStart() ) diff --git a/xmloff/inc/txtfldi.hxx b/xmloff/inc/txtfldi.hxx index 1ee1680966a1..9333688a30f5 100644 --- a/xmloff/inc/txtfldi.hxx +++ b/xmloff/inc/txtfldi.hxx @@ -570,7 +570,7 @@ public: ::com::sun::star::beans::XPropertySet> & xPropertySet); }; -/** import docinfo fields with only fixed atribute */ +/** import docinfo fields with only fixed attribute */ class XMLSimpleDocInfoImportContext : public XMLTextFieldImportContext { const OUString sPropertyFixed; @@ -1131,7 +1131,7 @@ protected: virtual void ProcessAttribute( sal_uInt16 nAttrToken, const OUString& sAttrValue ); - /// no atributes -> empty method + /// no attributes -> empty method virtual void PrepareField( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> & xPropertySet); @@ -1161,7 +1161,7 @@ protected: virtual void ProcessAttribute( sal_uInt16 nAttrToken, const OUString& sAttrValue ); - /// no atributes -> empty method + /// no attributes -> empty method virtual void PrepareField( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> & xPropertySet); |