summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-12-04 17:01:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-12-04 22:07:34 +0100
commitfc26ea9e0e8cd4873ddd1f5736d7fed071f5e3e2 (patch)
treee893eee420862e37b165772248bbc4ad065520e6 /sw/source/filter/ww8/ww8par.cxx
parent58784b89c22c6d63fff18fea0aa6636a1370044c (diff)
add html to fftester
Change-Id: I85c2ce10ff6142d04310f834b16b2ded474e7a34 Reviewed-on: https://gerrit.libreoffice.org/45814 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/filter/ww8/ww8par.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par.cxx15
1 files changed, 9 insertions, 6 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index e448087db0f3..4e7b346a90fd 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -6213,14 +6213,17 @@ extern "C" SAL_DLLPUBLIC_EXPORT Reader* SAL_CALL ImportDOC()
return new WW8Reader;
}
-class FontCacheGuard
+namespace
{
-public:
- ~FontCacheGuard()
+ class FontCacheGuard
{
- FlushFontCache();
- }
-};
+ public:
+ ~FontCacheGuard()
+ {
+ FlushFontCache();
+ }
+ };
+}
bool SAL_CALL TestImportDOC(SvStream &rStream, const OUString &rFltName)
{