summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-06 11:38:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-07 13:45:18 +0200
commit5502be9695b67b094d581d108dc9ebddc161cc60 (patch)
tree9e1024074e11d9fd318689a46afac0e03103415a /autodoc
parent397a11f68e0c73c76729e03aa5cbc48922b13473 (diff)
Remove commented out code
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/inc/autodoc/displaying.hxx5
-rw-r--r--autodoc/source/parser_i/inc/s2_luidl/pe_enum2.hxx9
2 files changed, 0 insertions, 14 deletions
diff --git a/autodoc/inc/autodoc/displaying.hxx b/autodoc/inc/autodoc/displaying.hxx
index 51d310c94eb0..a42f9af84451 100644
--- a/autodoc/inc/autodoc/displaying.hxx
+++ b/autodoc/inc/autodoc/displaying.hxx
@@ -33,8 +33,6 @@ namespace autodoc
class HtmlDisplay_Idl_Ifc;
-// class TextDisplay_FunctionList_Ifc;
-
/** Interface for parsing code of a programming language and
delivering the information into an Autodoc Repository.
@@ -46,9 +44,6 @@ class DisplayToolsFactory_Ifc
static DisplayToolsFactory_Ifc &
GetIt_();
-// virtual DYN autodoc::TextDisplay_FunctionList_Ifc *
-// Create_TextDisplay_FunctionList() const = 0;
-
virtual DYN autodoc::HtmlDisplay_Idl_Ifc *
Create_HtmlDisplay_Idl() const = 0;
diff --git a/autodoc/source/parser_i/inc/s2_luidl/pe_enum2.hxx b/autodoc/source/parser_i/inc/s2_luidl/pe_enum2.hxx
index c6f625044fdf..b7376551a50b 100644
--- a/autodoc/source/parser_i/inc/s2_luidl/pe_enum2.hxx
+++ b/autodoc/source/parser_i/inc/s2_luidl/pe_enum2.hxx
@@ -20,15 +20,8 @@
#ifndef ADC_UIDL_PE_ENUM2_HXX
#define ADC_UIDL_PE_ENUM2_HXX
-
-
-// USED SERVICES
- // BASE CLASSES
#include <s2_luidl/parsenv2.hxx>
#include <s2_luidl/pestate.hxx>
- // COMPONENTS
- // PARAMETERS
-
namespace csi
@@ -36,8 +29,6 @@ namespace csi
namespace uidl
{
-// class Enum;
-
class PE_Value;
class PE_Enum : public UnoIDL_PE,