diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-04-27 09:30:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-04-27 21:16:15 +0200 |
commit | bcccaf2322a7bd6ac4204ff48f623517a273922a (patch) | |
tree | d4eefae1640ac047d27574a9490d8b592a12a5d6 /sw/inc | |
parent | dfd1a83a42791973ff8db36960089e2a00c36e99 (diff) |
add something for fodt to pdf
Change-Id: Ia2dd8a4d5c6e558ebea6c170a0b01b5f361e1d39
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151135
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/iodetect.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/iodetect.hxx b/sw/inc/iodetect.hxx index c81d84742403..cc8f6693d630 100644 --- a/sw/inc/iodetect.hxx +++ b/sw/inc/iodetect.hxx @@ -115,6 +115,7 @@ public: }; extern "C" SAL_DLLPUBLIC_EXPORT bool SAL_CALL TestImportFODT(SvStream &rStream); +extern "C" SAL_DLLPUBLIC_EXPORT bool SAL_CALL TestPDFExportFODT(SvStream &rStream); #endif |