[Libreoffice-commits] core.git: animations/source idlc/test include/xmloff sw/source xmloff/inc

Julien Nabet serval2412 at yahoo.fr
Thu Feb 6 12:32:52 PST 2014


 animations/source/animcore/animcore.cxx |    4 ++--
 idlc/test/parser/attribute.tests        |    2 +-
 include/xmloff/xmltypes.hxx             |    2 +-
 sw/source/core/layout/tabfrm.cxx        |    2 +-
 sw/source/core/text/pormulti.cxx        |    2 +-
 xmloff/inc/txtfldi.hxx                  |    6 +++---
 6 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit a4285867cdac221f34cffe2e6c1893684fe4c62e
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Feb 6 21:32:04 2014 +0100

    Typo: atribute(s) -> attribute(s)
    
    Change-Id: I5434402e372c4567b2c3f96f5c175618ba3e5cfb

diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx
index 3b927ea..b5e3cd5 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 46f9c1a..73b9d34 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 846f22b..55cac83 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 90d5415..b1f0c96 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 52ff5c4..8556be5 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 1ee1680..9333688 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);


More information about the Libreoffice-commits mailing list