diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-12-09 09:40:46 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-12-09 09:48:12 +0100 |
commit | bc78c61bd29b1eac4ef70bfbcc67b4b49e16ccdd (patch) | |
tree | f1acedf42a1100726a5b4e565d1c33ffbe3cc6e8 /sw/source | |
parent | 1cc1a893763c948f20463b808ea5eabe10eb7fd5 (diff) |
RTF export: unused forward declaration
Change-Id: Ida8e4d9e9b6ea7e1009b8cf617363d31e895a5a2
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/ww8/rtfexport.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
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 { |