summaryrefslogtreecommitdiff
path: root/writerfilter/inc
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2012-11-15 06:35:06 -0200
committerTor Lillqvist <tml@iki.fi>2012-11-15 09:09:41 +0000
commitdd77f79f0acf202ba7ff40cdd5b7411d277b9d1c (patch)
treecc0a6abfdd76b018f0552f7e7c5b439017a7f8c5 /writerfilter/inc
parent1ce76674a7188acb19a48ea2e828cd13e4e4699c (diff)
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>
Diffstat (limited to 'writerfilter/inc')
-rw-r--r--writerfilter/inc/resourcemodel/WW8ResourceModel.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx b/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
index ab076a23370a..d9dd77289f78 100644
--- a/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
+++ b/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
@@ -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);