Kaydet (Commit) dd77f79f authored tarafından Marcos Paulo de Souza's avatar Marcos Paulo de Souza Kaydeden (comit) Tor Lillqvist

Remove unused methods from writerfilter

Change-Id: I63b0510fea80c12579985fbc4d4eb4646376e25b
Signed-off-by: 's avatarMarcos Paulo de Souza <marcos.souza.org@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1074Reviewed-by: 's avatarTor Lillqvist <tml@iki.fi>
Tested-by: 's avatarTor Lillqvist <tml@iki.fi>
üst 1ce76674
...@@ -73,6 +73,4 @@ unicode::isDigit(unsigned short) ...@@ -73,6 +73,4 @@ unicode::isDigit(unsigned short)
unicode::isLower(unsigned short) unicode::isLower(unsigned short)
unicode::isPrint(unsigned short) unicode::isPrint(unsigned short)
unicode::isUpper(unsigned short) unicode::isUpper(unsigned short)
writerfilter::analyzerIds()
writerfilter::createAnalyzer()
writerfilter::createStreamHandler() writerfilter::createStreamHandler()
...@@ -400,9 +400,6 @@ protected: ...@@ -400,9 +400,6 @@ protected:
*/ */
Stream::Pointer_t WRITERFILTER_RESOURCEMODEL_DLLPUBLIC createStreamHandler(); 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 logger(string prefix, string message);
void WRITERFILTER_RESOURCEMODEL_DLLPUBLIC dump(OutputWithDepth<string> & o, const char * name, writerfilter::Reference<Properties>::Pointer_t props); 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 ...@@ -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: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -22,6 +22,3 @@ ...@@ -22,6 +22,3 @@
namespace writerfilter namespace writerfilter
{ {
void analyzerIds(::std::iostream & out)
{
out << "<ids>" << endl;
...@@ -4,21 +4,4 @@ QNameToString::QNameToString() ...@@ -4,21 +4,4 @@ QNameToString::QNameToString()
init_ooxml(); 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;
}
} }
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