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

Fix typos

Change-Id: I2cee481ec18f52d6610ab73b99637268b2340337
Reviewed-on: https://gerrit.libreoffice.org/58886
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 82b12d83
...@@ -36,7 +36,7 @@ namespace drawinglayer ...@@ -36,7 +36,7 @@ namespace drawinglayer
/** TexturePrimitive3D class /** TexturePrimitive3D class
This 3D grouping primitive is used to define a texture for 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 extended texture definitions
*/ */
class DRAWINGLAYER_DLLPUBLIC TexturePrimitive3D : public GroupPrimitive3D class DRAWINGLAYER_DLLPUBLIC TexturePrimitive3D : public GroupPrimitive3D
......
...@@ -1925,7 +1925,7 @@ void XclExpSupbookBuffer::StoreCellRange( sal_uInt16 nFileId, const OUString& rT ...@@ -1925,7 +1925,7 @@ void XclExpSupbookBuffer::StoreCellRange( sal_uInt16 nFileId, const OUString& rT
if (aMatrixListSize != nTabCount) if (aMatrixListSize != nTabCount)
{ {
// matrix size mis-match ! // matrix size mismatch!
return; return;
} }
......
...@@ -47,7 +47,7 @@ private: ...@@ -47,7 +47,7 @@ private:
size_t mnMTLevel; /// Mouse tracking: Level of active button. size_t mnMTLevel; /// Mouse tracking: Level of active button.
size_t mnMTEntry; /// Mouse tracking: Entry index of active button. size_t mnMTEntry; /// Mouse tracking: Entry index of active button.
bool mbMTActive; /// Mouse tracking active? 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. tools::Rectangle maFocusRect; /// Focus rectangle on screen.
size_t mnFocusLevel; /// Level of focused button. size_t mnFocusLevel; /// Level of focused button.
......
...@@ -571,7 +571,7 @@ DeactivateRC SfxManageStyleSheetPage::DeactivatePage( SfxItemSet* pItemSet ) ...@@ -571,7 +571,7 @@ DeactivateRC SfxManageStyleSheetPage::DeactivatePage( SfxItemSet* pItemSet )
if (m_xNameRw->get_value_changed_from_saved()) 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()) if (m_xNameRw->has_focus())
LoseFocusHdl( *m_xNameRw ); LoseFocusHdl( *m_xNameRw );
......
...@@ -1449,7 +1449,7 @@ bool SwDoc::TableToText( const SwTableNode* pTableNd, sal_Unicode cCh ) ...@@ -1449,7 +1449,7 @@ bool SwDoc::TableToText( const SwTableNode* pTableNd, sal_Unicode cCh )
return false; return false;
// #i34471# // #i34471#
// If this is trigged by SwUndoTableToText::Repeat() nobody ever deleted // If this is triggered by SwUndoTableToText::Repeat() nobody ever deleted
// the table cursor. // the table cursor.
SwEditShell* pESh = GetEditShell(); SwEditShell* pESh = GetEditShell();
if( pESh && pESh->IsTableMode() ) if( pESh && pESh->IsTableMode() )
......
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