summaryrefslogtreecommitdiff
path: root/cppuhelper/source/bootstrap.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-04-18 15:59:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-04-18 15:59:58 +0200
commita26c2ee3c9ca783f0281dc0dd87c1747daac63a6 (patch)
tree9d06966115a429b96e806fc75e417b35231fef5f /cppuhelper/source/bootstrap.cxx
parent7746e42006a5732a9e26dd21481391f0419d0a2e (diff)
Put create_bootstrap_macro_expander_factory properly into a header
...and fix the typo in its name.
Diffstat (limited to 'cppuhelper/source/bootstrap.cxx')
-rw-r--r--cppuhelper/source/bootstrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/bootstrap.cxx b/cppuhelper/source/bootstrap.cxx
index fad335bb880a..783f647d9c3f 100644
--- a/cppuhelper/source/bootstrap.cxx
+++ b/cppuhelper/source/bootstrap.cxx
@@ -100,7 +100,7 @@ Bootstrap const & get_unorc() SAL_THROW(())
{
#ifdef ANDROID
// Wouldn't it be lovely to avoid this fugly hard-coding.
- // The problem is that the 'create_boostrap_macro_expander_factory()'
+ // The problem is that the 'create_bootstrap_macro_expander_factory()'
// required for bootstrapping services, calls cppu::get_unorc directly
// instead of re-using the BoostrapHandle from:
// defaultBootstrap_InitialComponentContext