summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/dllapi.h
AgeCommit message (Collapse)AuthorFilesLines
2014-06-04connectivity: fix includesThomas Arnhold1-2/+2
Change-Id: I5d5dc6871789865189c78fe9135e7f8bff829489
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold1-2/+2
2012-09-18mork driver implementationDavid Ostrovsky1-0/+25
This is a preparation for merge into master, feature/mork branch is obsoslete and shouldn't be used any more. In context of this change the usage of old mozilla based mork driver depends on platform: all non windows platforms use this new mork driver, windows still uses mozilla. Because mozilla driver shipping was stripped on feature/mork branch for all platforms, the corresponding commits were changed prior to creating this change (the build file changes are reverted now). So the build and shipping of different mork driver implementation should be implemented from scratch: mozilla on windows, new mork dirver on all other platforms. Currently the new mork dirver is compiled (on all platforms), but not used. It can be tested with mork_helper executable. fdo#51004 Change-Id: Ib2413ab6856f163337aa311c4bf7b1182d6c6f63 Reviewed-on: https://gerrit.libreoffice.org/635 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>