Commit graph

441610 commits

Author SHA1 Message Date
Tor Lillqvist
6655939884 Makefile comments need to start in the first column
This "comment" was actually interpreted as a shell command. Sure, the
"command" was a comment in shell, too, but still, quite pointless to
run it.

Change-Id: If5abeabb1c10d62fa90dcdaf81b3b54af958ba62
Reviewed-on: https://gerrit.libreoffice.org/79292
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
(cherry picked from commit d7cbe885da)
2019-10-07 15:34:49 +03:00
Tor Lillqvist
e3444ff546 Avoid dialog headings showing up as some serif font in the iOS app
Apparently the use of [UIFont systemFontOfSize:10] familyName] to get
a default font family name is a bad idea. Presumably the return value
from this, ".SF UI Text", is matched against the list of font family
names enumerated from the system. (The "SF" apparently stands for "San
Francisco".) That ".SF UI Text" is not among them, so maybe vcl
chooses some arbitrary other font instead that happens to be a serif
one? If we instead use "Helvetica", at least we get a sans-serif font,
even if it doesn't match the system UI font exactly.

Change-Id: I7ff39d8e7893ce3c27f3f12d227f87209bbc7952
(cherry picked from commit 685e91a7ae)
Reviewed-on: https://gerrit.libreoffice.org/79196
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
(cherry picked from commit ba9f91a909)
2019-10-07 15:28:48 +03:00
Mike Kaganski
c6ff059c74 InsertQuote can be const
Change-Id: I57b50e72b68b71406d1745304d24b52d75b3d082
Reviewed-on: https://gerrit.libreoffice.org/80342
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2019-10-07 14:21:26 +02:00
Tor Lillqvist
bb59923408 Bin pointless nested #if HAVE_FEATURE_AVMEDIA
Change-Id: Id36265c5bd50d95105e3abf37e999aba80b4712c
2019-10-07 15:14:02 +03:00
Tor Lillqvist
a1ed2eccb0 Some !HAVE_FEATURE_AVMEDIA fallout
Change-Id: Ie7c2f75ec66ae4c1f8dc49075624617c294cbc25
Reviewed-on: https://gerrit.libreoffice.org/62945
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/79131
2019-10-07 15:13:11 +03:00
Tor Lillqvist
3ca88ff9d8 Revert "We need UNO components from libmswordlo.a"
Nah. We already have
com_sun_star_comp_Writer_DocxExport_get_implementation as it is called
in this branch.

This reverts commit 98deb6e96f.

Change-Id: Ic5db66420db9ef2477df8d9905ba3525f3b57e5b
Reviewed-on: https://gerrit.libreoffice.org/79010
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
(cherry picked from commit cb61889e87)
2019-10-07 15:10:06 +03:00
Tor Lillqvist
dd49483be3 Use correct directory for some data files on iOS: share/filter, not filter
Change-Id: Idd7d675872b73454d78576ed231fe90644dbe4c5
Reviewed-on: https://gerrit.libreoffice.org/78142
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/78999
2019-10-07 15:02:01 +03:00
Tor Lillqvist
897fd43b9b We need UNO components from libmswordlo.a
They are needed for .docx and .rtf export at least. No idea how we
have managed without it previously.

Change-Id: Iff9224f92520e19d9baa691a9e7cd3c944004eed
Reviewed-on: https://gerrit.libreoffice.org/78125
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
(cherry picked from commit 1a0bd0c691)
Reviewed-on: https://gerrit.libreoffice.org/78996
(cherry picked from commit 98deb6e96f)
2019-10-07 14:58:06 +03:00
Tor Lillqvist
c6a822790d tdf#126964: Set background colours to white in IosSalFrame::UpdateSettings()
Change-Id: I92110a7a501571d7fd707dc33502ff553f02ae5e
Reviewed-on: https://gerrit.libreoffice.org/77823
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
(cherry picked from commit e84c42ee32)
Reviewed-on: https://gerrit.libreoffice.org/78994
(cherry picked from commit 1e7a3f8232)
2019-10-07 14:55:56 +03:00
Tor Lillqvist
ff2b566722 Add the guesslang component (to apps) in case it is essential
(I saw warnings about it missing in the iOS app.)

Change-Id: Ib286b107e529e80ec36ffb87059f4f5923867abe
Reviewed-on: https://gerrit.libreoffice.org/77399
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
2019-10-07 14:49:46 +03:00
Tor Lillqvist
cce10f9a7d Add libexttextcat, needed by the guesslang component
Change-Id: Id13ddee66a70d8cd293940f7eea8597257d169c5
Reviewed-on: https://gerrit.libreoffice.org/77398
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
(cherry picked from commit aa0b785946)
2019-10-07 14:47:14 +03:00
Caolán McNamara
436157be7b DialogClosed doesn't exist
Change-Id: I3f098cf0b364abb1423b5cecb8cca763f053fa4b
Reviewed-on: https://gerrit.libreoffice.org/80336
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-07 13:45:36 +02:00
Stephan Bergmann
e718cadf1c Remove unnecessary(?) memset
...that was there ever since 7b0b5cdfee "initial
import", while 2e93541d00 "Resolves: fdo#69220
crash in doc (ww6)" introduced a WW8PLCFxDesc default ctor that initializes all
members (even though it initializes some of them to non-zero, but lets assume
that that doesn't matter here).

Change-Id: I21a75675d59ded81ccb17397f8c464efdfc3d78f
Reviewed-on: https://gerrit.libreoffice.org/80316
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-07 12:52:10 +02:00
Caolán McNamara
911282cfbb cid#1454631 Logically dead code
Change-Id: Ie2850a38db3d2e343d9fc19e245eb97238196110
Reviewed-on: https://gerrit.libreoffice.org/80339
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-07 12:48:39 +02:00
Caolán McNamara
0c63e74737 openssl 1.0.2t
Change-Id: Ideb980a07632e75e2bc7fffa851b8419e727c13b
Reviewed-on: https://gerrit.libreoffice.org/80340
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-07 12:48:23 +02:00
Marco Cecchetti
86c180a119 lok: comments: fix hidden text cursor and sudden document scroll
On Android, SwAnnotationWin::Rescale leads to invoke
ImpEditEngine::UpdateViews which hides the text cursor. Moreover it
causes sudden document scroll when modifying a commented text.
Not clear the root cause, anyway skipping this method fixes the
problem, and there should be no side effect, since the client has
disabled annotations rendering.

Change-Id: I572a9c6b3fe39473a596209413945d777bd79506
Reviewed-on: https://gerrit.libreoffice.org/80244
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2019-10-07 12:48:20 +02:00
Balazs Varga
111c260ab2 tdf#127777 OOXML chart export: fix "CrossBetween" for not imported charts
Newly created or ODF charts were still exported incorrectly, because
ShiftedCategoryPosition was stored in the view code. Now it is removed
to the model using ChartTypeTemplate::adaptScales.

See also commit 6027ec08fd 'tdf#127777
OOXML chart export: fix X axis position setting "CrossBetween"'

Change-Id: I7cd69e311833bf9f24f3a600ee7c6312285a7738
Reviewed-on: https://gerrit.libreoffice.org/80160
Reviewed-by: László Németh <nemeth@numbertext.org>
Tested-by: László Németh <nemeth@numbertext.org>
2019-10-07 12:36:28 +02:00
Caolán McNamara
0a3704d172 cid#1454632 silence Uncaught exception
Change-Id: I577cfdfde9076a3c6273c9af1f0b35108a0a0160
Reviewed-on: https://gerrit.libreoffice.org/80338
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-07 12:30:59 +02:00
Miklos Vajna
e424a2b0ee sw: fix Android build
/home/vmiklos/git/libreoffice/master-android/sw/source/core/txtnode/txtedt.cxx:1203:41: error: loop variable 'rImplicitChange' has type 'const std::pair<int, int> &' but is initialized with type 'std::__ndk1::pair<long, long>' resulting in a copy [-Werror,-Wrange-loop-analysis]

Just use auto, the copy that was happening here was not intentional.

Change-Id: I2f98519f7891bd52ccf560ba0707ad8eef415e06
Reviewed-on: https://gerrit.libreoffice.org/80364
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-10-07 12:14:37 +02:00
Caolán McNamara
ebcaefe7d7 [DECL|IMPL]_ABSTDLG_BASE now unused
Change-Id: I111d96da3615f5084f10b4e81dd10bc559c29757
Reviewed-on: https://gerrit.libreoffice.org/80335
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-07 11:44:58 +02:00
Andrea Gelmini
fcb96565f0 Fix typo
Change-Id: Ice72d00eb402a291f9a9e262a582493e316864fc
Reviewed-on: https://gerrit.libreoffice.org/80358
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
2019-10-07 11:42:26 +02:00
Miklos Vajna
751a89b9d1 vcl: fix Android build
UNX is defined for Android. Other code in the same file has guards like:

	#if !defined(ANDROID) && !defined(IOS)

but this is already in an

	#ifndef IOS

block, so just check for ANDROID.

Change-Id: I73f92ef5702ec1f1385e2ffa0ea3dbedf7d3b6a2
2019-10-07 10:36:31 +02:00
Noel Grandin
8f6f9e4217 tdf#127958 crash adding 2 or more files into writer master document
clean up the memory management here, the SfxMedium wants to own the
passed-in SfxItemSet

Change-Id: I1bafa520ca7b833c4d2df7593649c3720c46e2ce
Reviewed-on: https://gerrit.libreoffice.org/80332
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-10-07 10:28:03 +02:00
Caolán McNamara
46c90ca5f9 cid#1454634 silence Unchecked return value
Change-Id: Ica5c87b1b217716d2522dd5b97ca73d8748d5f48
Reviewed-on: https://gerrit.libreoffice.org/80330
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-07 09:52:59 +02:00
Caolán McNamara
e5c67f7143 cid#1454626 Uninitialized scalar field
Change-Id: I953bf3828cf3c5df5335dbc9b1ee2142aff4047b
Reviewed-on: https://gerrit.libreoffice.org/80329
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-07 09:52:47 +02:00
Noel Grandin
4390041224 enable -Wrange-loop-analysis on clang
Change-Id: I2095308943c94ad16c110d5fac47715398eb5d39
Reviewed-on: https://gerrit.libreoffice.org/80187
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-10-07 09:42:23 +02:00
Justin Luth
875793d841 related tdf#99602 writerfilter TODO: subscript - use ParaStyle fontsize
The existing code handled two situations:
1.) if both position(escapement) and fontsize set via direct properties
2.) if fontsize came from the document default properties.

That misses both paragraph style fontsize (very common)
and character style fontsize.  This patch adds checking for
the paragraph style's fontsize.

Change-Id: I25312cd4544cfd1be09b21c96a270cb05e4f5b8f
Reviewed-on: https://gerrit.libreoffice.org/80179
Reviewed-by: Justin Luth <justin_luth@sil.org>
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-10-07 09:28:25 +02:00
Miklos Vajna
a4b255ecda sw: prefix members of SwElemItem
See tdf#94879 for motivation.

Change-Id: I54473674ff0e8928249059efdfb06f90ab7d2ad1
Reviewed-on: https://gerrit.libreoffice.org/80331
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2019-10-07 09:24:40 +02:00
Julien Nabet
52cda5c5ae Fix FIXME in swcache.hxx
by getting rid of useless IsAvail() function

Change-Id: I7c3bbf74a9ef3aaa792936ef2b4887021226dd2a
Reviewed-on: https://gerrit.libreoffice.org/80327
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-10-07 07:51:29 +02:00
Caolán McNamara
b03c6bc011 fix android build
Change-Id: Ied0e3affd81ea6072d1852dac73ef08f96760271
Reviewed-on: https://gerrit.libreoffice.org/80328
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-06 22:35:46 +02:00
Caolán McNamara
48595c805d Related: tdf#127935 set default activate handler to toggle row expansion
Change-Id: I2bbfb1445b8d2e748f642cdf4723d41b7f072e2b
Reviewed-on: https://gerrit.libreoffice.org/80305
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-06 22:14:17 +02:00
Noel Grandin
4b28b77edd we can use Span for the cache key here
Change-Id: I77894e3c5e3d68cb2a12abcc0b09f2c042664ba0
Reviewed-on: https://gerrit.libreoffice.org/80315
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-10-06 18:51:37 +02:00
Noel Grandin
0a6b9df8c8 convert equals() to operator== in xmlreader::Span
Change-Id: Ic6a8eae344c06be87e2bc4bf7f242a2d18ebc8ad
Reviewed-on: https://gerrit.libreoffice.org/80312
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-10-06 17:06:53 +02:00
Luboš Luňák
3e5d4ecbde the PCH in compilerplugins should also depend on the Makefile
Otherwise it may not get rebuilt in Jenkins when flags in the Makefile
change.

Change-Id: I9a06c5bbfd4af2714497c5658d8c523a6c929f68
Reviewed-on: https://gerrit.libreoffice.org/80318
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2019-10-06 16:57:34 +02:00
Luboš Luňák
1cccad3dd2 replace throw with abort
There is nothing catching the exception anyway, and this fails
to compile if compiling the plugin with Clang's CXXFLAGS (which
include -fno-exceptions).

Change-Id: Iad9316ad9613e4fd66d0e5a16fd71bbb8066cc2b
Reviewed-on: https://gerrit.libreoffice.org/80299
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2019-10-06 16:57:23 +02:00
Dennis Schridde
cb060c2fe9 tdf#124456: Make Ant configure.ac check more robust
Change-Id: Iee16dd23c7881756663e8b6a67e4391186a6e430
See-Also: https://bugs.gentoo.org/682156
Reviewed-on: https://gerrit.libreoffice.org/80233
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-06 12:08:10 +02:00
Stephan Bergmann
ac87cfdf26 Replace SystemEnvData pToolkit/pPlatformName strings with enums
(and streamline those data members' names)

Change-Id: Ifdd596c7a54dd507045d412c30b463468c2f798b
Reviewed-on: https://gerrit.libreoffice.org/80313
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-06 12:05:28 +02:00
Noel Grandin
6a789e617e improve SfxPoolItem operator== implementations
(*) make them all call the superclass operator==
(*) make the base class check which and typeid to ensure
we are only comparing the safe subclasses together
(*) remove a couple of operator== that were not doing
anything useful

Change-Id: Ia6234aed42df04157a5d6a323dc951916a9cb316
Reviewed-on: https://gerrit.libreoffice.org/80308
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-10-06 11:58:50 +02:00
Stephan Bergmann
070b3a848d SystemEnvData::nSize is no longer read and can be removed
...since 5926b22b5d "The SystemEnvData passed into
the canvas factories appears to be unused".  (And the user-provided SvpSalObject
ctor can be removed, at which point the use in SvpSalInstance::CreateObject
should be written without "()" to avoid loplugin:subtlezeroinit.

Change-Id: I4392fa2d697b29c814d7b577a7b1f8c984c05e70
Reviewed-on: https://gerrit.libreoffice.org/80298
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-06 09:13:47 +02:00
Julien Nabet
def0096124 Optimize getNamespaceId (xmlreader)
Adding a map to cache values allows me
20s -> 13s to start LO

Change-Id: If343225def253e29696b96f223cdcb54d0d8525d
Reviewed-on: https://gerrit.libreoffice.org/80290
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-10-06 00:28:13 +02:00
Kohei Yoshida
892851fe0c Update git submodules
* Update helpcontent2 from branch 'master'
  - XML Source is no longer an experimental feature.
    
    See abb6ee1d2a0f40a4a29c60fb0c71c5644294d658 in the core repository.
    
    Change-Id: I486931b9519200a922bd82dfb051c1500ada12d0
    Reviewed-on: https://gerrit.libreoffice.org/80309
    Tested-by: Jenkins
    Reviewed-by: Andras Timar <andras.timar@collabora.com>
2019-10-05 21:53:51 +02:00
Caolán McNamara
f9877e1e9a ofz#17212 Floating point exception
deploy a workaround, bug logged against boost as:
https://github.com/boostorg/boost/issues/335

Change-Id: I9791133e926dd474ddc5960a33fd90592ce3dcb3
Reviewed-on: https://gerrit.libreoffice.org/80304
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-05 21:29:38 +02:00
Kohei Yoshida
20a1904945 Let's bring XML Source out of the list of experimental features.
Change-Id: I872a047fe3791253aa52b19d544fb5f26ff22f9d
Reviewed-on: https://gerrit.libreoffice.org/80296
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
2019-10-05 21:19:58 +02:00
Caolán McNamara
368195c066 only MultiLineEditSyntaxHighlight uses UpdateData
and only the VclMultiLineEdit one which hides the Edit one so remove the unused
Edit UpdataData related functions leaving the VclMultiLineEdit set

Change-Id: Icd9a633d28907b3e5a3d52771b31574984e64d92
Reviewed-on: https://gerrit.libreoffice.org/80228
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-05 20:13:45 +02:00
Caolán McNamara
8fe484a989 FileControl can be private inside svtools
Change-Id: I52edd5166edc9aceeafffed898835fe5bc46880c
Reviewed-on: https://gerrit.libreoffice.org/80232
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-05 19:51:20 +02:00
Caolán McNamara
9be58fddb9 Resolves: tdf#127946 pass in argument for dialog parent
Change-Id: If1e8339277cedf2577934246a568ecc869355a9e
Reviewed-on: https://gerrit.libreoffice.org/80291
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-05 19:16:34 +02:00
Stephan Bergmann
5926b22b5d The SystemEnvData passed into the canvas factories appears to be unused
It was passed in as aArg[1] ever since d551190e83
"INTEGRATION: CWS canvas05", but I can't find any current use of that specific
argument in canvas/source/ (assuming that all the factories are implemented
there), nor can I find any trace in the git history of it ever havig been used.

That means that Window::GetSystemDataAny is unused now and can be removed.

Change-Id: I16efe548afb5cc3e0606cffea135f7e6674d5def
Reviewed-on: https://gerrit.libreoffice.org/80295
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-05 18:31:20 +02:00
Jim Raykowski
623c0cff75 tdf#127935 Make double click expand/collapse entry in option tree
Also makes keyboard use to expand/collapse work

Change-Id: I5b9d065ebe4a612ebe9658feb9ff71c504de7982
Reviewed-on: https://gerrit.libreoffice.org/80173
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-05 16:16:48 +02:00
Caolán McNamara
588dceaa38 don't need button.hxx here
Change-Id: I6c3225e28a05633fb68d5a08e2134c1251308717
Reviewed-on: https://gerrit.libreoffice.org/80231
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-05 16:13:22 +02:00
Caolán McNamara
76c5f33e65 move file picker only code to fpicker
Change-Id: I47cc2cb7db396a06a2abeffe4a5d40a039f21c58
Reviewed-on: https://gerrit.libreoffice.org/80222
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-05 16:06:59 +02:00