Fix typos
Change-Id: I9eb05432732a04e816946fbb13001df100a31f73 Reviewed-on: https://gerrit.libreoffice.org/38395 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
89f038765a
commit
ac341548dc
@@ -365,7 +365,7 @@ bool RedundantCast::VisitCXXStaticCastExpr(CXXStaticCastExpr const * expr) {
|
||||
report(
|
||||
DiagnosticsEngine::Warning,
|
||||
("in static_cast from %0 %1 to %2 %3, remove redundant top-level"
|
||||
" %select{const qualifier|volatile qualifer|const volatile"
|
||||
" %select{const qualifier|volatile qualifier|const volatile"
|
||||
" qualifiers}4"),
|
||||
expr->getExprLoc())
|
||||
<< t1 << printExprValueKind(sub->getValueKind())
|
||||
|
@@ -239,7 +239,7 @@ protected:
|
||||
|
||||
Implementation of the UNO service com.sun.star.bridge.OleApplicationRegistration.
|
||||
Register the calling application as OLE automation server for
|
||||
standard OLE object. The objects will be registered while instanciating
|
||||
standard OLE object. The objects will be registered while instantiating
|
||||
this implementation and deregistered, if this implementation is destroyed.
|
||||
|
||||
*****************************************************************************/
|
||||
|
@@ -129,7 +129,7 @@ typedef css::uno::Reference< css::uno::XInterface >(
|
||||
|
||||
/** Creates a single component factory supporting the XSingleComponentFactory interface.
|
||||
|
||||
@param fptr function pointer for instanciating the object
|
||||
@param fptr function pointer for instantiating the object
|
||||
@param rImplementationName implementation name of service
|
||||
@param rServiceNames supported services
|
||||
@param pModCount a backwards-compatibility remainder of a removed library
|
||||
@@ -144,7 +144,7 @@ SAL_CALL createSingleComponentFactory(
|
||||
|
||||
/** Creates a single service factory which holds the instance created only once.
|
||||
|
||||
@param fptr function pointer for instanciating the object
|
||||
@param fptr function pointer for instantiating the object
|
||||
@param rImplementationName implementation name of service
|
||||
@param rServiceNames supported services
|
||||
@param pModCount a backwards-compatibility remainder of a removed library
|
||||
|
@@ -113,7 +113,7 @@ void MyService2Impl::initialize( Sequence< Any > const & args )
|
||||
{
|
||||
throw lang::IllegalArgumentException(
|
||||
OUString(
|
||||
"give a string instanciating this component!"),
|
||||
"give a string instantiating this component!"),
|
||||
// resolve to XInterface reference:
|
||||
static_cast< ::cppu::OWeakObject * >(this),
|
||||
0 ); // argument pos
|
||||
|
@@ -27,7 +27,7 @@
|
||||
/** Activate parameter classification documentation.
|
||||
|
||||
Building with DEBUG_SC_PARCLASSDOC 1 enables generation of parameter
|
||||
classification documentation when instanciating the first Calc document if
|
||||
classification documentation when instantiating the first Calc document if
|
||||
the environment variable OOO_CALC_GENPARCLASSDOC is set and SAL_LOG
|
||||
contains +INFO.sc.core
|
||||
|
||||
|
@@ -437,7 +437,7 @@ std::string lcl_LOKGetCommentPayload(CommentNotificationType nType, Reference<XA
|
||||
|
||||
return aStream.str();
|
||||
}
|
||||
} // unonymous ns
|
||||
} // anonymous ns
|
||||
|
||||
void LOKCommentNotify(CommentNotificationType nType, const SfxViewShell* pViewShell, Reference<XAnnotation>& rxAnnotation)
|
||||
{
|
||||
|
@@ -113,7 +113,7 @@ published service ServiceManager
|
||||
/** Property access.
|
||||
*/
|
||||
[optional] interface com::sun::star::beans::XPropertySet;
|
||||
/** specifies the default component context to be used, if instanciating services
|
||||
/** specifies the default component context to be used, if instantiating services
|
||||
via XMultiServiceFactory
|
||||
*/
|
||||
[optional, property] com::sun::star::uno::XComponentContext DefaultContext;
|
||||
|
Reference in New Issue
Block a user