diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-04-18 15:59:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-04-18 15:59:58 +0200 |
commit | a26c2ee3c9ca783f0281dc0dd87c1747daac63a6 (patch) | |
tree | 9d06966115a429b96e806fc75e417b35231fef5f /cppuhelper/source/bootstrap.cxx | |
parent | 7746e42006a5732a9e26dd21481391f0419d0a2e (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.cxx | 2 |
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 |