Kaydet (Commit) 32865e69 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typos

Change-Id: I63b3cdae2dfb4442d10430d9041145f892b31967
Reviewed-on: https://gerrit.libreoffice.org/63480
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 4e12b20c
...@@ -2287,7 +2287,7 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL Frame::queryDispatch( cons ...@@ -2287,7 +2287,7 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL Frame::queryDispatch( cons
const OUString& sTargetFrameName, const OUString& sTargetFrameName,
sal_Int32 nSearchFlags) sal_Int32 nSearchFlags)
{ {
// Don't check incoming parameter here! Our helper do it for us and it is not a good idea to do it more than ones! // Don't check incoming parameter here! Our helper do it for us and it is not a good idea to do it more than once!
checkDisposed(); checkDisposed();
......
...@@ -169,7 +169,7 @@ public: ...@@ -169,7 +169,7 @@ public:
sal_Int32 removeInterface( const css::uno::Reference< css::uno::XInterface > & rxIFace ); sal_Int32 removeInterface( const css::uno::Reference< css::uno::XInterface > & rxIFace );
/** /**
Call disposing on all object in the container that Call disposing on all object in the container that
support XEventListener. Than clear the container. support XEventListener. Then clear the container.
*/ */
void disposeAndClear( const css::lang::EventObject & rEvt ); void disposeAndClear( const css::lang::EventObject & rEvt );
/** /**
......
...@@ -189,7 +189,7 @@ public: ...@@ -189,7 +189,7 @@ public:
sal_Int32 SAL_CALL removeInterface( const css::uno::Reference< css::uno::XInterface > & rxIFace ); sal_Int32 SAL_CALL removeInterface( const css::uno::Reference< css::uno::XInterface > & rxIFace );
/** /**
Call disposing on all object in the container that Call disposing on all object in the container that
support XEventListener. Than clear the container. support XEventListener. Then clear the container.
*/ */
void SAL_CALL disposeAndClear( const css::lang::EventObject & rEvt ); void SAL_CALL disposeAndClear( const css::lang::EventObject & rEvt );
/** /**
...@@ -585,7 +585,7 @@ public: ...@@ -585,7 +585,7 @@ public:
/** /**
Call disposing on all object in the container that Call disposing on all object in the container that
support XEventListener. Than clear the container. support XEventListener. Then clear the container.
*/ */
void SAL_CALL disposeAndClear( const css::lang::EventObject & rEvt ); void SAL_CALL disposeAndClear( const css::lang::EventObject & rEvt );
/** /**
......
...@@ -430,7 +430,7 @@ sal_uInt16 BigPtrArray::Compress() ...@@ -430,7 +430,7 @@ sal_uInt16 BigPtrArray::Compress()
if( USHRT_MAX == nFirstChgPos ) if( USHRT_MAX == nFirstChgPos )
nFirstChgPos = cur; nFirstChgPos = cur;
// Not full yet? Than fill up. // Not full yet? Then fill up.
if( n > nLast ) if( n > nLast )
n = nLast; n = nLast;
......
...@@ -106,9 +106,9 @@ void SwUndoInserts::SetInsertRange( const SwPaM& rPam, bool bScanFlys, ...@@ -106,9 +106,9 @@ void SwUndoInserts::SetInsertRange( const SwPaM& rPam, bool bScanFlys,
nSttNode = pTmpPos->nNode.GetIndex(); nSttNode = pTmpPos->nNode.GetIndex();
nSttContent = pTmpPos->nContent.GetIndex(); nSttContent = pTmpPos->nContent.GetIndex();
if( !bSttIsTextNd ) // if a table selection is added ... if( !bSttIsTextNd ) // if a table selection is added...
{ {
++nSttNode; // ... than the CopyPam is not fully correct ++nSttNode; // ... then the CopyPam is not fully correct
bSttWasTextNd = false; bSttWasTextNd = false;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment