office-gobmx/scp2
Naeil ZOUEIDI ba0a94a914 tdf#63913 fix Win explorer multi-select open unnamed docs bug
Multi-select explorer action on Windows defaults FILEOPEN 2 different
ODF file type documents as template - e.g. opening two different type
of files (ie : ODS & ODF) then doesn't keep the original filenames.

So now changing the open command for the different file extensions to
the same one "soffice.exe -o %1", will keep the names of the _2_ files
as they originally are when they are opened together.

Change-Id: I2cd5fcb046f294742e59f69b7bf2a897a6ce0c29
Reviewed-on: https://gerrit.libreoffice.org/36995
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-09-03 01:41:15 +02:00
..
inc
macros
source tdf#63913 fix Win explorer multi-select open unnamed docs bug 2017-09-03 01:41:15 +02:00
AutoInstall.mk
CustomTarget_langmacros.mk
InstallModule_activex.mk
InstallModule_base.mk
InstallModule_calc.mk
InstallModule_draw.mk
InstallModule_extensions.mk
InstallModule_gnome.mk
InstallModule_graphicfilter.mk
InstallModule_impress.mk
InstallModule_kde.mk
InstallModule_math.mk
InstallModule_onlineupdate.mk
InstallModule_ooo.mk
InstallModule_python.mk
InstallModule_quickstart.mk
InstallModule_sdkoo.mk
InstallModule_ure.mk
InstallModule_windows.mk
InstallModule_winexplorerext.mk
InstallModule_writer.mk
InstallModule_xsltfilter.mk
InstallScript_sdkoo.mk
InstallScript_setup_osl.mk
Makefile
Module_scp2.mk
README

SCript Particle installer

This contains code that describes which pieces of the project should
be packaged and installed - it is used to build among other things
a setup_osl.inf or .ins file - that is used by solenv/bin/make_installer.pl
to build the installation.