summaryrefslogtreecommitdiffstats
path: root/unoxml
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-08-04 17:18:20 +0200
committerMichael Stahl <mst@openoffice.org>2010-08-04 17:18:20 +0200
commitf6af5e431cd8b4e96f98ce8af013f54a3d6f903d (patch)
tree84ed70cdc8863bdad4da9d4e5e264bb709ab480d /unoxml
parentsw34bf01: #i112783#: unoxml: apply patch by cmc: (diff)
downloadcore-f6af5e431cd8b4e96f98ce8af013f54a3d6f903d.tar.gz
core-f6af5e431cd8b4e96f98ce8af013f54a3d6f903d.zip
sw34bf01: #i112783#: unoxml: remove DOM::CDocument::nodereflist_t
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/document.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/unoxml/source/dom/document.hxx b/unoxml/source/dom/document.hxx
index 9a54b1512b16..3fe593ff2b24 100644
--- a/unoxml/source/dom/document.hxx
+++ b/unoxml/source/dom/document.hxx
@@ -72,7 +72,6 @@ namespace DOM
XActiveDataControl, XActiveDataSource, XSAXSerializable, XFastSAXSerializable>
{
friend class CNode;
- typedef std::list< Reference< XNode >* > nodereflist_t;
typedef set< Reference< XStreamListener > > listenerlist_t;
private: