# -*- 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_mysql)) $(eval $(call gb_Configuration_add_spool_modules,driver_mysql,connectivity/registry/mysql,\ org/openoffice/Office/DataAccess/Drivers-mysql.xcu \ )) $(eval $(call gb_Configuration_add_localized_datas,driver_mysql,connectivity/registry/mysql,\ org/openoffice/Office/DataAccess/Drivers.xcu \ )) # vim: set noet sw=4 ts=4: 58'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bin/distro-install-sdk
diff options
context:
space:
mode:
authorJürgen Schmidt <jsc@apache.org>2012-06-08 07:55:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-04-11 16:38:05 +0100
commit78285ba3e03911ec6481b909b1da18cbb2b5dd58 (patch)
tree2b7cc237ea91c3188987adb8aa0c3ac73a728c06 /bin/distro-install-sdk
parent8bd3be9915ff28458d010fc8f0a1a1ab66d730b0 (diff)
Resolves: #i119653# Crash after delete column(s) from chart's source table
It crashes after adjusting the table size. fix: Recorrect the logic of code in SwChartDataSequence::Dispose(), release the relationship inside. Patch By: Peng Chen Found By: yanji Review By: jsc (cherry picked from commit 3977937c2d96133c7d53c289cc9e218bb13095f4) Change-Id: I09e9c390527402e5f91031e7370910e93cf70fa7