diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-31 01:55:37 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-31 01:56:28 +0900 |
commit | bb9f73045879293f5fcea1dd0e205efb84c07781 (patch) | |
tree | c17b31c5b58efc4923b953f494ad314043c8e897 /svx | |
parent | 292466e0c2cdbde7547c968d1e1c480a7801836d (diff) |
nuke unused typedef
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeFontWork.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/datanavi.cxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx index c586bf760afc..007c079ee306 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -65,8 +65,6 @@ using namespace com::sun::star; using namespace com::sun::star::uno; -typedef std::vector< std::vector< double > > PolyPolygonDistances; - struct FWCharacterData // representing a single character { std::vector< PolyPolygon > vOutlines; diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx index ac70be037e9f..08f3cf88c026 100644 --- a/svx/source/form/datanavi.cxx +++ b/svx/source/form/datanavi.cxx @@ -188,7 +188,6 @@ namespace svxform return; using namespace ::com::sun::star::uno; - typedef com::sun::star::form::binding::XValueBinding XValueBinding_t; ItemNode *pItemNode = static_cast<ItemNode*>(pSelected->GetUserData()); |