diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-02 15:32:46 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-11-02 15:32:46 +0100 |
commit | 6756ee4743b4c750aa54a1b0f17f1fc945340089 (patch) | |
tree | 614cd697fbc7be67f05e759d66426a074cc2b86f /starmath | |
parent | 3ceaa46425743483b767abdfae9b19f753759876 (diff) |
unused includes in RTF filter and related files
Change-Id: Id13e10f2ceed3985c78ccc542e6677eccc0cb1c7
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/rtfexport.cxx | 1 | ||||
-rw-r--r-- | starmath/source/wordexportbase.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/starmath/source/rtfexport.cxx b/starmath/source/rtfexport.cxx index d700732ab38e..0167c199c0d0 100644 --- a/starmath/source/rtfexport.cxx +++ b/starmath/source/rtfexport.cxx @@ -10,7 +10,6 @@ #include "rtfexport.hxx" -#include <rtl/ustring.hxx> #include <svtools/rtfkeywd.hxx> #include <filter/msfilter/rtfutil.hxx> diff --git a/starmath/source/wordexportbase.cxx b/starmath/source/wordexportbase.cxx index 885ca729eb82..21b330130654 100644 --- a/starmath/source/wordexportbase.cxx +++ b/starmath/source/wordexportbase.cxx @@ -10,8 +10,6 @@ #include "wordexportbase.hxx" -#include <rtl/ustring.hxx> - SmWordExportBase::SmWordExportBase(const SmNode* pIn) : m_pTree(pIn) { |