From bc78c61bd29b1eac4ef70bfbcc67b4b49e16ccdd Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 9 Dec 2013 09:40:46 +0100 Subject: RTF export: unused forward declaration Change-Id: Ida8e4d9e9b6ea7e1009b8cf617363d31e895a5a2 --- sw/source/filter/ww8/rtfexport.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sw') diff --git a/sw/source/filter/ww8/rtfexport.hxx b/sw/source/filter/ww8/rtfexport.hxx index 886322f61996..20b4c0147590 100644 --- a/sw/source/filter/ww8/rtfexport.hxx +++ b/sw/source/filter/ww8/rtfexport.hxx @@ -33,10 +33,6 @@ class SwTxtNode; class SwGrfNode; class SwOLENode; -namespace com { namespace sun { namespace star { - namespace frame { class XModel; } -} } } - /// The class that does all the actual RTF export-related work. class RtfExport : public MSWordExportBase { -- cgit