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

Fix typos

Change-Id: Id5811d092917c872715559f4508d01e4173d090c
Reviewed-on: https://gerrit.libreoffice.org/35636Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 86781bcf
......@@ -236,7 +236,7 @@ public class ComponentContext implements XComponentContext, XComponent
m_eventListener.clear();
XComponent tdmgr = null;
// dispose values, then service manager, then typdescription manager
// dispose values, then service manager, then typedescription manager
for (Map.Entry<String, Object> entry : m_table.entrySet())
{
String name = entry.getKey();
......
......@@ -461,7 +461,7 @@ public class InterfaceContainer_Test
@Test public void ListIterator_next() throws Exception
{
logger.log(Level.INFO, "Testing InterfaceContainer.listIerator, ListIterator.next()");
logger.log(Level.INFO, "Testing InterfaceContainer.listIterator, ListIterator.next()");
InterfaceContainer cont= new InterfaceContainer();
cont.addAll(list1);
......@@ -658,4 +658,4 @@ public class InterfaceContainer_Test
assertEquals(obj2.nDisposingCalled, 1);
assertEquals(obj3.nDisposingCalled, 1);
}
}
\ No newline at end of file
}
......@@ -160,7 +160,7 @@ public class JavaLoader implements XImplementationLoader,
* new <code>com.sun.star.lang.XMultiServiceFactory</code> should be set at
* the loader.
*
* @param args - the first parameter (args[0]) specifices the <code>ServiceManager</code>.
* @param args - the first parameter (args[0]) specifies the <code>ServiceManager</code>.
* @see com.sun.star.lang.XInitialization
* @see com.sun.star.comp.servicemanager.ServiceManager
*/
......@@ -415,7 +415,7 @@ public class JavaLoader implements XImplementationLoader,
* Registers the <code>JavaLoader</code> at the registry.
*
* @param regKey root key under which the <code>JavaLoader</code> should be registered.
* @return true if registration succseeded - otherwise false.
* @return true if registration succeeded - otherwise false.
*/
public static boolean writeRegistryServiceInfo(XRegistryKey regKey) {
boolean result = false;
......
......@@ -45,7 +45,7 @@ bool handleArguments(int argc, char * argv[], HandledArgs& o_aHandledArgs);
/// Write out a help about usage
void writeUsage(const OString& rName, const OString& rFileType);
/// Write out a PoEntry with attention to excaptions
/// Write out a PoEntry with attention to exceptions
void writePoEntry(
const OString& rExecutable, PoOfstream& rPoStream, const OString& rSourceFile,
const OString& rResType, const OString& rGroupId, const OString& rLocalId,
......
......@@ -400,7 +400,7 @@ void Export::Execute( int nToken, const char * pToken )
OString sCondition;
if ( sId.indexOf( '#' ) != -1 )
{
// between ResTyp, Id and paranthes is a precomp. condition
// between ResTyp, Id and parentheses is a precomp. condition
sCondition = "#";
sal_Int32 n = 0;
sId = sId.getToken(0, '#', n);
......
......@@ -963,7 +963,7 @@ XMLFile *SimpleXMLParser::Execute( const OString &rFileName, XMLFile* pXMLFileIn
m_aErrorInformation.m_sMessage += "Tag mismatch";
break;
case XML_ERROR_DUPLICATE_ATTRIBUTE:
m_aErrorInformation.m_sMessage += "Duplicat attribute";
m_aErrorInformation.m_sMessage += "Duplicated attribute";
break;
case XML_ERROR_JUNK_AFTER_DOC_ELEMENT:
m_aErrorInformation.m_sMessage += "Junk after doc element";
......
......@@ -32,7 +32,7 @@ To use LOK Tiled Rendering you will need the following before the LOK includes:
(This must be define before ANY LOK header, i.e. including the Init header.)
Currently only bitmap-buffer rendering is supported, with a 32-bit BGRA
colourspace (further alternatives could feasibly be implemented as needed).
colorspace (further alternatives could feasibly be implemented as needed).
Scanlines are ordered top-down (whereas LibreOffice will internally default
to bottom-up).
......
......@@ -165,7 +165,7 @@ enum
A struct that we use to store the data about the LOK call.
Object of this type is passed with all the LOK calls,
so that they can be idenitified. Additionally, it also contains
so that they can be identified. Additionally, it also contains
the data that LOK call needs.
*/
struct LOEvent
......
......@@ -681,7 +681,7 @@ Reference< XPossibleHyphens > SAL_CALL Hyphenator::createPossibleHyphens( const
{
// linguistic::PossibleHyphens is stuck with
// css::uno::Sequence<sal_Int16> because of
// css.linguistic2.XPossibleHpyhens.getHyphenationPositions, so
// css.linguistic2.XPossibleHyphens.getHyphenationPositions, so
// any further positions need to be ignored:
assert(i >= SAL_MIN_INT16);
if (i > SAL_MAX_INT16)
......
......@@ -910,7 +910,7 @@ void LngSvcMgr::Notify( const uno::Sequence< OUString > &rPropertyNames )
}
else
{
SAL_WARN( "linguistic", "nofified for unexpected property" );
SAL_WARN( "linguistic", "notified for unexpected property" );
}
}
}
......
......@@ -123,7 +123,7 @@ sal_Int16 SpellChecker::GetSpellFailure( const OUString &rWord, const Locale & )
{
// Checks whether a word is OK in a given language (Locale) or not, and
// provides a failure type for the incorrect ones.
// - words with "liss" (case sensitiv) as substring will be negative.
// - words with "liss" (case sensitive) as substring will be negative.
// - words with 'x' or 'X' will have incorrect spelling.
// - words with 's' or 'S' as first letter will have the wrong caption.
// - all other words will be OK.
......
......@@ -1362,7 +1362,7 @@ void LwpFribField::ConvertCrossRefStart(XFContentContainer* pXFPara,LwpFieldMark
XFCrossRefStart* pRef = new XFCrossRefStart;
pRef->SetRefType(m_nCrossRefType);
pRef->SetMarkName(m_sFormula);
// pFieldMark->SetStart(sal_True);//for some disnormal cases
// pFieldMark->SetStart(sal_True);//for some unusual cases
if (m_ModFlag)
{
XFTextSpanStart* pSpan = new XFTextSpanStart;
......
......@@ -239,7 +239,7 @@ void LwpOleObject::Read()
/**
* @descr: Parse VO_OLEOBJECT and dump to XML stream only on WIN32 platform
* @param: pOutputStream - stream to dump OLE object
* @param: pFrameLayout - framlayout object used to dump OLE object
* @param: pFrameLayout - framelayout object used to dump OLE object
*/
void LwpOleObject::Parse(IXFStream* /*pOutputStream*/)
{
......
......@@ -212,7 +212,7 @@ OUString LwpSilverBullet::GetBulletFontName()
/**
* @short: Get bullet character of the bullet vo_para.
* @descr:
* @return: An UChar32 bulle character.
* @return: An UChar32 bullet character.
*/
OUString LwpSilverBullet::GetBulletChar()
{
......
......@@ -361,7 +361,7 @@ bool LwpTocSuperLayout::GetUsePageNumber(sal_uInt16 index)
return false;
}
/**
* @short Get what is used for separater
* @short Get what is used for separator
* @param index - TOC level
* @return sal_uInt16 - separator type
*/
......
......@@ -93,7 +93,7 @@ public:
void SetRepeate();
/**
* @descr Set whether the image should be streatched to fill the owner object.
* @descr Set whether the image should be stretched to fill the owner object.
*/
void SetStretch();
......
......@@ -256,7 +256,7 @@ private:
sal_Int16 m_nWidthScale;
XFColor m_aColor;
XFColor m_aBackColor;
//The flag defines which variable will be funtional.
//The flag defines which variable will be functional
sal_uInt32 m_nFlag;
bool m_bTransparent;
};
......
......@@ -55,7 +55,7 @@
************************************************************************/
/*************************************************************************
* @file
* Rapresent a point.
* Represent a point.
************************************************************************/
#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFPOINT_HXX
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFPOINT_HXX
......
......@@ -12,7 +12,7 @@ requires two external libraries to be built:
The MariaDB client library is provided as an external and will be
automatically built if you pass "--without-system-mariadb" to
autogens.sh.
autogen.sh.
libmysqlcppconn is provided as an external and will be automatically
compiled if you pass "--without-system-mysql-cppconn" to autogen.sh.
......
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