diff options
author | Povilas Kanapickas <povilas.kanapickas@gmail.com> | 2010-10-18 15:52:09 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-18 15:52:09 +0100 |
commit | 3eb979df547419645bb3c824f1dc4a5fdc8d0250 (patch) | |
tree | c23e118a69931c1bb8a0c8397f3753256e31c17a /autodoc/source/display/inc | |
parent | b09ac477d2ba4ceed63072d31a957cbf783cfcf2 (diff) |
remove non-compiled code
Diffstat (limited to 'autodoc/source/display/inc')
-rw-r--r-- | autodoc/source/display/inc/toolkit/hf_funcdecl.hxx | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/autodoc/source/display/inc/toolkit/hf_funcdecl.hxx b/autodoc/source/display/inc/toolkit/hf_funcdecl.hxx index 1b943dde3e19..0dcfe5fbe88d 100644 --- a/autodoc/source/display/inc/toolkit/hf_funcdecl.hxx +++ b/autodoc/source/display/inc/toolkit/hf_funcdecl.hxx @@ -35,39 +35,6 @@ // COMPONENTS // PARAMETERS - -#if 0 // old -/** @resp - Provides three cells to put in a function declaration. -*/ -class HF_FunctionDeclaration : public HtmlMaker -{ - public: - HF_FunctionDeclaration( - Xml::Element & o_rParent ); - virtual ~HF_FunctionDeclaration(); - - /// Inserts empty line in 2nd and 3rd cell and returns first. - Xml::Element & Add_ReturnLine(); - - /** Inserts empty line in 1st cell, "raises (" in 2nd - and returns 3rd. - */ - Xml::Element & Add_RaisesLine( - const char * i_sRaisesText, - bool i_bSuppressExtraLine = false ); - - Xml::Element & Front() { return *pFront; } - Xml::Element & Types() { return *pTypes; } - Xml::Element & Names() { return *pNames; } - - private: - Xml::Element * pFront; - Xml::Element * pTypes; - Xml::Element * pNames; -}; -#endif // 0 old - class HF_FunctionDeclaration : public HtmlMaker { public: |