# -*- 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_hsqldb)) $(eval $(call gb_Configuration_add_spool_modules,driver_hsqldb,connectivity/registry/hsqldb,\ org/openoffice/Office/DataAccess/Drivers-hsqldb.xcu \ )) $(eval $(call gb_Configuration_add_localized_datas,driver_hsqldb,connectivity/registry/hsqldb,\ org/openoffice/Office/DataAccess/Drivers.xcu \ )) # vim: set noet sw=4 ts=4: change='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print.cxx
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-11-26 16:39:17 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-12-04 05:01:50 -0600
commitef1b4c3a5ea6e70a3831d29133ca291aee89f177 (patch)
treeae5f00e2ef5a08d947d602756e45ab9a32ae5af3 /vcl/source/gdi/print.cxx
parent24657548a71355e1a087b87d725647793785daa9 (diff)
Device-specific font substitution is not used
This was only used for printer built in fonts, which was dropped in the previous commit. Change-Id: Iff62786284470ff3873c8d4b0aae0614bf69c7f3 Reviewed-on: https://gerrit.libreoffice.org/6859 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>