summaryrefslogtreecommitdiff
path: root/unotools/util
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-09-19 00:58:47 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-09-19 00:58:47 +0200
commit4abd8fe7cc30e305169cef8027209a7cb66e29f1 (patch)
tree81736db34202d79af71384fa10519fe3a8f51161 /unotools/util
parent55cb4638a0cd051bc254de935335ce501f12a572 (diff)
add implementation for theServiceDocumenter singleton
- make utl library use servicedecl.hxx - thus remove superflous XServiceInfo implementation for XTempFile - make XTempfile,hxx first include to ensure the header file is self-contained - while touching this, fix some indenting in XTempFile.hxx Change-Id: Id51d99e817d406a919a63505ba01f3372f3111bf
Diffstat (limited to 'unotools/util')
-rw-r--r--unotools/util/utl.component3
1 files changed, 3 insertions, 0 deletions
diff --git a/unotools/util/utl.component b/unotools/util/utl.component
index ef929f2a9b77..8b9371343582 100644
--- a/unotools/util/utl.component
+++ b/unotools/util/utl.component
@@ -22,4 +22,7 @@
<implementation name="com.sun.star.io.comp.TempFile">
<service name="com.sun.star.io.TempFile"/>
</implementation>
+ <implementation name="com.sun.star.comp.unotools.misc.ServiceDocumenter">
+ <singleton name="com.sun.star.util.theServiceDocumenter"/>
+ </implementation>
</component>