This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new e33f0d6a4f Fix spelling (#244)
e33f0d6a4f is described below
commit e33f0d6a4fec9b7afb7091601fe83b5e6d1f2f34
Author: John Bampton <[email protected]>
AuthorDate: Wed Jan 1 23:41:38 2025 +1000
Fix spelling (#244)
---
main/io/test/stm/pumptest.cxx | 14 +++++++-------
main/sc/source/filter/inc/ftools.hxx | 12 ++++++------
main/sw/source/core/unocore/unodraw.cxx | 2 +-
main/vcl/inc/vcl/outdev.hxx | 2 +-
.../converter/xml/xslt/DocumentDeserializerImpl.java | 2 +-
.../xmerge/converter/xml/xslt/DocumentSerializerImpl.java | 2 +-
6 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/main/io/test/stm/pumptest.cxx b/main/io/test/stm/pumptest.cxx
index 7d68068ed2..fbc0314545 100644
--- a/main/io/test/stm/pumptest.cxx
+++ b/main/io/test/stm/pumptest.cxx
@@ -330,7 +330,7 @@ void OPumpTest::testClose( const Reference< XInterface > &r
)
TestCase t( m_rSmgr, r );
ERROR_ASSERT( ! t.m_pTestListener->m_bStarted , "started too early" );
- ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "terminiation
unexpected" );
+ ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "termination
unexpected" );
ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" );
ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected clase" );
@@ -338,7 +338,7 @@ void OPumpTest::testClose( const Reference< XInterface > &r
)
mywait();
ERROR_ASSERT( t.m_pTestListener->m_bStarted , "should have been started
already" );
- ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "terminiation
unexpected" );
+ ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "termination
unexpected" );
ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" );
ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected clase" );
@@ -349,7 +349,7 @@ void OPumpTest::testClose( const Reference< XInterface > &r
)
t.m_rOutSource->closeOutput();
mywait();
ERROR_ASSERT( t.m_pTestListener->m_bStarted , "should have been started
already" );
- ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "should be terminiated
already" );
+ ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "should be terminated
already" );
ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" );
ERROR_ASSERT( t.m_pTestListener->m_bClosed, "should be closed already" );
}
@@ -359,7 +359,7 @@ void OPumpTest::testTerminate( const Reference< XInterface
> &r )
TestCase t( m_rSmgr, r );
ERROR_ASSERT( ! t.m_pTestListener->m_bStarted , "started too early" );
- ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "terminiation
unexpected" );
+ ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "termination
unexpected" );
ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" );
ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected clase" );
@@ -367,7 +367,7 @@ void OPumpTest::testTerminate( const Reference< XInterface
> &r )
mywait();
ERROR_ASSERT( t.m_pTestListener->m_bStarted , "should have been started
already" );
- ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "terminiation
unexpected" );
+ ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "termination
unexpected" );
ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" );
ERROR_ASSERT( ! t.m_pTestListener->m_bClosed, "unexpected clase" );
@@ -375,7 +375,7 @@ void OPumpTest::testTerminate( const Reference< XInterface
> &r )
mywait();
ERROR_ASSERT( t.m_pTestListener->m_bStarted , "should have been started
already" );
- ERROR_ASSERT( t.m_pTestListener->m_bTerminated , "should be terminiated
already" );
+ ERROR_ASSERT( t.m_pTestListener->m_bTerminated , "should be terminated
already" );
// terminte leads to an error, that is no surprise, in fact
// one can't tell whether the error occurs because of the terminate
// call or for some other reason !
@@ -398,7 +398,7 @@ void OPumpTest::testFunction( const Reference< XInterface >
&r )
mywait();
ERROR_ASSERT( t.m_pTestListener->m_bStarted , "should have been started
already" );
- ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "should be terminiated
already" );
+ ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "should be terminated
already" );
ERROR_ASSERT( ! t.m_pTestListener->m_bError, "unexpected error" );
ERROR_ASSERT( t.m_pTestListener->m_bClosed, "should be closed already" );
}
diff --git a/main/sc/source/filter/inc/ftools.hxx
b/main/sc/source/filter/inc/ftools.hxx
index 08774a1201..71c186b83e 100644
--- a/main/sc/source/filter/inc/ftools.hxx
+++ b/main/sc/source/filter/inc/ftools.hxx
@@ -347,26 +347,26 @@ public:
// *** byte string import operations *** --------------------------------------
- /** Reads and returns a zero terminted byte string. */
+ /** Reads and returns a zero terminated byte string. */
static ByteString ReadCString( SvStream& rStrm );
- /** Reads and returns a zero terminted byte string. */
+ /** Reads and returns a zero terminated byte string. */
inline static String ReadCString( SvStream& rStrm, rtl_TextEncoding
eTextEnc )
{ return String( ReadCString( rStrm ), eTextEnc );
}
- /** Reads and returns a zero terminted byte string and decreases a stream
counter. */
+ /** Reads and returns a zero terminated byte string and decreases a stream
counter. */
static ByteString ReadCString( SvStream& rStrm, sal_Int32& rnBytesLeft );
- /** Reads and returns a zero terminted byte string and decreases a stream
counter. */
+ /** Reads and returns a zero terminated byte string and decreases a stream
counter. */
inline static String ReadCString( SvStream& rStrm, sal_Int32& rnBytesLeft,
rtl_TextEncoding eTextEnc )
{ return String( ReadCString( rStrm, rnBytesLeft
), eTextEnc ); }
- /** Appends a zero terminted byte string.
+ /** Appends a zero terminated byte string.
@param nLen
The previous length of the string, usually rString.Len(), but
necessary as this may be called from within AppendCString()
where rString is a temporary ByteString to be appended to
UniString. */
static void AppendCStringWithLen( SvStream& rStrm, ByteString&
rString, sal_uInt32 nLen );
- /** Appends a zero terminted byte string. */
+ /** Appends a zero terminated byte string. */
static void AppendCString( SvStream& rStrm, String& rString,
rtl_TextEncoding eTextEnc );
// *** HTML table names <-> named range names *** -----------------------------
diff --git a/main/sw/source/core/unocore/unodraw.cxx
b/main/sw/source/core/unocore/unodraw.cxx
index 012b5c4616..7a7247a65c 100644
--- a/main/sw/source/core/unocore/unodraw.cxx
+++ b/main/sw/source/core/unocore/unodraw.cxx
@@ -2539,7 +2539,7 @@ drawing::HomogenMatrix3
SwXShape::_ConvertTransformationToLayoutDir(
drawing::HomogenMatrix3 aMatrix( _aMatrixInHoriL2R );
// --> OD 2005-03-10 #i44334#, #i44681# - direct manipulation of the
- // tranformation structure isn't valid, if it contains rotation.
+ // transformation structure isn't valid, if it contains rotation.
SvxShape* pSvxShape = GetSvxShape();
ASSERT( pSvxShape,
"<SwXShape::_ConvertTransformationToLayoutDir(..)> - no SvxShape
found!")
diff --git a/main/vcl/inc/vcl/outdev.hxx b/main/vcl/inc/vcl/outdev.hxx
index 81b5395946..7ceb028018 100644
--- a/main/vcl/inc/vcl/outdev.hxx
+++ b/main/vcl/inc/vcl/outdev.hxx
@@ -837,7 +837,7 @@ public:
const Gradient& rTransparenceGradient
);
/** Added return value to see if EPS could be painted directly.
- Theoreticaly, handing over a matrix would be needed to handle
+ Theoretically, handing over a matrix would be needed to handle
painting rotated EPS files (e.g. contained in Metafiles). This
would then need to be supported for Mac and PS printers, but
that's too much for now, wrote #i107046# for this */
diff --git
a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/DocumentDeserializerImpl.java
b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/DocumentDeserializerImpl.java
index 1ba77d697d..ec8f995634 100644
---
a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/DocumentDeserializerImpl.java
+++
b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/DocumentDeserializerImpl.java
@@ -206,7 +206,7 @@ public final class DocumentDeserializerImpl
DOMSource xslDomSource = new DOMSource(xslDoc);
DOMSource xmlDomSource = new DOMSource(xmlDoc);
- //call the tranformer using the XSL, Source and Result dom.
+ //call the transformer using the XSL, Source and Result dom.
TransformerFactory tFactory =
TransformerFactory.newInstance();
tFactory.setURIResolver(this);
Transformer transformer =
tFactory.newTransformer(xslDomSource);
diff --git
a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java
b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java
index 2ddc363510..196564462a 100644
---
a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java
+++
b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/DocumentSerializerImpl.java
@@ -260,7 +260,7 @@ public final class DocumentSerializerImpl
DOMSource xslDomSource = new DOMSource(xslDoc);
DOMSource xmlDomSource = new DOMSource(domDoc);
- //call the tranformer using the XSL, Source and Result.
+ //call the transformer using the XSL, Source and Result.
TransformerFactory tFactory =
TransformerFactory.newInstance();
tFactory.setURIResolver(this);
Transformer transformer =
tFactory.newTransformer(xslDomSource);