summaryrefslogtreecommitdiff
path: root/odk/examples
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples')
-rw-r--r--odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx b/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx
index def49109571e..5fa2e5af1331 100644
--- a/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx
+++ b/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx
@@ -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
rea Gelmini 2019-01-28Fix typoAndrea Gelmini 2018-07-22Fix typosAndrea Gelmini 2018-07-18Fix typosAndrea Gelmini 2018-04-16Use https instead of httpGulsah Kose 2018-01-31bean: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski 2018-01-14Fix typosAndrea Gelmini 2017-12-28Fix typosAndrea Gelmini 2017-10-27loplugin:includeform: bean (Windows)Stephan Bergmann 2017-10-23loplugin:includeform: beanStephan Bergmann 2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski ore?h=libreoffice-7.3.0.1&id=a3066dd78ce83c0302f70b250cc6eeb0c7eaf30c'>No need for isKindOf to be SAL_CALLStephan Bergmann 2014-02-27Remove visual noise from storeAlexander Wilms 2014-02-17store: sal_Bool -> boolStephan Bergmann 2014-01-28bool improvementsStephan Bergmann 2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin