Kaydet (Commit) fbd41474 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

To complete commit 07675885

Change-Id: I6424109e3aee8a3236e40168bdd98c725a7afafb
Reviewed-on: https://gerrit.libreoffice.org/37306Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 3d4938d2
......@@ -513,7 +513,7 @@ IMPL_LINK( MacroChooser, BasicSelectHdl, SvTreeListBox *, pBox, void )
SbMethod* pMethod = static_cast<SbMethod*>(pModule->GetMethods()->Get( iMeth ));
if( pMethod->IsHidden() )
continue;
DBG_ASSERT( pMethod, "Methode not found! (NULL)" );
DBG_ASSERT( pMethod, "Method not found! (NULL)" );
sal_uInt16 nStart, nEnd;
pMethod->GetLineRange( nStart, nEnd );
aMacros.insert( map< sal_uInt16, SbMethod*>::value_type( nStart, pMethod ) );
......
......@@ -786,7 +786,7 @@ void EventAttacherImpl::removeListener
const Reference< XIdlMethod >* pMethods = aMethodSeq.getConstArray();
for( i = 0 ; i < nLen ; i++ )
{
// Call Methode
// Call Method
const Reference< XIdlMethod >& rxMethod = pMethods[i];
// Is it the right method?
......
......@@ -34,7 +34,7 @@ import "ocidl.idl";
]
interface IEvtListener : IDispatch
{
[id(1), helpstring("Methode disposing")] HRESULT disposing([in] IDispatch* source);
[id(1), helpstring("Method disposing")] HRESULT disposing([in] IDispatch* source);
};
[
......
......@@ -38,7 +38,7 @@
*
* -----------------------------------------------------------------------
*
* Methodes
* Methods
*
* Use SetValue() to set a percentage between 0 and 100. A value larger
* than 100 will cause the last rectangle to start flashing
......
......@@ -196,7 +196,7 @@ bool HelpParser::MergeSingleFile( XMLFile* file , MergeDataFile* pMergeDataFile
return true;
}
/* ProcessHelp Methode: search for en-US entry and replace it with the current language*/
/* ProcessHelp method: search for en-US entry and replace it with the current language*/
void HelpParser::ProcessHelp( LangHashMap* aLangHM , const OString& sCur , ResData *pResData , MergeDataFile* pMergeDataFile ){
XMLElement* pXMLElement = nullptr;
......
......@@ -26,7 +26,7 @@
#include <sfx2/sfxresid.hxx>
#include <vcl/layout.hxx>
// PRIVATE METHODES ------------------------------------------------------
// Private methods ------------------------------------------------------
IMPL_LINK_NOARG( SfxNewStyleDlg, OKClickHdl, Button*, void )
{
......
......@@ -102,7 +102,7 @@ SdrPage* FmFormModel::AllocPage(bool bMasterPage)
void FmFormModel::InsertPage(SdrPage* pPage, sal_uInt16 nPos)
{
// hack solange Methode intern
// hack solange method intern
if (m_pObjShell && !m_pImpl->mxUndoEnv->IsListening( *m_pObjShell ))
SetObjectShell(m_pObjShell);
......@@ -138,7 +138,7 @@ SdrPage* FmFormModel::RemovePage(sal_uInt16 nPgNum)
void FmFormModel::InsertMasterPage(SdrPage* pPage, sal_uInt16 nPos)
{
// hack solange Methode intern
// hack solange method intern
if (m_pObjShell && !m_pImpl->mxUndoEnv->IsListening( *m_pObjShell ))
SetObjectShell(m_pObjShell);
......
......@@ -274,7 +274,7 @@ protected:
inline SwMoveFnCollection const & MakeFindRange( SwDocPositions, SwDocPositions, SwPaM* ) const;
/*
* Compare-Methode for the StackCursor and the current Cursor.
* Compare-Method for the StackCursor and the current Cursor.
* The Methods return -1, 0, 1 for lower, equal, greater.
*/
int CompareCursorStackMkCurrPt() const;
......
......@@ -296,7 +296,7 @@ WidowsAndOrphans::WidowsAndOrphans( SwTextFrame *pNewFrame, const SwTwips nRst,
}
/**
* The Find*-Methodes do not only search, but adjust the SwTextMargin to the
* The Find*-Methods do not only search, but adjust the SwTextMargin to the
* line where the paragraph should have a break and truncate the paragraph there.
* FindBreak()
*/
......
......@@ -1134,7 +1134,7 @@ void SwPagePreview::Init()
// Update the fields
// ATTENTION: Do cast the EditShell up, to use the SS.
// At the methodes the current shell will be queried!
// At the methods the current shell will be queried!
SwEditShell* pESh = dynamic_cast<SwEditShell*>(GetViewShell());
bool bIsModified = pESh != nullptr && pESh->IsModified();
......@@ -1354,7 +1354,7 @@ void SwPagePreview::OuterResizePixel( const Point &rOfst, const Size &rSize )
Point aBottomRight( m_pViewWin->PixelToLogic( Point( aTmpSize.Width(), aTmpSize.Height() ) ) );
SetVisArea( tools::Rectangle( Point(), aBottomRight ) );
// Call of the DocSzChgd-Methode of the scrollbars is necessary,
// Call of the DocSzChgd-Method of the scrollbars is necessary,
// because from the maximum scroll range half the height of the
// VisArea is always deducted.
if ( m_pVScrollbar && aTmpSize.Width() > 0 && aTmpSize.Height() > 0 )
......
......@@ -299,8 +299,8 @@ void SwWrtShell::PopMode()
m_pModeStack = pTmp;
}
// Two methodes for setting cursors: the first maps at the
// eponymous methodes in the CursorShell, the second removes
// Two methods for setting cursors: the first maps at the
// eponymous methods in the CursorShell, the second removes
// all selections at first.
long SwWrtShell::SetCursor(const Point *pPt, bool bTextOnly)
......
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