summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/kernel/parsefct.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/parser/kernel/parsefct.cxx')
-rw-r--r--autodoc/source/parser/kernel/parsefct.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/autodoc/source/parser/kernel/parsefct.cxx b/autodoc/source/parser/kernel/parsefct.cxx
index 0f157a4159e6..07acd88bda3f 100644
--- a/autodoc/source/parser/kernel/parsefct.cxx
+++ b/autodoc/source/parser/kernel/parsefct.cxx
@@ -31,8 +31,6 @@
// NOT FULLY DECLARED SERVICES
-#include <cpp/prs_cpp.hxx>
-#include <adoc/prs_adoc.hxx>
#include <tools/filecoll.hxx>
@@ -61,18 +59,6 @@ ParseToolsFactory::~ParseToolsFactory()
{
}
-DYN autodoc::CodeParser_Ifc *
-ParseToolsFactory::Create_Parser_Cplusplus() const
-{
- return new cpp::Cpluplus_Parser;
-}
-
-DYN autodoc::DocumentationParser_Ifc *
-ParseToolsFactory::Create_DocuParser_AutodocStyle() const
-{
- return new adoc::DocuParser_AutodocStyle;
-}
-
DYN autodoc::FileCollector_Ifc *
ParseToolsFactory::Create_FileCollector( uintt i_nEstimatedNrOfFiles ) const
{