diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-25 12:24:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-25 12:24:56 +0200 |
commit | 5001357be9f0680ad6fbfe1af8c2a7c10b7508ab (patch) | |
tree | afff1463192a03d51914c6395d40272bc3563aac | |
parent | 2162041fabaf8b65ac1e5ed04909a15678a2f57b (diff) |
Remove unnecessary #include
Change-Id: I7cc165095db24761d086680b70ef3ed81fd30f19
-rw-r--r-- | include/editeng/flditem.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/editeng/flditem.hxx b/include/editeng/flditem.hxx index 96720fe2c065..532e30af1a8a 100644 --- a/include/editeng/flditem.hxx +++ b/include/editeng/flditem.hxx @@ -25,7 +25,6 @@ #include <svl/poolitem.hxx> #include <tools/pstm.hxx> #include <editeng/editengdllapi.h> -#include <../sd/inc/sdpage.hxx> // for Page Title field #include <com/sun/star/text/textfield/Type.hpp> |