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:
Andrea Gelmini
2017-06-04 23:07:12 +02:00
committed by Julien Nabet
parent 89f038765a
commit ac341548dc
7 changed files with 8 additions and 8 deletions

View File

@@ -365,7 +365,7 @@ bool RedundantCast::VisitCXXStaticCastExpr(CXXStaticCastExpr const * expr) {
report( report(
DiagnosticsEngine::Warning, DiagnosticsEngine::Warning,
("in static_cast from %0 %1 to %2 %3, remove redundant top-level" ("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"), " qualifiers}4"),
expr->getExprLoc()) expr->getExprLoc())
<< t1 << printExprValueKind(sub->getValueKind()) << t1 << printExprValueKind(sub->getValueKind())

View File

@@ -239,7 +239,7 @@ protected:
Implementation of the UNO service com.sun.star.bridge.OleApplicationRegistration. Implementation of the UNO service com.sun.star.bridge.OleApplicationRegistration.
Register the calling application as OLE automation server for 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. this implementation and deregistered, if this implementation is destroyed.
*****************************************************************************/ *****************************************************************************/

View File

@@ -129,7 +129,7 @@ typedef css::uno::Reference< css::uno::XInterface >(
/** Creates a single component factory supporting the XSingleComponentFactory interface. /** 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 rImplementationName implementation name of service
@param rServiceNames supported services @param rServiceNames supported services
@param pModCount a backwards-compatibility remainder of a removed library @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. /** 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 rImplementationName implementation name of service
@param rServiceNames supported services @param rServiceNames supported services
@param pModCount a backwards-compatibility remainder of a removed library @param pModCount a backwards-compatibility remainder of a removed library

View File

@@ -113,7 +113,7 @@ void MyService2Impl::initialize( Sequence< Any > const & args )
{ {
throw lang::IllegalArgumentException( throw lang::IllegalArgumentException(
OUString( OUString(
"give a string instanciating this component!"), "give a string instantiating this component!"),
// resolve to XInterface reference: // resolve to XInterface reference:
static_cast< ::cppu::OWeakObject * >(this), static_cast< ::cppu::OWeakObject * >(this),
0 ); // argument pos 0 ); // argument pos

View File

@@ -27,7 +27,7 @@
/** Activate parameter classification documentation. /** Activate parameter classification documentation.
Building with DEBUG_SC_PARCLASSDOC 1 enables generation of parameter 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 the environment variable OOO_CALC_GENPARCLASSDOC is set and SAL_LOG
contains +INFO.sc.core contains +INFO.sc.core

View File

@@ -437,7 +437,7 @@ std::string lcl_LOKGetCommentPayload(CommentNotificationType nType, Reference<XA
return aStream.str(); return aStream.str();
} }
} // unonymous ns } // anonymous ns
void LOKCommentNotify(CommentNotificationType nType, const SfxViewShell* pViewShell, Reference<XAnnotation>& rxAnnotation) void LOKCommentNotify(CommentNotificationType nType, const SfxViewShell* pViewShell, Reference<XAnnotation>& rxAnnotation)
{ {

View File

@@ -113,7 +113,7 @@ published service ServiceManager
/** Property access. /** Property access.
*/ */
[optional] interface com::sun::star::beans::XPropertySet; [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 via XMultiServiceFactory
*/ */
[optional, property] com::sun::star::uno::XComponentContext DefaultContext; [optional, property] com::sun::star::uno::XComponentContext DefaultContext;