summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-28 11:34:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-28 12:48:22 +0100
commit1b36d5f37450b07015710ed2ccad209653647eb0 (patch)
tree53af777f7c1c0e17548d1014d724e647887c3745 /sw/inc
parent1ebd5de9de4291e7b5cbaaa912f5b4524c14ad81 (diff)
add rtf to fftester
Change-Id: If00b1de1e1be16214df78d15554d95847e3239e7
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/shellio.hxx2
1 files changed, 2 insertions, 0 deletions
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;