summaryrefslogtreecommitdiff
path: root/autodoc/source/display/html/html_kit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/html/html_kit.hxx')
-rw-r--r--autodoc/source/display/html/html_kit.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/autodoc/source/display/html/html_kit.hxx b/autodoc/source/display/html/html_kit.hxx
index 325b0dd1d786..aa082200f80c 100644
--- a/autodoc/source/display/html/html_kit.hxx
+++ b/autodoc/source/display/html/html_kit.hxx
@@ -55,17 +55,6 @@ namespace adcdisp
typedef csi::xml::Element XmlElement;
-class PageTitle_Central
-{
- public:
- PageTitle_Central(
- XmlElement & o_rOwner );
- XmlElement & Out() { return *pOut; }
-
- private:
- XmlElement * pOut;
-};
-
class PageTitle_Left
{
public:
@@ -179,10 +168,6 @@ class FlagTable
uintt i_nColumnPosition, /// Starting with 0.
const char * i_sColumnName,
bool i_bValue ); /// "YES" or "NO"
- void SetColumn(
- uintt i_nColumnPosition, /// Starting with 0.
- const char * i_sColumnName,
- const char * i_sValue );
private:
typedef std::pair< csi::html::TableCell*, csi::html::TableCell* > CellPair;