summaryrefslogtreecommitdiff
path: root/include/editeng/paragraphdata.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-02-18 23:36:47 -0300
committerCaolán McNamara <caolanm@redhat.com>2014-02-21 09:24:18 +0000
commit682ace7031b8bd0a8ee8d1ba10e95823755895ed (patch)
tree59dd7217484c9d32d2a182148a00ac8d6971dadb /include/editeng/paragraphdata.hxx
parentc6fd524295c0083c9a1e3f52a6abe6405cdc25a9 (diff)
fdo#63154 Remove unused solar.h reference in editeng
Change-Id: I472cb0dcfcb2d36fab65041acb47bd75d22a7b3f Reviewed-on: https://gerrit.libreoffice.org/8119 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/editeng/paragraphdata.hxx')
-rw-r--r--include/editeng/paragraphdata.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/editeng/paragraphdata.hxx b/include/editeng/paragraphdata.hxx
index 3806e5e931eb..b6dcfeace743 100644
--- a/include/editeng/paragraphdata.hxx
+++ b/include/editeng/paragraphdata.hxx
@@ -20,10 +20,9 @@
#ifndef INCLUDED_EDITENG_PARAGRAPHDATA_HXX
#define INCLUDED_EDITENG_PARAGRAPHDATA_HXX
-#include <tools/solar.h>
#include <vector>
+#include <sal/types.h>
-//////////////////////////////////////////////////////////////////////////////
// Only for internal use, oder some kind like hPara for the few
// functions where you need it outside ( eg. moving paragraphs... )
//
@@ -53,12 +52,8 @@ public:
sal_Int16 getDepth() const { return nDepth; }
};
-//////////////////////////////////////////////////////////////////////////////
-
typedef ::std::vector< ParagraphData > ParagraphDataVector;
-//////////////////////////////////////////////////////////////////////////////
-
#endif // INCLUDED_EDITENG_PARAGRAPHDATA_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */