# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # #************************************************************************* $(eval $(call gb_CppunitTest_CppunitTest,configmgr_unit)) $(eval $(call gb_CppunitTest_add_exception_objects,configmgr_unit, \ configmgr/qa/unit/test \ )) $(eval $(call gb_CppunitTest_set_componentfile,configmgr_unit,configmgr/source/configmgr)) $(eval $(call gb_CppunitTest_use_library_objects,configmgr_unit,configmgr)) $(eval $(call gb_CppunitTest_use_sdk_api,configmgr_unit,)) $(eval $(call gb_CppunitTest_use_custom_headers,configmgr_unit,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_libraries,configmgr_unit, \ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ test \ unotest \ xmlreader \ i18nlangtag \ )) $(eval $(call gb_CppunitTest_use_ure,configmgr_unit)) $(eval $(call gb_CppunitTest_use_configuration,configmgr_unit)) $(eval $(call gb_CppunitTest_use_components,configmgr_unit,\ i18npool/util/i18npool \ i18npool/source/search/i18nsearch \ sax/source/expatwrap/expwrap \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unoxml/source/service/unoxml \ )) $(eval $(call gb_CppunitTest_use_externals,configmgr_unit,\ boost_headers \ dconf \ icu_headers \ )) eclarations from these files. Add a few missing includes provided by them. Change-Id: I6b91b6d1fdf9d0496dd546c0aab9bdcc6831a5d4 Reviewed-on: https://gerrit.libreoffice.org/23805 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Sequence.h(xx), Any.h(xx) and Type.h(xx)
and remove unused using-declarations from these files.

Add a few missing includes provided by them.

Change-Id: I6b91b6d1fdf9d0496dd546c0aab9bdcc6831a5d4
Reviewed-on: https://gerrit.libreoffice.org/23805
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
loplugin:unusedmethods 2015-07-30T06:23:00+00:00 Noel Grandin noel@peralex.com 2015-07-28T06:39:57+00:00 a45827b2308febc7369db27fb489a6d1389534e1 Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971 Reviewed-on: https://gerrit.libreoffice.org/17378 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971
Reviewed-on: https://gerrit.libreoffice.org/17378
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
loplugin:unusedmethods framework 2015-07-15T11:33:21+00:00 Noel Grandin noel@peralex.com 2015-07-14T13:55:09+00:00 269bf161e6904f33dda21e319982bfb119f24592 Change-Id: Ibfeb0ef753a083f458c84f446f0729f05c73e2d6 Reviewed-on: https://gerrit.libreoffice.org/17060 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Change-Id: Ibfeb0ef753a083f458c84f446f0729f05c73e2d6
Reviewed-on: https://gerrit.libreoffice.org/17060
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
loplugin:stringconstant: Flag more inefficiencies 2015-06-25T10:38:36+00:00 Stephan Bergmann sbergman@redhat.com 2015-06-25T10:36:54+00:00 995296ea1d48636363a3a80068ceeb002b8bedb8 Change-Id: I63f1b54cc9ef49a83800b671a60ea25df7fc2121
Change-Id: I63f1b54cc9ef49a83800b671a60ea25df7fc2121
fdo#86023 - O[U]String needs a 'clear' method 2014-11-14T08:20:38+00:00 Brij Mohan Lal Srivastava contactbrijmohan@gmail.com 2014-11-12T08:54:10+00:00 d32be3ace8c8fd430bbecdf69f88a116b0ee91d1 Added clear() method to OString and OUString class, Updated appropriate call-sites. Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Added clear() method to OString and OUString class, Updated appropriate call-sites.

Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>