[Libreoffice-commits] core.git: include/drawinglayer sc/source sfx2/source sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Aug 12 05:50:15 UTC 2018
include/drawinglayer/primitive3d/textureprimitive3d.hxx | 2 +-
sc/source/filter/excel/xelink.cxx | 2 +-
sc/source/ui/inc/olinewin.hxx | 2 +-
sfx2/source/dialog/mgetempl.cxx | 2 +-
sw/source/core/docnode/ndtbl.cxx | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 6bc0e3f12f926450aaa72b56e2fd866fabe8c020
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 11 19:49:13 2018 +0200
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Sun Aug 12 07:49:55 2018 +0200
Fix typos
Change-Id: I2cee481ec18f52d6610ab73b99637268b2340337
Reviewed-on: https://gerrit.libreoffice.org/58886
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/include/drawinglayer/primitive3d/textureprimitive3d.hxx b/include/drawinglayer/primitive3d/textureprimitive3d.hxx
index ce1098b59b6d..5fa89d2e76bf 100644
--- a/include/drawinglayer/primitive3d/textureprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/textureprimitive3d.hxx
@@ -36,7 +36,7 @@ namespace drawinglayer
/** TexturePrimitive3D class
This 3D grouping primitive is used to define a texture for
- 3d geometry by embedding it. It is used as bae class for
+ 3d geometry by embedding it. It is used as base class for
extended texture definitions
*/
class DRAWINGLAYER_DLLPUBLIC TexturePrimitive3D : public GroupPrimitive3D
diff --git a/sc/source/filter/excel/xelink.cxx b/sc/source/filter/excel/xelink.cxx
index 57aa2ed75a3b..469731a65467 100644
--- a/sc/source/filter/excel/xelink.cxx
+++ b/sc/source/filter/excel/xelink.cxx
@@ -1925,7 +1925,7 @@ void XclExpSupbookBuffer::StoreCellRange( sal_uInt16 nFileId, const OUString& rT
if (aMatrixListSize != nTabCount)
{
- // matrix size mis-match !
+ // matrix size mismatch!
return;
}
diff --git a/sc/source/ui/inc/olinewin.hxx b/sc/source/ui/inc/olinewin.hxx
index f94a95cc04a9..2fce780ba218 100644
--- a/sc/source/ui/inc/olinewin.hxx
+++ b/sc/source/ui/inc/olinewin.hxx
@@ -47,7 +47,7 @@ private:
size_t mnMTLevel; /// Mouse tracking: Level of active button.
size_t mnMTEntry; /// Mouse tracking: Entry index of active button.
bool mbMTActive; /// Mouse tracking active?
- bool mbMTPressed; /// Mouse tracking: Button currently drawed pressed?
+ bool mbMTPressed; /// Mouse tracking: Button currently drawn pressed?
tools::Rectangle maFocusRect; /// Focus rectangle on screen.
size_t mnFocusLevel; /// Level of focused button.
diff --git a/sfx2/source/dialog/mgetempl.cxx b/sfx2/source/dialog/mgetempl.cxx
index fed894cbbc8b..b5d9634588ef 100644
--- a/sfx2/source/dialog/mgetempl.cxx
+++ b/sfx2/source/dialog/mgetempl.cxx
@@ -571,7 +571,7 @@ DeactivateRC SfxManageStyleSheetPage::DeactivatePage( SfxItemSet* pItemSet )
if (m_xNameRw->get_value_changed_from_saved())
{
- // By pressing <Enter> LoseFocus() is not trigged through StarView
+ // By pressing <Enter> LoseFocus() is not triggered through StarView
if (m_xNameRw->has_focus())
LoseFocusHdl( *m_xNameRw );
diff --git a/sw/source/core/docnode/ndtbl.cxx b/sw/source/core/docnode/ndtbl.cxx
index 7d05eb88177b..d3adcae03146 100644
--- a/sw/source/core/docnode/ndtbl.cxx
+++ b/sw/source/core/docnode/ndtbl.cxx
@@ -1449,7 +1449,7 @@ bool SwDoc::TableToText( const SwTableNode* pTableNd, sal_Unicode cCh )
return false;
// #i34471#
- // If this is trigged by SwUndoTableToText::Repeat() nobody ever deleted
+ // If this is triggered by SwUndoTableToText::Repeat() nobody ever deleted
// the table cursor.
SwEditShell* pESh = GetEditShell();
if( pESh && pESh->IsTableMode() )
More information about the Libreoffice-commits
mailing list