writerfilter/inc/resourcemodel/WW8ResourceModel.hxx | 2 -- writerfilter/source/resourcemodel/resourcemodel.cxx | 5 ----- 2 files changed, 7 deletions(-)
New commits: commit b9915592cb5aea0b52be4beed708a198486a1f3b Author: Miklos Vajna <[email protected]> Date: Mon Dec 3 17:55:18 2012 +0100 writerfilter: unused createStreamHandler Change-Id: I3c0417c1d5ff6fa515f3c494d4a5b4d545836988 diff --git a/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx b/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx index d9dd772..06a66d9 100644 --- a/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx +++ b/writerfilter/inc/resourcemodel/WW8ResourceModel.hxx @@ -398,8 +398,6 @@ protected: /** Creates handler for a stream. */ -Stream::Pointer_t WRITERFILTER_RESOURCEMODEL_DLLPUBLIC createStreamHandler(); - 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); diff --git a/writerfilter/source/resourcemodel/resourcemodel.cxx b/writerfilter/source/resourcemodel/resourcemodel.cxx index f873072..4427774 100644 --- a/writerfilter/source/resourcemodel/resourcemodel.cxx +++ b/writerfilter/source/resourcemodel/resourcemodel.cxx @@ -41,11 +41,6 @@ public: ResourceModelOutputWithDepth output; -Stream::Pointer_t createStreamHandler() -{ - return Stream::Pointer_t(new WW8StreamHandler()); -} - void dump(OutputWithDepth<string> & /*o*/, const char * /*name*/, writerfilter::Reference<Properties>::Pointer_t /*props*/) { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
