summaryrefslogtreecommitdiffstats
path: root/ucb/source/sorter
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-31 21:45:56 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-01 21:06:10 +0200
commitf1493c583fa02abcde685980b6f0d60b0338d772 (patch)
tree9d1ce3f5d8e03cc01073c4069adc95f31983854c /ucb/source/sorter
parentinstaller: Second attempt at scpzipfiles interpolation functions. (diff)
downloadcore-f1493c583fa02abcde685980b6f0d60b0338d772.tar.gz
core-f1493c583fa02abcde685980b6f0d60b0338d772.zip
ucb: add component prefixes
Change-Id: I77bb24d90d310452530abe57ebc183cce98043de
Diffstat (limited to 'ucb/source/sorter')
-rw-r--r--ucb/source/sorter/sortmain.cxx2
-rw-r--r--ucb/source/sorter/srtrs1.component2
2 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/sorter/sortmain.cxx b/ucb/source/sorter/sortmain.cxx
index 1a5957b738d0..ed2d70798eef 100644
--- a/ucb/source/sorter/sortmain.cxx
+++ b/ucb/source/sorter/sortmain.cxx
@@ -36,7 +36,7 @@ using ::rtl::OUString;
//=========================================================================
-extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
+extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL srtrs1_component_getFactory(
const sal_Char * pImplName, void * pServiceManager, void * )
{
void * pRet = 0;
diff --git a/ucb/source/sorter/srtrs1.component b/ucb/source/sorter/srtrs1.component
index c32705160c0f..4f59e54d7f10 100644
--- a/ucb/source/sorter/srtrs1.component
+++ b/ucb/source/sorter/srtrs1.component
@@ -26,7 +26,7 @@
*
**********************************************************************-->
-<component loader="com.sun.star.loader.SharedLibrary"
+<component loader="com.sun.star.loader.SharedLibrary" prefix="srtrs1"
xmlns="http://openoffice.org/2010/uno-components">
<implementation name="com.sun.star.comp.ucb.SortedDynamicResultSetFactory">
<service name="com.sun.star.ucb.SortedDynamicResultSetFactory"/>