summaryrefslogtreecommitdiff
path: root/unoil/Jar_unoil.mk
blob: b0265c93f364e8f68d151606daed32fec28e7deb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- 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_Jar_Jar,unoil))

$(eval $(call gb_Jar_add_manifest_classpath,unoil, \
    libreoffice.jar \
))

# vim:set noet sw=4 ts=4:
authorManfred Blume <manfred.blume@cib.de>2018-01-25 15:46:57 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-01-26 23:53:30 +0100
commite4400f4c4e267f8528df3a7d5a09623c888bd10c (patch)
treede0febdde661e8f00d6ae5f46df286adf8df0501 /.gitattributes
parentced60a5fa7824caff07846d7dd8abad3c0f31b55 (diff)
tdf#114306 fix crash caused by special document
Regression from 18765b9fa739337d2d891513f6e2fb7c3ce23b50 chnage signature of static void lcl_RecalcRow( SwRowFrame& rRow, long nBottom ) to static void lcl_RecalcRow( SwRowFrame* pRow, long nBottom ) Change-Id: Ie00435aa4bffa3d2e49896aea6894ae999a5536a Reviewed-on: https://gerrit.libreoffice.org/48613 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>