Remove unused methods from writerfilter
Change-Id: I63b0510fea80c12579985fbc4d4eb4646376e25b Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1074 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
This commit is contained in:
parent
1ce76674a7
commit
dd77f79f0a
@ -73,6 +73,4 @@ unicode::isDigit(unsigned short)
|
||||
unicode::isLower(unsigned short)
|
||||
unicode::isPrint(unsigned short)
|
||||
unicode::isUpper(unsigned short)
|
||||
writerfilter::analyzerIds()
|
||||
writerfilter::createAnalyzer()
|
||||
writerfilter::createStreamHandler()
|
||||
|
@ -400,9 +400,6 @@ protected:
|
||||
*/
|
||||
Stream::Pointer_t WRITERFILTER_RESOURCEMODEL_DLLPUBLIC createStreamHandler();
|
||||
|
||||
void WRITERFILTER_RESOURCEMODEL_DLLPUBLIC analyzerIds();
|
||||
Stream::Pointer_t WRITERFILTER_RESOURCEMODEL_DLLPUBLIC createAnalyzer();
|
||||
|
||||
void WRITERFILTER_RESOURCEMODEL_DLLPUBLIC logger(string prefix, string message);
|
||||
|
||||
void WRITERFILTER_RESOURCEMODEL_DLLPUBLIC dump(OutputWithDepth<string> & o, const char * name, writerfilter::Reference<Properties>::Pointer_t props);
|
||||
|
@ -200,11 +200,6 @@ void WW8Analyzer::dumpStats(ostream & o) const
|
||||
|
||||
}
|
||||
|
||||
Stream::Pointer_t createAnalyzer()
|
||||
{
|
||||
return Stream::Pointer_t(new WW8Analyzer());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -22,6 +22,3 @@
|
||||
|
||||
namespace writerfilter
|
||||
{
|
||||
void analyzerIds(::std::iostream & out)
|
||||
{
|
||||
out << "<ids>" << endl;
|
||||
|
@ -4,21 +4,4 @@ QNameToString::QNameToString()
|
||||
init_ooxml();
|
||||
}
|
||||
|
||||
void WRITERFILTER_RESOURCEMODEL_DLLPUBLIC analyzerIds()
|
||||
{
|
||||
cout << "<ids type=\"sprm\">" << endl;
|
||||
|
||||
sprmidsToXML(cout);
|
||||
ooxmlsprmidsToXML(cout);
|
||||
|
||||
cout << "</ids>" << endl;
|
||||
|
||||
cout << "<ids type=\"attribute\">" << endl;
|
||||
|
||||
doctokidsToXML(cout);
|
||||
ooxmlidsToXML(cout);
|
||||
|
||||
cout << "</ids>" << endl;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user