summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/sax/fshelper.hxx1
-rw-r--r--sax/source/tools/fastserializer.cxx8
-rw-r--r--sax/source/tools/fastserializer.hxx1
-rw-r--r--sax/source/tools/fshelper.cxx5
-rw-r--r--unusedcode.easy1
5 files changed, 0 insertions, 16 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
diff --git a/sax/source/tools/fastserializer.cxx b/sax/source/tools/fastserializer.cxx
index a12c8ab63b73..4005a252b49f 100644
--- a/sax/source/tools/fastserializer.cxx
+++ b/sax/source/tools/fastserializer.cxx
@@ -309,14 +309,6 @@ namespace sax_fastparser {
}
}
- void FastSaxSerializer::copyTopMarkPop()
- {
- assert (!maSavedMarkStack.empty());
- maMarkStack.push(maSavedMarkStack.top());
- mergeTopMarks();
- maSavedMarkStack.pop();
- }
-
void FastSaxSerializer::writeBytes( const Sequence< ::sal_Int8 >& aData ) throw ( NotConnectedException, BufferSizeExceededException, IOException, RuntimeException )
{
if ( maMarkStack.empty() )
diff --git a/sax/source/tools/fastserializer.hxx b/sax/source/tools/fastserializer.hxx
index 874a25e561b2..0f20efc5f87e 100644
--- a/sax/source/tools/fastserializer.hxx
+++ b/sax/source/tools/fastserializer.hxx
@@ -146,7 +146,6 @@ public:
@see mark()
*/
void mergeTopMarks( sax_fastparser::MergeMarksEnum eMergeType = sax_fastparser::MERGE_MARKS_APPEND );
- void copyTopMarkPop();
private:
::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > mxOutputStream;
diff --git a/sax/source/tools/fshelper.cxx b/sax/source/tools/fshelper.cxx
index 43a373086726..45f8d23c9543 100644
--- a/sax/source/tools/fshelper.cxx
+++ b/sax/source/tools/fshelper.cxx
@@ -161,11 +161,6 @@ void FastSerializerHelper::mergeTopMarks( MergeMarksEnum eMergeType )
mpSerializer->mergeTopMarks( eMergeType );
}
-void FastSerializerHelper::copyTopMarkPop()
-{
- mpSerializer->copyTopMarkPop();
-}
-
FastAttributeList * FastSerializerHelper::createAttrList()
{
return new FastAttributeList( mxTokenHandler );
diff --git a/unusedcode.easy b/unusedcode.easy
index ce82dfe05734..75e5549b63d8 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -322,7 +322,6 @@ registry::tools::Options::badOption(char const*, char const*) const
registry::tools::Options::initOptions(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)
registry::tools::convertToFileUrl(char const*, int)
rtl_OUString::convertFromString::test()
-sax_fastparser::FastSerializerHelper::copyTopMarkPop()
sc::CLBuildKernelThread::consume()
sc::CLBuildKernelThread::produce()
sc::CellTextAttr::CellTextAttr(unsigned short, unsigned char)