Kaydet (Commit) d0f99b1b authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Samuel Mehrbrodt

Fix typos

Change-Id: Ibc81246e615d7c68c93e01b84584e78a79bece16
Reviewed-on: https://gerrit.libreoffice.org/34779Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 5e135c65
......@@ -81,8 +81,8 @@ void AccObjectManagerAgent::UpdateValue( XAccessible* pXAcc, Any pAny )
}
/**
* Interface of updating MSAA value when UNO value_changed event occurs.If we can not
* find new value,we'll get new value from pXAcc to update com value.
* Interface of updating MSAA value when UNO value_changed event occurs. If we can not
* find new value, we'll get new value from pXAcc to update com value.
* @param pXAcc Uno XAccessible interface of control.
* @return
*/
......@@ -135,7 +135,7 @@ void AccObjectManagerAgent::UpdateDescription( XAccessible* pXAcc, Any newDesc
}
/**
* When a new UNO XAccessible object is found by listener,we'll create a corresponding
* When a new UNO XAccessible object is found by listener, we create a corresponding
* com object and insert it to our manager list.
* @param pXAcc Uno XAccessible interface of control.
* @param pWnd The top window handle containing control.
......@@ -167,7 +167,7 @@ AccObjectManagerAgent::SaveTopWindowHandle(sal_Int64 hWnd, XAccessible* pXAcc)
/**
* When a UNO XAccessible object's new children are found by listener,we'll create
* When a UNO XAccessible object's new children are found by listener, we create
* corresponding com objects and insert them to our manager list.
* @param pXAcc Uno XAccessible interface of control.
* @param pWnd The top window handle containing control.
......@@ -183,7 +183,7 @@ AccObjectManagerAgent::InsertChildrenAccObj(XAccessible* pXAcc, sal_Int64 pWnd)
}
/**
* When a new UNO XAccessible object is destroied,we'll delete its corresponding
* When a new UNO XAccessible object is destroyed, we delete its corresponding
* com object and remove it from our manager list.
* @param pXAcc Uno XAccessible interface of control.
* @return
......@@ -195,7 +195,7 @@ void AccObjectManagerAgent::DeleteAccObj( XAccessible* pXAcc )
}
/**
* When new UNO children XAccessible objects are destroyed,we'll delete their
* When new UNO children XAccessible objects are destroyed, we delete their
* corresponding com objects and remove them from our manager list.
* @param pXAcc Uno XAccessible interface of control.
* @return
......
......@@ -84,7 +84,7 @@ public:
};
/**
* Implemention of getAccObjectPtr.
* Implementation of getAccObjectPtr.
* @param
* @return Com interface.
*/
......@@ -101,7 +101,7 @@ sal_Int64 MSAAServiceImpl::getAccObjectPtr(
}
/**
* Implemention of handleWindowOpened, the method will be invoked when a
* Implementation of handleWindowOpened, the method will be invoked when a
* top window is opened and AT starts up.
* @param
* @return
......@@ -126,7 +126,7 @@ OUString MSAAServiceImpl::getImplementationName()
}
/**
* Implemention of XServiceInfo,return support service name.
* Implementation of XServiceInfo, return support service name.
* @param Service name.
* @return If the service name is supported.
*/
......@@ -136,7 +136,7 @@ sal_Bool MSAAServiceImpl::supportsService( OUString const & serviceName )
}
/**
* Implemention of XServiceInfo,return all service names.
* Implementation of XServiceInfo, return all service names.
* @param.
* @return service name sequence.
*/
......
......@@ -45,7 +45,7 @@ import com.sun.star.document.XDocumentProperties;
* some functionality of SimpleFileAccess. The instance
* keeps a reference to an XSimpleFileAccess and an
* XFileIdentifierConverter, saves the permanent
* overhead of quering for those interfaces, and delivers
* overhead of querying for those interfaces, and delivers
* convenience methods for using them.
* These Convenince methods include mainly Exception-handling.
*/
......
......@@ -26,7 +26,7 @@ You can also instanciate the class, to encapsulate
some functionality of SimpleFileAccess. The instance
keeps a reference to an XSimpleFileAccess and an
XFileIdentifierConverter, saves the permanent
overhead of quering for those interfaces, and delivers
overhead of querying for those interfaces, and delivers
convenience methods for using them.
These Convenince methods include mainly Exception-handling.
'''
......
......@@ -1239,7 +1239,7 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, const PropertyMapPtr& rContext )
break;
case NS_ooxml::LN_CT_NumPr_numId:
{
//convert the ListTable entry to a NumberingRules propery and apply it
//convert the ListTable entry to a NumberingRules property and apply it
ListsManager::Pointer pListTable = m_pImpl->GetListTable();
ListDef::Pointer pList = pListTable->GetList( nIntValue );
if( IsStyleSheetImport() )
......
......@@ -274,7 +274,7 @@ RTFError RTFTokenizer::dispatchKeyword(OString& rKeyword, bool bParam, int nPara
{
if (m_rImport.getDestination() == Destination::SKIP)
{
// skip binary data explicitely, to not trip over rtf markup
// skip binary data explicitly, to not trip over rtf markup
// control characters
if (rKeyword.equals("bin") && nParam > 0)
Strm().SeekRel(nParam);
......
......@@ -1263,7 +1263,7 @@ bool SvXMLImport::IsPackageURL( const OUString& rURL ) const
switch( rURL[nPos] )
{
case '/':
// a relative path segement
// a relative path segment
return true;
case ':':
// a schema
......
......@@ -67,7 +67,7 @@ namespace xmloff
public:
/** retrieves the tag name to be used to describe a control of the given type
<p>The retuned string is the pure element name, without any namespace.</p>
<p>The returned string is the pure element name, without any namespace.</p>
@param _eType
the element type
......
......@@ -165,7 +165,7 @@ void XMLEventExport::ExportExt( Reference<XNameAccess> & rAccess )
bExtNamespace = false; // reset for future Export calls
}
/// export a singular event and wirte <office:events> container
/// export a singular event and write <office:events> container
void XMLEventExport::ExportSingleEvent(
Sequence<PropertyValue>& rEventValues,
const OUString& rApiEventName,
......
......@@ -54,7 +54,7 @@ void XMLFootnoteSeparatorExport::exportXML(
{
assert(pProperties);
// intialize values
// initialize values
sal_Int16 eLineAdjust = text::HorizontalAdjust_LEFT;
sal_Int32 nLineColor = 0;
sal_Int32 nLineDistance = 0;
......
......@@ -761,7 +761,7 @@ XMLTransformerActionInit aParagraphPropertyOOoAttrActionTable[] =
{ XML_NAMESPACE_STYLE, XML_FONT_INDEPENDENT_LINE_SPACING, XML_ATACTION_COPY,
NO_PARAMS },
{ XML_NAMESPACE_STYLE, XML_DEFAULT_OUTLINE_LEVEL, XML_ATACTION_REMOVE,
NO_PARAMS }, /* i41811: style-default-outline was exported as propery */
NO_PARAMS }, /* i41811: style-default-outline was exported as property */
{ XML_NAMESPACE_OFFICE, XML_TOKEN_INVALID, XML_ATACTION_EOT, NO_PARAMS }
};
......
......@@ -1284,7 +1284,7 @@ bool XMLTransformerBase::ConvertURIToOASIS( OUString& rURI,
switch( rURI[nPos] )
{
case '/':
// a relative path segement
// a relative path segment
nPos = nLen; // leave loop
break;
case ':':
......@@ -1349,7 +1349,7 @@ bool XMLTransformerBase::ConvertURIToOOo( OUString& rURI,
switch( rURI[nPos] )
{
case '/':
// a relative path segement within the package
// a relative path segment within the package
nPos = nLen; // leave loop
break;
case ':':
......
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