[Libreoffice-commits] core.git: framework/source qadevOOo/tests svl/source sw/source xmloff/dtd

Julien Nabet serval2412 at yahoo.fr
Sat Nov 23 12:49:26 PST 2013


 framework/source/services/frame.cxx                |    2 +-
 qadevOOo/tests/java/ifc/connection/_XAcceptor.java |    2 +-
 svl/source/numbers/zformat.cxx                     |    2 +-
 sw/source/core/layout/laycache.cxx                 |    2 +-
 sw/source/filter/ww8/docxattributeoutput.cxx       |    2 +-
 xmloff/dtd/text.mod                                |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 480a0ef7c1c760385594b09a39e0aa95a7cb0a99
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Nov 23 21:48:00 2013 +0100

    rigth -> right (other occurences)
    
    Change-Id: Ic899aa36b1b18237f90295eaa04ea83450958c87

diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index f3209b3..8975463 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -935,7 +935,7 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const OUStr
                                 continue;
                             }
 
-                            // Don't allow upper search here! Use rigth flags to regulate it.
+                            // Don't allow upper search here! Use right flags to regulate it.
                             // And allow deep search on children only - if it was allowed for us too.
                             sal_Int32 nRightFlags = css::frame::FrameSearchFlag::SELF;
                             if (nSearchFlags & css::frame::FrameSearchFlag::CHILDREN)
diff --git a/qadevOOo/tests/java/ifc/connection/_XAcceptor.java b/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
index 9a06672..2d7b904 100644
--- a/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
+++ b/qadevOOo/tests/java/ifc/connection/_XAcceptor.java
@@ -245,7 +245,7 @@ public class _XAcceptor extends MultiMethodTest {
                             acception.ex instanceof
                             com.sun.star.connection.ConnectionSetupException) {
 
-                            log.println("Rigth exception was thrown when trying"+
+                            log.println("Right exception was thrown when trying"+
                             " to listen on the same port") ;
                         } else {
                             result = false ;
diff --git a/svl/source/numbers/zformat.cxx b/svl/source/numbers/zformat.cxx
index 576da59..6e111e5 100644
--- a/svl/source/numbers/zformat.cxx
+++ b/svl/source/numbers/zformat.cxx
@@ -452,7 +452,7 @@ void ImpSvNumFor::Load(SvStream& rStream, ImpSvNumberformatScan& rSc,
                        OUString& rLoadedColorName )
 {
     sal_uInt16 nAnz;
-    rStream >> nAnz; //! Not nAnzStrings rigth away due to Enlarge
+    rStream >> nAnz; //! Not nAnzStrings right away due to Enlarge
     Enlarge( nAnz );
     aI.Load( rStream, nAnz );
     sColorName = rStream.ReadUniOrByteString( rStream.GetStreamCharSet() );
diff --git a/sw/source/core/layout/laycache.cxx b/sw/source/core/layout/laycache.cxx
index 9b9f694..06598c1 100644
--- a/sw/source/core/layout/laycache.cxx
+++ b/sw/source/core/layout/laycache.cxx
@@ -483,7 +483,7 @@ SwActualSection::SwActualSection( SwActualSection *pUp,
 /*
  * SwLayHelper
  *  is the helper class, which utilizes the layout cache information
- *  to distribute the document content to the rigth pages.
+ *  to distribute the document content to the right pages.
  * It's used by the _InsertCnt(..)-function.
  * If there's no layout cache, the distibution to the pages is more
  * a guess, but a guess with statistical background.
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index e21be5b..5780aff 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -243,7 +243,7 @@ void DocxAttributeOutput::StartParagraph( ww8::WW8TableNodeInfo::Pointer_t pText
         if ( nRow == 0 && nCell == 0 )
         {
             // Do we have to start the table?
-            // [If we are at the rigth depth already, it means that we
+            // [If we are at the right depth already, it means that we
             // continue the table cell]
             sal_uInt32 nCurrentDepth = pTextNodeInfo->getDepth();
 
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod
index 5d1d4a7..03b82ba 100644
--- a/xmloff/dtd/text.mod
+++ b/xmloff/dtd/text.mod
@@ -1041,7 +1041,7 @@ indices, and there may be only one text:index-title element.
 <!ATTLIST text:linenumbering-configuration text:offset %nonNegativeLength; #IMPLIED>
 <!ATTLIST text:linenumbering-configuration style:num-format (1|a|A|i|I) "1">
 <!ATTLIST text:linenumbering-configuration style:num-letter-sync %boolean; "false">
-<!ATTLIST text:linenumbering-configuration text:number-position (left|rigth|inner|outer) "left">
+<!ATTLIST text:linenumbering-configuration text:number-position (left|right|inner|outer) "left">
 <!ATTLIST text:linenumbering-configuration text:increment %nonNegativeInteger; #IMPLIED>
 
 <!ELEMENT text:linenumbering-separator (#PCDATA)>


More information about the Libreoffice-commits mailing list