summaryrefslogtreecommitdiff
path: root/unotools/Library_utl.mk
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/Library_utl.mk
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/Library_utl.mk')
-rw-r--r--unotools/Library_utl.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk
index 52f2eff48653..a3481de726c0 100644
--- a/unotools/Library_utl.mk
+++ b/unotools/Library_utl.mk
@@ -104,6 +104,8 @@ $(eval $(call gb_Library_add_exception_objects,utl,\
unotools/source/misc/mediadescriptor \
unotools/source/misc/sharedunocomponent \
unotools/source/misc/syslocale \
+ unotools/source/misc/unotoolsservices \
+ unotools/source/misc/ServiceDocumenter \
unotools/source/streaming/streamhelper \
unotools/source/streaming/streamwrap \
unotools/source/ucbhelper/localfilehelper \