Commit Graph

413136 Commits

Author SHA1 Message Date
Caolán McNamara
4ca1713293 ofz#3445 exception thrown through XMLImpRubyContext_Impl dtor
#0 in __cxa_throw () at /lib64/libstdc++.so.6
 #1 in SwXFootnote::createTextCursorByRange(com::sun::uno::Reference<com::sun::text::XTextRange> const&) (this=0xa21ef0, xTextPosition=uno::Reference to (SwXTextRange *) 0xa18cd8) at core/sw/source/core/unocore/unoftn.cxx:459
 #2 in XMLImpRubyContext_Impl::~XMLImpRubyContext_Impl() (this=0xa18bf0, __in_chrg=<optimized out>)
    core/xmloff/source/text/txtparai.cxx:641
 #3 in XMLImpRubyContext_Impl::~XMLImpRubyContext_Impl() (this=0xa18bf0, __in_chrg=<optimized out>)
    core/xmloff/source/text/txtparai.cxx:646
 #4 in cppu::OWeakObject::release() (this=0xa18bf0) at core/cppuhelper/source/weak.cxx:232

Change-Id: I071dc65751724f96b2386dea4f26a6ef476f4ef6
Reviewed-on: https://gerrit.libreoffice.org/42551
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-21 15:03:17 +02:00
Stephan Bergmann
cb14175ee3 More missing GetSelectEntryPos -> GetSelectedEntryPos
Change-Id: I0c59eac4d0bca2d0a086b9e319dcb50bc6a15b8e
2017-09-21 14:44:02 +02:00
Miklos Vajna
39e75be271 EPUB export: add uno command to bypass options dialog
Similarly how this is possible with PDF. The toolbar button is hidden by
default in Writer, though.

Change-Id: Iaf3b61ac2160578f7eaabd194ce8932792575c29
Reviewed-on: https://gerrit.libreoffice.org/42554
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
2017-09-21 14:39:02 +02:00
Caolán McNamara
917bcea4b4 bump hunspell to 1.6.2
Change-Id: I91d4d58f2b8ba69067de1d08476a8cebbb780535
Reviewed-on: https://gerrit.libreoffice.org/42555
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-21 14:30:34 +02:00
Olivier Hallot
3c543f87d9 Updated core
Project: help  c25389900adcc9915010b1867aa37e691ea05a62

tdf#108090 Clarify array separators in help pages

Change-Id: I60ddea24020d5775a373b1a06b1bdfa8f33d3c5d
Reviewed-on: https://gerrit.libreoffice.org/42571
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-09-21 14:30:01 +02:00
Adolfo Jayme Barrientos
82a4a600a6 Updated core
Project: help  aaf3eadc2accd171b57f13d013f9adf526651171

Helponline: Override the “normalizer” rule messing with line height

Otherwise, the body text looks cramped.

Change-Id: I4bf6a8b714a243c5de333f46c4249e1c51060f50
Reviewed-on: https://gerrit.libreoffice.org/42222
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-09-21 14:28:23 +02:00
Stephan Bergmann
510a146ab6 Missing GetSelectEntryPos -> GetSelectedEntryPos
Change-Id: I353f64553ed5968e504d6f0c2a11131df8e2fc56
2017-09-21 14:19:36 +02:00
jan Iversen
0dedbd2040 iOS, change bridges to 64bit and reduce
Changed __i386 to not __arm64
iOS either compiles for arm64 (production) or x86_64 (simulator)

add common parts to cpp2uno and uno2cpp

Change-Id: I059f3cc23bb658d6d53dbf2bf4aa6634eeac9662
2017-09-21 14:08:16 +02:00
Noel Grandin
079525b21f fix 'make solenv' test failure on clang-3.8
clang-3.8 and clang trunk differ in how they represent ranged-for
which leads to a test failure

Change-Id: Ia8965802260fdc946d3a705c6fef82d98eeb8230
2017-09-21 13:56:09 +02:00
Stephan Bergmann
fafeedc865 Fix creation of array clone
The original code caused ClassCastException when the return value of toArray()
was actually of type Object[] instead of Statement[].

Change-Id: I6cd451404b7bd22a9a0c3490b6982cc38e79d1b2
2017-09-21 13:49:26 +02:00
Christian Lohmaier
f000bb2a23 blank doesn't take any effect anymore. remove it from android's fonts.conf
Change-Id: I387ceac08ec5f78686cacd90f897c7c12758ae5d
2017-09-21 13:14:55 +02:00
Stephan Bergmann
d3040663f0 Clean up construction of one non-ASCII-literal OUString
...in preparation of a change coming there soon

Change-Id: I8861dbd47d0e514cd1c5dc0bb978724ae687f01c
2017-09-21 13:07:59 +02:00
Samuel Mehrbrodt
d99b65c864 Rename GetSelectEntryPos -> GetSelectedEntryPos
Change-Id: I0bd4cb463575af843c72d9c8aaf91742203532a4
Reviewed-on: https://gerrit.libreoffice.org/42283
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-09-21 12:45:38 +02:00
Samuel Mehrbrodt
b649e5bf1d Rename GetSelectEntry -> GetSelectedEntry
Change-Id: Ibb7d8c59c0e61b0e87455bd78f241d8691dd9dce
Reviewed-on: https://gerrit.libreoffice.org/42282
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-09-21 12:44:00 +02:00
Jan-Marek Glogowski
06ce312f79 Workaround static Task destruction error
A task has to get the SchedulerLock to remove itself from the
Scheduler list. This doesn't work, if the Task is static, as the
static Scheduler might be destroyed earlier. In this case we fail
with the following backtrace:

 #0 SchedulerMutex::acquire
 #1 Task::~Task
 #2 __run_exit_handlers

Thanks to Michael Stahl to catching this backtrace.

As a workaround this marks static tasks, so they ignore the
SchedulerMutex in the destructor, We also mark all scheduled Tasks
as "static" in DeInitScheduler, as their cleanup was already done.

In the end all Tasks should be removed from static objects.

Change-Id: I38be3206378b9449193efaccbc96896ac8de9478
Reviewed-on: https://gerrit.libreoffice.org/42574
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2017-09-21 12:02:49 +02:00
Miklos Vajna
1cfcbf3573 xmlsecurity: hold SignatureCreatorImpl by rtl::Reference
Not going via UNO means explicit interface casting can be avoided.

Change-Id: I4fa2db810cade787913bca222530405d8d2eb6a9
Reviewed-on: https://gerrit.libreoffice.org/42573
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-09-21 11:43:52 +02:00
Noel Grandin
33725d5be1 attempt to fix android build
Change-Id: Ie3eede03b90db272d70e7cb383c7a69d9db0f2ae
2017-09-21 11:31:50 +02:00
Caolán McNamara
d430865f35 nothing to see here, move along
Change-Id: I1dc03bb80562c4234e8a44bca0253dd3041a5151
2017-09-21 09:36:26 +01:00
Noel Grandin
e8b5ec6590 loplugin:unusedfields, fix var taking ref
Change-Id: I0ea1f0c7488c140fca9f64de326c6ac588ece925
2017-09-21 10:01:43 +02:00
Damjan Jovanovic
d6e8e522a3 Fix a typo in the XServiceInfo implementation
for main/connectivity/source/sdbcx/VIndexColumn.cxx.

It's implementation/service names are com.sun.star.sdbcx.VIndexColumn and
com.sun.star.sdbcx.IndexColumn, not com.sun.star.sdbcx.VIndex and
com.sun.star.sdbcx.Index.

Patch by: me

(cherry picked from commit d2f0e14de2a52180ed84c0402e47a0de16589203)

Change-Id: Ie8a8bead7f7b5dd2c655603a7355bc0b2678ef7e
Reviewed-on: https://gerrit.libreoffice.org/42534
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-21 09:58:26 +02:00
Caolán McNamara
309c78fcf2 ofz#2881 avoid oom
Change-Id: I1fa816bac5563503b9a4cc142bf3ec5d35ef0fbd
Reviewed-on: https://gerrit.libreoffice.org/42536
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-21 09:56:45 +02:00
Caolán McNamara
4e302884ce add fods fuzzer
Change-Id: I3cc5a0d8bb24dd33b63ed82866a4acfb7a2dd043
Reviewed-on: https://gerrit.libreoffice.org/42459
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-21 09:55:44 +02:00
Caolán McNamara
81c7311609 ScXMLImport dtor deleted pSolarMutex before SvXMLImport dtor is called
so if there are still ScXMLDatabaseRangesContext on the import stack,
i.e. exception thrown during ScXMLDatabaseRanges import, then
stuff crashes

=================================================================
==23249==ERROR: AddressSanitizer: heap-use-after-free
READ of size 8 at 0x6020001c3190 thread T0
    SolarMutexGuard::~SolarMutexGuard() /src/libreoffice/include/vcl/svapp.hxx:1420:9
    ScXMLImport::UnlockSolarMutex() /src/libreoffice/sc/source/filter/xml/xmlimprt.cxx:1916:13
    ScXMLDatabaseRangesContext::~ScXMLDatabaseRangesContext() /src/libreoffice/sc/source/filter/xml/xmldrani.cxx:64:19
    ScXMLDatabaseRangesContext::~ScXMLDatabaseRangesContext() /src/libreoffice/sc/source/filter/xml/xmldrani.cxx:63:1
    destroy /usr/local/bin/../include/c++/v1/memory:1838:64
    __destroy<rtl::Reference<SvXMLImportContext> > /usr/local/bin/../include/c++/v1/memory:1706
    destroy<rtl::Reference<SvXMLImportContext> > /usr/local/bin/../include/c++/v1/memory:1574
    std::__1::deque<rtl::Reference<SvXMLImportContext>, std::__1::allocator<rtl::Reference<SvXMLImportContext> > >::pop_back() /usr/local/bin/../include/c++/v1/deque:2604
    pop /usr/local/bin/../include/c++/v1/stack:212:19
    SvXMLImport::~SvXMLImport() /src/libreoffice/xmloff/source/core/xmlimp.cxx:418
    ScXMLImport::~ScXMLImport() /src/libreoffice/sc/source/filter/xml/xmlimprt.cxx:769:1

freed by thread T0 here:
    #0 0x6164a0 in operator delete(void*) /src/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:126
    #1 0x6254e3 in ScXMLImport::~ScXMLImport() /src/libreoffice/sc/source/filter/xml/xmlimprt.cxx:787:5
    #2 0x6259cc in ScXMLImport::~ScXMLImport() /src/libreoffice/sc/source/filter/xml/xmlimprt.cxx:769:1

Change-Id: Ia72284f99e2e2efe4f1f9e57b1483c0f1333274d
Reviewed-on: https://gerrit.libreoffice.org/42502
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-21 09:54:22 +02:00
Caolán McNamara
ca09ee972c restore zero init of mpGroupLevel members
since...

commit 19b34f615c
Date:   Fri Jul 7 15:58:40 2017 +0200

    loplugin:useuniqueptr in filter

originally
-    mpGroupLevel = new sal_uInt32[CGM_OUTACT_MAX_GROUP_LEVEL] ();

and turn this into a tidy member init list

Change-Id: Ic3f012b348cfa4f4f30da678fd6bfc172d22e693
Reviewed-on: https://gerrit.libreoffice.org/42465
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-21 09:53:49 +02:00
Caolán McNamara
c66cd02786 ofz#2869 avoid oom with bmp rle images
and to the sanity checks on remaining data size *after*
the seek to the offset, which requires moving the read
of the palette to remain before that seek

Change-Id: I687a79fb3f109556c1a7aaa9423f77a1eb98a3cf
Reviewed-on: https://gerrit.libreoffice.org/42461
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-21 09:52:48 +02:00
Tomaž Vajngerl
71ee09947d TSCP: add advanced classification dialog
This adds a advanced classification dialog, which enables the user
to manually construct a header/footer message from classification
properties in cases where the user needs more control. All the
text is inserted as fields into the end document and can be changed
by changing the document properties. The simple classification
still functions as it did before, which is what most users will
want to use in this case.

The BAF policy has been extended with new xml extension elements:
- loext:Marking
- loext:IntellectualPropertyPart
- loext:IntellectualPropertyPartNumber

They are used to fill the values in the advanced classification
dialog.

Change-Id: Ie2d638d69b8a9b0799cff9c2b785eb789f8af1d5
Reviewed-on: https://gerrit.libreoffice.org/42474
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2017-09-21 09:49:12 +02:00
Samuel Mehrbrodt
f22ad61038 lint-ui: Error when label contains a colon
Change-Id: I6c71db450fdd41c83e4b4b3e6dff9719a42ef2d8
Reviewed-on: https://gerrit.libreoffice.org/42520
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-09-21 09:28:12 +02:00
Tor Lillqvist
f28db21687 WaE: -Wunused-variable
Change-Id: I6bcc39cd749f8cdbe550b94346c5cb8fd9f67097
2017-09-21 10:19:08 +03:00
andreas kainz
6a4681b1d3 update calc notebookbar styles drop down and context-EditCell fix
Change-Id: Iaa3242120f250fb75946c8c3c448364a54203db8
Reviewed-on: https://gerrit.libreoffice.org/42342
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
2017-09-21 09:16:45 +02:00
Gabor Kelemen
50a210d48b tdf#105000, related tdf#80196: Make new color names translatable
by moving the percentage to the end of the color names.
Otherwise the code handling these would need more complexity.

Change-Id: I6d200f3b705606406ee7f00c71ecb3f0944d1223
Reviewed-on: https://gerrit.libreoffice.org/42570
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>
2017-09-21 09:15:32 +02:00
andreas kainz
fa03f36a02 show icons in impress menubar -> view
Change-Id: I2281df33c914094a797b9e2f05feab0adacc5724
Reviewed-on: https://gerrit.libreoffice.org/42506
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>
2017-09-21 09:15:09 +02:00
Jan-Marek Glogowski
9796f792fe tdf#99784 OSX run GUI stuff in the main thread
The extension manager starts dialogs from its own thread. But the
OSX backend currently doesn't defer these calls to the main thread.
This implements the deference by running the called function
in the main thread, using a code ^Block, and returning the result
via a SalYieldMutex member.

Change-Id: Id8977991e3eda91da27c23d8021e028d4f4cefe5
Reviewed-on: https://gerrit.libreoffice.org/42448
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2017-09-21 09:04:29 +02:00
Jochen Nitschke
4067487eb3 clang-tidy modernize-use-equals-default in basctl
to find unneeded explicit defined or default able
copy assignments and copy constructors.
Remove the default destructor if it's not needed.

Change-Id: I8c53a8622a53398889397132ec1f464e996ac49d
Reviewed-on: https://gerrit.libreoffice.org/42525
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-09-21 07:06:34 +02:00
Bjoern Michaelsen
4ac6a70524 inline lcl_ObjConnected and lcl_InHeaderOrFooter
- lcl_ObjConnected repeatedly fetched an invariant: pRoot
- lcl_InHeaderOrFooter just checked for FLY_AT_PAGE, which was never the
  case in the one client of the function

Change-Id: I38aa54d3d51f7dcdee015588a9043824a7703c5c
Reviewed-on: https://gerrit.libreoffice.org/42509
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
2017-09-21 00:06:00 +02:00
Michael Stahl
86f256596c tdf#112005 xmloff: ODF export: export embedded object text *first*
... before adding any attributes, so that the attributes don't
erroneously get added to the paragraph element.

Also fix the problem that if you set "ODF format version" to 1.1 or 1.2,
export asserts in SvXMLNamespaceMap::GetQNameByKey() because the "loext"
namespace isn't registered, and creates an invalid <p> element.

Change-Id: I637f9d3ff746d877ced480e35ef53f4545a06a4b
2017-09-20 23:11:21 +02:00
Stephan Bergmann
6c6e0149e0 Pass --with-macosx-version-min-required into external/curl
...which wants to take it from CFLAGS, otherwise defaults to 10.8

Change-Id: I1b086ee8abba1e4b46c67b6b4fe6a05c4ef7a3d8
2017-09-20 22:53:45 +02:00
Olivier Hallot
939436f03d Updated core
Project: help  73f7d3200315ff913d5880d6cc6e392e730c82ef

tdf#111083 Memory settings help page is gone too

Delete help pages related to memory settings in Options

Change-Id: Ifcb66ef4bf404b8e942bf44caa6072a01147ad22
Reviewed-on: https://gerrit.libreoffice.org/42563
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-09-20 22:49:09 +02:00
Marco A.G.Pinto
bd32399039 [pt_PT] Added 21 autocorrect words
Change-Id: Ib567a276fa81718b5d58363cae554196eafe37e3
Reviewed-on: https://gerrit.libreoffice.org/42524
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-09-20 22:38:57 +02:00
Olivier Hallot
5ae9fd0da1 Updated core
Project: help  3e535dfe206e106a7a06e39a8e9f5a7b6e5bc95c

Some better coding practice

use $() in bash script

Change-Id: Ia46e529bf2059a378b0f311ec2b6d5fc03e86f66
Reviewed-on: https://gerrit.libreoffice.org/42566
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-09-20 22:13:23 +02:00
Caolán McNamara
fde7e6fc0d improve scoping, etc
Change-Id: I3a4902b2954d500900062394d03a15aae5826e60
Reviewed-on: https://gerrit.libreoffice.org/42557
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-20 18:18:57 +02:00
Caolán McNamara
ffd6efb959 ofz#2298 don't reuse previous frame alpha is this frame has no alpha
Change-Id: Ie5a50e8aafdafdbeaa66f07e1f99bb7785e7ee64
Reviewed-on: https://gerrit.libreoffice.org/42550
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-20 17:30:54 +02:00
Caolán McNamara
ec010acad5 xAcc always exists at this point
Change-Id: Idea4b63bc8556ddd23c81385a050155b0e0012b3
Reviewed-on: https://gerrit.libreoffice.org/42549
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-20 17:30:02 +02:00
Caolán McNamara
6a92a855a0 convert to a vector
Change-Id: Ie8223d426a5a5411afb0cb55845e3086d234511c
Reviewed-on: https://gerrit.libreoffice.org/42548
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-20 17:28:37 +02:00
Eike Rathke
8e7196a56b Get the comments right
Change-Id: I936b22af55b4dae3c9352f4e1238a6351a03cb3d
Reviewed-on: https://gerrit.libreoffice.org/42553
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2017-09-20 17:27:12 +02:00
Caolán McNamara
917d0471d0 fix another memory leak
Change-Id: I3cb34e3efc1c071e556b7c30c1b97e4956e998af
Reviewed-on: https://gerrit.libreoffice.org/42544
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-20 17:25:54 +02:00
Caolán McNamara
d15109f745 repeat for StripOffsets
Change-Id: I87810b2ee99dc5fce12062e5ebdc97e294d38542
Reviewed-on: https://gerrit.libreoffice.org/42543
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-20 17:24:59 +02:00
Caolán McNamara
7c98711c5a use aStripOffsets.size instead of nNumStripOffsets
Change-Id: I5d4f65beb7162aabe51fb932c3aec6a4f9b55684
Reviewed-on: https://gerrit.libreoffice.org/42542
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-20 17:22:51 +02:00
Caolán McNamara
7b75cfe32d valgrind: leak of pStripOffsets
convert to std::vector, don't need pOldSO anymore then because
the original values are retained in aStripOffsets on resize

Change-Id: I9f82b0ca85eb174ba5f1f5a9e63be8eb32da5394
Reviewed-on: https://gerrit.libreoffice.org/42541
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-20 17:22:14 +02:00
Caolán McNamara
45fef37f2c ofz#3439: Direct-leak
Change-Id: I6949e9dc12738fdfc5b4099cf0680e606cada27b
Reviewed-on: https://gerrit.libreoffice.org/42537
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-09-20 17:20:27 +02:00
Stephan Bergmann
0d3bcf5763 Don't expand $(call gb_Executable_get_target,python) too early
Caused a clean 'make PythonTest_pyuno_pytests_ssl' to fail for me with
".../instdir/program/python.exe: No such file or directory" as the above
apparently expands to nothing at the time
solenv/gbuild/platform/com_MSC_class.mk is read.

Change-Id: I33ad8d8d0876dcec9b9cb02b71a9399d959cf660
2017-09-20 17:19:36 +02:00