From 1b36d5f37450b07015710ed2ccad209653647eb0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 28 Jul 2016 11:34:27 +0100 Subject: add rtf to fftester Change-Id: If00b1de1e1be16214df78d15554d95847e3239e7 --- sw/inc/shellio.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/inc') diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx index dd1ceae91f47..56880e3de5f2 100644 --- a/sw/inc/shellio.hxx +++ b/sw/inc/shellio.hxx @@ -179,11 +179,13 @@ protected: #define SW_STORAGE_READER 2 extern "C" SAL_DLLPUBLIC_EXPORT bool SAL_CALL TestImportDOC(const OUString &rUrl, const OUString &rFltName); +extern "C" SAL_DLLPUBLIC_EXPORT bool SAL_CALL TestImportRTF(const OUString &rUrl); class SW_DLLPUBLIC Reader { friend class SwReader; friend bool TestImportDOC(const OUString &rUrl, const OUString &rFltName); + friend bool TestImportRTF(const OUString &rUrl); SwDoc* pTemplate; OUString aTemplateNm; -- cgit