summaryrefslogtreecommitdiff
path: root/unoxml/Library_unoxml.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/Library_unoxml.mk')
-rw-r--r--unoxml/Library_unoxml.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk
index 34d9fe555e63..a0a9d805ab29 100644
--- a/unoxml/Library_unoxml.mk
+++ b/unoxml/Library_unoxml.mk
@@ -19,7 +19,7 @@
$(eval $(call gb_Library_Library,unoxml))
-$(eval $(call gb_Library_set_componentfile,unoxml,unoxml/source/service/unoxml))
+$(eval $(call gb_Library_set_componentfile,unoxml,unoxml/source/service/unoxml,services))
$(eval $(call gb_Library_set_precompiled_header,unoxml,unoxml/inc/pch/precompiled_unoxml))
amp;id=a5dba7dbec8fb6ac709375fc7c5af0430dfb6c0b'>remove unused osl/mutex.hxx includesJochen Nitschke 2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann 2017-06-13Use unique_ptr in ItemPoolVectorStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-08-22convert SdrHintKind to scoped enumNoel Grandin 2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin 2016-04-21new plugin stylepoliceNoel Grandin 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2015-11-19use comphelper::containerToSequenceNoel Grandin 2015-11-15use initialiser for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin 2015-08-11loplugin: defaultparamsNoel Grandin 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-05-27cppcheck: noExplicitConstructorCaolán McNamara 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-10-20loplugin: cstylecastNoel Grandin 2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-01-28bool improvementsStephan Bergmann 2013-12-05Get rid of comphelper::UStringLessStephan Bergmann 2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin 2013-10-30fdo#54938: Convert svx to use cppu::supportsServiceMarcos Paulo de Souza 2013-09-05convert svx/source/unodraw/*.cxx from String to OUStringNoel Grandin 2013-09-05convert include/svx/xit.hxx from String to OUStringNoel Grandin 2013-04-17sal_Bool to boolTakeshi Abe 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2012-12-06just use return value optimizationCaolán McNamara 2012-11-27re-base on ALv2 code. Includes:Michael Meeks 2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi