From 836c61ab1c52b1833d12aa8745594b11111a83a2 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 12 Jul 2012 14:42:14 +0200 Subject: fdo#51278 bump version to force update of package cache Change-Id: Ia33f9ef485fef1610b91df9895e6ac805cde0360 --- reportbuilder/util/description.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reportbuilder') diff --git a/reportbuilder/util/description.xml b/reportbuilder/util/description.xml index 131793ac90a9..13e1c720aa50 100644 --- a/reportbuilder/util/description.xml +++ b/reportbuilder/util/description.xml @@ -5,7 +5,7 @@ Report Builder - + -- cgit alue='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-09-21 07:31:33 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-09-21 07:32:32 +0200
commitc916152d8562cab868d4c522748ac30029fad179 (patch)
tree5cc3bc0b9b007749c28e97b505823b96b1483b5f /desktop
parent32f419fee5f9df4facb7a9b3ec910471d2a20247 (diff)
tdf#92521 DOCX export: handle section break right after a table
DocxAttributeOutput::SectionBreaks() previously only handled the text-text and text-table node transitions; implement support for table-text to avoid loosing a page break on export for the bugdoc. (View this commit with whitespace ignored to filter out the noise about SectionBreaks() now accepting non-text nodes, too.) Change-Id: Ie8a1575374a207399351635bda8c0c076ce7268d phan Bergmann 2016-02-26cxxabi.h is not specific to GCCStephan Bergmann 2016-02-22include breakpad into the buildMarkus Mohrhard 2016-02-19move dbus config into its own config headerCaolán McNamara 2016-02-19move gio config into its own separate config headerCaolán McNamara 2016-01-07Fix typosAndrea Gelmini 2015-12-17do not require newest libe-book for buildDavid Tardon 2015-12-17do not require newest libwps for buildDavid Tardon 2015-12-17do not require newest libmwaw for buildDavid Tardon 2015-12-17do not require newest libetonyek for buildDavid Tardon 2015-12-17allow to skip import tests based on library versionDavid Tardon 2015-11-24Bin outdated #if and unnecessary <config_mingw.h>Tor Lillqvist 2015-11-23Change comment to match realityTor Lillqvist 2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann 2015-10-14Pass ENABLE_LIBLANGTAG into code via config_liblangtag.hStephan Bergmann 2015-10-12HAVE_CXX11_PERFECT_FORWARDING is required on all supported toolchainsStephan Bergmann 2015-10-12HAVE_CXX11_FINAL is required on all supported toolchainsStephan Bergmann 2015-10-12HAVE_CXX11_OVERRIDE is required on all supported toolchainsStephan Bergmann 2015-10-12HAVE_CXX11_DELETE is required on all supported toolchainsStephan Bergmann 2015-09-30Avoid unhelpful -Wunused-variableStephan Bergmann 2015-09-30Fix typosAndrea Gelmini /sax/source?h=private/tml/lov-7.0.4&id=89dd6ff111059cdfd254cc63087bb5353e9a416f'>ofz#3769 Integer-overflowCaolán McNamara 2017-10-23loplugin:includeform: saxStephan Bergmann 2017-10-23overload std::hash for OUString and OStringNoel Grandin 2017-10-04add << operator for css::uno::ExceptionNoel Grandin 2017-09-18allow events to accumulate past limit if an exception is pendingCaolán McNamara 2017-09-17protect against short fileCaolán McNamara 2017-09-17ofz: string has to be at least 5 chars longCaolán McNamara 2017-09-16ofz: leak on fdo72541-1.fodtCaolán McNamara 2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann 2017-09-13sax: allow some debug logging in FastParserMichael Stahl 2017-09-12clang-tidy modernize-use-emplace in package..saxNoel Grandin