summaryrefslogtreecommitdiff
path: root/connectivity/Configuration_postgresql.mk
blob: d2e804d846f1310ad692756355f8b99e4fd7cc58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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_Configuration_Configuration,driver_postgresql))

$(eval $(call gb_Configuration_add_spool_modules,driver_postgresql,connectivity/registry/postgresql,\
	org/openoffice/Office/DataAccess/Drivers-postgresql.xcu \
))

$(eval $(call gb_Configuration_add_localized_datas,driver_postgresql,connectivity/registry/postgresql,\
	org/openoffice/Office/DataAccess/Drivers.xcu \
))

# vim: set noet sw=4 ts=4:
890e1b1db3cac753c5'>loplugin:countusersofdefaultparams in include/svx..unotoolsNoel Grandin 2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara 2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-09loplugin:constantparam in svxNoel Grandin 2016-09-01loplugin:countusersofdefaultparamsNoel Grandin 2016-08-30convert RECT_POINT to scoped enumNoel Grandin 2016-08-25convert SvxAnchorIds to scoped enumNoel Grandin 2016-03-17loplugin:constantparam in sfx2Noel Grandin 2016-03-17loplugin:constantparam in svxNoel Grandin 2016-03-09loplugin:constantparam in sfx2Noel Grandin 2016-03-09loplugin:constantparam in svxNoel Grandin 2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin 2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin 2015-12-23loplugin:unusedfields in cuiNoel Grandin 2015-12-09unnecessary nResId argumentCaolán McNamara 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-26convert Link<> to typedNoel Grandin 2015-09-25convert Link<> to typedNoel Grandin 2015-09-25convert Link<> to typedNoel Grandin 2015-09-25convert Link<> to typedNoel Grandin 2015-09-25convert Link<> to typedNoel Grandin 2015-09-25convert Link<> to typedNoel Grandin 2015-09-22convert Link<> to typedNoel Grandin 2015-07-16loplugin:unusedmethods svxNoel Grandin 2015-07-16loplugin:unusedmethods sfx2Noel Grandin 2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin 2015-04-30Gradually typed LinkStephan Bergmann 2015-04-29convert ZOOMBTN constants to scoped enumNoel Grandin 2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks 2015-03-04V813: Decreased performanceCaolán McNamara 2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand