summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/source/services/frame.cxx2
-rw-r--r--qadevOOo/tests/java/ifc/connection/_XAcceptor.java2
-rw-r--r--svl/source/numbers/zformat.cxx2
-rw-r--r--sw/source/core/layout/laycache.cxx2
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.cxx2
-rw-r--r--xmloff/dtd/text.mod2
6 files changed, 6 insertions, 6 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index f3209b346544..8975463fc449 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 9a066723da4e..2d7b9045c28a 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 576da5930d1f..6e111e5c47d0 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 9b9f6940c019..06598c1cf640 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 e21be5b8e02e..5780aff2c9fa 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 5d1d4a7d8a7b..03b82ba27003 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)>