Kaydet (Commit) 7efa467e authored tarafından Noel Grandin's avatar Noel Grandin

remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()

Change-Id: If1dd0e99d83f8211c58fa3b5d1ba56a74bc2157f
üst 333fdb95
......@@ -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
......
......@@ -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() )
......
......@@ -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;
......
......@@ -161,11 +161,6 @@ void FastSerializerHelper::mergeTopMarks( MergeMarksEnum eMergeType )
mpSerializer->mergeTopMarks( eMergeType );
}
void FastSerializerHelper::copyTopMarkPop()
{
mpSerializer->copyTopMarkPop();
}
FastAttributeList * FastSerializerHelper::createAttrList()
{
return new FastAttributeList( mxTokenHandler );
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment