# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2011 Red Hat, Inc., David Tardon # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Library_Library,migrationoo3)) $(eval $(call gb_Library_set_include,migrationoo3,\ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_sdk_api,migrationoo3)) $(eval $(call gb_Library_use_libraries,migrationoo3,\ cppu \ cppuhelper \ sal \ tl \ utl \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_use_externals,migrationoo3,\ berkeleydb \ )) $(eval $(call gb_Library_set_componentfile,migrationoo3,desktop/source/migration/services/migrationoo3)) $(eval $(call gb_Library_add_exception_objects,migrationoo3,\ desktop/source/migration/services/cexportsoo3 \ desktop/source/migration/services/oo3extensionmigration \ )) # vim: set ts=4 sw=4 et: ice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/uui
AgeCommit message (Expand)Author
2015-01-25coverity#1266503 Useless callCaolán McNamara
2015-01-20Some more loplugin:cstylecast: uuiStephan Bergmann
2015-01-13Typo: cedentials->credentialsJulien Nabet
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-22callcatcher: update unused codeCaolán McNamara
2014-12-20onedrive: Improve fallback dialog and instructionsAdolfo Jayme Barrientos
2014-12-18uui: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-15OneDrive auth fallback dialog makefileMihai Varga
2014-12-15OneDrive authentication fallback request handlerMihai Varga
2014-12-15Authentication fallback dialog for the OneDrive connectionMihai Varga
2014-12-15uui: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky
2014-12-05uui: HIG fixesAdolfo Jayme Barrientos