diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-21 13:22:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-25 15:16:56 +0200 |
commit | 7efa467ef31d3f053c79bc189b3dbec957747ae5 (patch) | |
tree | bca63b3046feccd4a87cf448a1fc27bd34b14433 /include/sax | |
parent | 333fdb95a384e560b201614ece56bc5369bd46da (diff) |
remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()
Change-Id: If1dd0e99d83f8211c58fa3b5d1ba56a74bc2157f
Diffstat (limited to 'include/sax')
-rw-r--r-- | include/sax/fshelper.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sax/fshelper.hxx b/include/sax/fshelper.hxx index 1363fdeb1c8e..9f2f9aad90e4 100644 --- a/include/sax/fshelper.hxx +++ b/include/sax/fshelper.hxx @@ -142,7 +142,6 @@ public: void mark( ::com::sun::star::uno::Sequence< sal_Int32 > aOrder = ::com::sun::star::uno::Sequence< sal_Int32 >() ); void mergeTopMarks( MergeMarksEnum eMergeType = MERGE_MARKS_APPEND ); - void copyTopMarkPop(); /* Now create all the overloads in a typesafe way (i.e. without varargs) by creating a number of overloads |