summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-27 07:32:01 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-01-28 06:19:49 +0000
commitfe480d8136b204c8dc6c68916cce7e816f8b9c48 (patch)
tree656e9239fa6a93099148d3806c1af93007059769 /sw/source/filter/ww8
parentd1c9bd13ec7af93f5368dfda6d6d3c955f0b0816 (diff)
remove unused typedefs
found with some minor modifications to find/find-unused-defines.sh Change-Id: I18cc479adedc7a0dada68a4aeef08300e62631dd Reviewed-on: https://gerrit.libreoffice.org/14194 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/filter/ww8')
-rw-r--r--sw/source/filter/ww8/WW8TableInfo.hxx1
-rw-r--r--sw/source/filter/ww8/wrtww8.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/WW8TableInfo.hxx b/sw/source/filter/ww8/WW8TableInfo.hxx
index 2f9da2689d62..34d56b395369 100644
--- a/sw/source/filter/ww8/WW8TableInfo.hxx
+++ b/sw/source/filter/ww8/WW8TableInfo.hxx
@@ -40,7 +40,6 @@ namespace ww8
const unsigned int MAXTABLECELLS = 63;
class WW8TableNodeInfo;
-typedef boost::shared_ptr<SwRect> SwRectPtr;
typedef ::std::vector<const SwTableBox *> TableBoxVector;
typedef boost::shared_ptr<TableBoxVector> TableBoxVectorPtr;
typedef ::std::vector<sal_uInt32> GridCols;
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index 12d22fb14fca..ea37915e97fd 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -354,7 +354,6 @@ public:
};
typedef std::vector<DrawObj> DrawObjVector;
-typedef DrawObjVector::iterator DrawObjIter;
typedef DrawObjVector::const_iterator cDrawObjIter;
typedef std::vector<DrawObj *> DrawObjPointerVector;