summaryrefslogtreecommitdiffstats
path: root/i18npool/source/collator
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-19 10:34:45 +0200
committerEike Rathke <erack@redhat.com>2015-10-19 11:15:23 +0000
commit184637be60fcdbde3b3fb0ab0c1d158a92f63889 (patch)
treef4995fb1e5be06419efe4352e60984cf4d531d61 /i18npool/source/collator
parentconvert DBG_ASSERTWARNING to SAL_WARN_IF (diff)
downloadcore-184637be60fcdbde3b3fb0ab0c1d158a92f63889.tar.gz
core-184637be60fcdbde3b3fb0ab0c1d158a92f63889.zip
com::sun::star->css in i18npool
Change-Id: I13a290cba0f38c79eb2d93148b972d3d931c3862 Reviewed-on: https://gerrit.libreoffice.org/19445 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'i18npool/source/collator')
-rw-r--r--i18npool/source/collator/collatorImpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/collator/collatorImpl.cxx b/i18npool/source/collator/collatorImpl.cxx
index 6d64b2fd3a71..6aef93a7e6bd 100644
--- a/i18npool/source/collator/collatorImpl.cxx
+++ b/i18npool/source/collator/collatorImpl.cxx
@@ -238,7 +238,7 @@ com_sun_star_i18n_Collator_get_implementation(
css::uno::XComponentContext *context,
css::uno::Sequence<css::uno::Any> const &)
{
- return cppu::acquire(new com::sun::star::i18n::CollatorImpl(context));
+ return cppu::acquire(new css::i18n::CollatorImpl(context));
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */