Fix typos

Change-Id: If7262e114b5b4cd40e9c0a8929940199ea747595
Reviewed-on: https://gerrit.libreoffice.org/25025
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
This commit is contained in:
Andrea Gelmini 2016-05-16 07:19:43 +02:00 committed by jan iversen
parent e265ea36df
commit a9ff36a1e9
17 changed files with 17 additions and 17 deletions

View File

@ -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. 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 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 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 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. then toggling the breakpoint by clicking on the margin is more comfortable.

View File

@ -2678,7 +2678,7 @@ SbxVariable* SbUnoObject::Find( const OUString& rName, SbxClassType t )
// won't be stored anywhere. // won't be stored anywhere.
// If this leads to problems, it has to be created // If this leads to problems, it has to be created
// synthetically or a class SbUnoNameAccessProperty, // 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. // is disposed if the name is not found anymore.
pRes = new SbxVariable( SbxVARIANT ); pRes = new SbxVariable( SbxVARIANT );
unoToSbxValue( pRes, aAny ); unoToSbxValue( pRes, aAny );

View File

@ -18,7 +18,7 @@ void main()
if(shape == 0) if(shape == 0)
{ {
} }
else if(shape == 1) //diamon else if(shape == 1) //diamond
{ {
if (abs(p.x) + abs(p.y) > 1) if (abs(p.x) + abs(p.y) > 1)
discard; discard;

View File

@ -220,7 +220,7 @@ private:
*/ */
void impl_loadConnectionTools_throw(); 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(); void impl_fillTableFilter();
}; };

View File

@ -30,7 +30,7 @@
#include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/bridge/oleautomation/XAutomationObject.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 <rtl/ustring.hxx>
#include <com/sun/star/script/XDefaultProperty.hpp> #include <com/sun/star/script/XDefaultProperty.hpp>

View File

@ -632,7 +632,7 @@ bool TypeDetection::impl_getPreselectionForType(
// Can be used to suppress execution of some parts of this method // Can be used to suppress execution of some parts of this method
// if its already clear that detected type is valid or not. // if its already clear that detected type is valid or not.
// Its necessary to use shared code at the end, which update // Its necessary to use shared code at the end, which update
// all return parameters constistency! // all return parameters consistency!
bool bBreakDetection = false; bool bBreakDetection = false;
// Further we must know if it matches by pattern // Further we must know if it matches by pattern

View File

@ -94,7 +94,7 @@ public:
/** /**
* Load a new DB of fingerprints * Load a new DB of fingerprints
* @param const char* thePathOfConfFile self explaining * @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); void SetDBPath(const char* thePathOfConfFile, const char* prefix);

View File

@ -53,7 +53,7 @@ OString Win_AddLongPathPrefix( const OString &rPathName )
} }
#endif //defined(WNT) #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) // User installed dictionaries (the ones residing in the user paths)
// will get precedence over system installed ones for the same language. // will get precedence over system installed ones for the same language.
std::vector< SvtLinguConfigDictionaryEntry > GetOldStyleDics( const char *pDicType ) std::vector< SvtLinguConfigDictionaryEntry > GetOldStyleDics( const char *pDicType )

View File

@ -166,7 +166,7 @@ ZipPackage::~ZipPackage()
{ {
delete m_pZipFile; 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. // 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 // 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 // since m_pRootFolder has no parent and cleaning of its children will be done automatically

View File

@ -80,7 +80,7 @@ public class _XDocumentInsertable extends MultiMethodTest {
/** /**
* Can be overridden to specify different than default * Can be overridden to specify different than default
* document name. This document must be situated in * 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 * be specified relational to this directory. By
* default 'XDocumentInsertable.swx' file name returned. * default 'XDocumentInsertable.swx' file name returned.
* @return File name of the document to be inserted. * @return File name of the document to be inserted.

View File

@ -158,7 +158,7 @@ public final class WeakMap<K,V> implements Map {
* *
* <p>This is a modifying operation.</p> * <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 * @param value the value to be associated with the specified key. This
* must be a plain object, which is then wrapped in a * must be a plain object, which is then wrapped in a
* <code>WeakReference</code>. * <code>WeakReference</code>.

View File

@ -165,7 +165,7 @@ private:
bool IsListValid( ScRefCellValue& rCell, const ScAddress& rPos ) const; bool IsListValid( ScRefCellValue& rCell, const ScAddress& rPos ) const;
}; };
// list of contitions: // list of conditions:
struct CompareScValidationDataPtr struct CompareScValidationDataPtr
{ {

View File

@ -4082,7 +4082,7 @@ void SwWW8ImplReader::Read_LR( sal_uInt16 nId, const sal_uInt8* pData, short nLe
// Sprm 20 // Sprm 20
void SwWW8ImplReader::Read_LineSpace( sal_uInt16, const sal_uInt8* pData, short nLen ) 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) if (m_bStyNormal && m_bWWBugNormal)
return; return;

View File

@ -26,7 +26,7 @@ public class FileHelper
/* /*
* Concat a _sRelativePathToAdd to a _sPath and append a '/' to the _sPath only if need. * 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) public static String appendPath(String _sPath, String _sRelativePathToAdd)
{ {

View File

@ -8,7 +8,7 @@
*/ */
#include "opengl/x11/X11DeviceInfo.hxx" #include "opengl/x11/X11DeviceInfo.hxx"
#include "opengl/x11//glxtest.hxx" #include "opengl/x11/glxtest.hxx"
#include <config_features.h> #include <config_features.h>

View File

@ -674,7 +674,7 @@ STDMETHODIMP CMAccessible::get_accKeyboardShortcut(VARIANT varChild, BSTR *pszKe
m_pIParent->get_accRole(varChild, &varParentRole); 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); m_pIParent->get_accKeyboardShortcut(varChild, pszKeyboardShortcut);
return S_OK; return S_OK;

View File

@ -117,7 +117,7 @@ private:
/** @descr This method bundles some settings to the chart model and executes them with /** @descr This method bundles some settings to the chart model and executes them with
a locked controller. This includes setting the chart type. a locked controller. This includes setting the chart type.
@param aServiceName The name of the service the diagram is initialized with. @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. rows or from columns.
*/ */
void InitChart (const OUString & rChartTypeServiceName, void InitChart (const OUString & rChartTypeServiceName,