summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/drawinglayer/primitive3d/textureprimitive3d.hxx2
-rw-r--r--sc/source/filter/excel/xelink.cxx2
-rw-r--r--sc/source/ui/inc/olinewin.hxx2
-rw-r--r--sfx2/source/dialog/mgetempl.cxx2
-rw-r--r--sw/source/core/docnode/ndtbl.cxx2
5 files changed, 5 insertions, 5 deletions
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() )