Kaydet (Commit) a9ff36a1 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) jan iversen

Fix typos

Change-Id: If7262e114b5b4cd40e9c0a8929940199ea747595
Reviewed-on: https://gerrit.libreoffice.org/25025Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarjan iversen <jani@documentfoundation.org>
üst e265ea36
......@@ -252,7 +252,7 @@ useful info, try with the ndk-gdb method and the other way round.
Then you can select your new configuration and use Run | Debug to launch it.
Note that lldb doesn't initially stop execution, so if you want to add
breakpoints using lldb prompt, you manually have to pause execution, then you
can witch to the lldb tab and add your breakpoints. However making use of the
can switch to the lldb tab and add your breakpoints. However making use of the
editor just using File|Open .. to open the desired file in Android Studio and
then toggling the breakpoint by clicking on the margin is more comfortable.
......
......@@ -2678,7 +2678,7 @@ SbxVariable* SbUnoObject::Find( const OUString& rName, SbxClassType t )
// won't be stored anywhere.
// If this leads to problems, it has to be created
// synthetically or a class SbUnoNameAccessProperty,
// witch checks the existence on access and which
// which checks the existence on access and which
// is disposed if the name is not found anymore.
pRes = new SbxVariable( SbxVARIANT );
unoToSbxValue( pRes, aAny );
......
......@@ -18,7 +18,7 @@ void main()
if(shape == 0)
{
}
else if(shape == 1) //diamon
else if(shape == 1) //diamond
{
if (abs(p.x) + abs(p.y) > 1)
discard;
......
......@@ -220,7 +220,7 @@ private:
*/
void impl_loadConnectionTools_throw();
/** reads the table filter and table type filter from the datasourfce
/** reads the table filter and table type filter from the datasource
*/
void impl_fillTableFilter();
};
......
......@@ -30,7 +30,7 @@
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/bridge/oleautomation/XAutomationObject.hpp>
#include <com/sun/star/script//XAutomationInvocation.hpp>
#include <com/sun/star/script/XAutomationInvocation.hpp>
#include <rtl/ustring.hxx>
#include <com/sun/star/script/XDefaultProperty.hpp>
......
......@@ -632,7 +632,7 @@ bool TypeDetection::impl_getPreselectionForType(
// Can be used to suppress execution of some parts of this method
// if its already clear that detected type is valid or not.
// Its necessary to use shared code at the end, which update
// all return parameters constistency!
// all return parameters consistency!
bool bBreakDetection = false;
// Further we must know if it matches by pattern
......
......@@ -94,7 +94,7 @@ public:
/**
* Load a new DB of fingerprints
* @param const char* thePathOfConfFile self explaining
* @param const char* prefix is the path where the directory witch contains fingerprint files is stored
* @param const char* prefix is the path where the directory which contains fingerprint files is stored
*/
void SetDBPath(const char* thePathOfConfFile, const char* prefix);
......
......@@ -53,7 +53,7 @@ OString Win_AddLongPathPrefix( const OString &rPathName )
}
#endif //defined(WNT)
// build list of old style diuctionaries (not as extensions) to use.
// build list of old style dictionaries (not as extensions) to use.
// User installed dictionaries (the ones residing in the user paths)
// will get precedence over system installed ones for the same language.
std::vector< SvtLinguConfigDictionaryEntry > GetOldStyleDics( const char *pDicType )
......
......@@ -166,7 +166,7 @@ ZipPackage::~ZipPackage()
{
delete m_pZipFile;
// All folders and streams contain pointers to their parents, when a parent diappeares
// All folders and streams contain pointers to their parents, when a parent disappeares
// it should disconnect all the children from itself during destruction automatically.
// So there is no need in explicit m_pRootFolder->releaseUpwardRef() call here any more
// since m_pRootFolder has no parent and cleaning of its children will be done automatically
......
......@@ -80,7 +80,7 @@ public class _XDocumentInsertable extends MultiMethodTest {
/**
* Can be overridden to specify different than default
* document name. This document must be situated in
* the test document disrectory, and its name must
* the test document directory, and its name must
* be specified relational to this directory. By
* default 'XDocumentInsertable.swx' file name returned.
* @return File name of the document to be inserted.
......
......@@ -158,7 +158,7 @@ public final class WeakMap<K,V> implements Map {
*
* <p>This is a modifying operation.</p>
*
* @param key the key with witch the specified value is to be associated
* @param key the key with which the specified value is to be associated
* @param value the value to be associated with the specified key. This
* must be a plain object, which is then wrapped in a
* <code>WeakReference</code>.
......
......@@ -165,7 +165,7 @@ private:
bool IsListValid( ScRefCellValue& rCell, const ScAddress& rPos ) const;
};
// list of contitions:
// list of conditions:
struct CompareScValidationDataPtr
{
......
......@@ -4082,7 +4082,7 @@ void SwWW8ImplReader::Read_LR( sal_uInt16 nId, const sal_uInt8* pData, short nLe
// Sprm 20
void SwWW8ImplReader::Read_LineSpace( sal_uInt16, const sal_uInt8* pData, short nLen )
{
// commment see Read_UL()
// comment see Read_UL()
if (m_bStyNormal && m_bWWBugNormal)
return;
......
......@@ -26,7 +26,7 @@ public class FileHelper
/*
* Concat a _sRelativePathToAdd to a _sPath and append a '/' to the _sPath only if need.
*
* @return a right concatened path
* @return a right concatenated path
*/
public static String appendPath(String _sPath, String _sRelativePathToAdd)
{
......
......@@ -8,7 +8,7 @@
*/
#include "opengl/x11/X11DeviceInfo.hxx"
#include "opengl/x11//glxtest.hxx"
#include "opengl/x11/glxtest.hxx"
#include <config_features.h>
......
......@@ -674,7 +674,7 @@ STDMETHODIMP CMAccessible::get_accKeyboardShortcut(VARIANT varChild, BSTR *pszKe
m_pIParent->get_accRole(varChild, &varParentRole);
if( m_pIParent && varParentRole.lVal == ROLE_SYSTEM_COMBOBOX ) // edit in comoboBox
if( m_pIParent && varParentRole.lVal == ROLE_SYSTEM_COMBOBOX ) // edit in comboBox
{
m_pIParent->get_accKeyboardShortcut(varChild, pszKeyboardShortcut);
return S_OK;
......
......@@ -117,7 +117,7 @@ private:
/** @descr This method bundles some settings to the chart model and executes them with
a locked controller. This includes setting the chart type.
@param aServiceName The name of the service the diagram is initialized with.
@param bSetWitchData Indicates whether the data set takes it's data series from
@param bSetSwitchData Indicates whether the data set takes it's data series from
rows or from columns.
*/
void InitChart (const OUString & rChartTypeServiceName,
......
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