diff options
Diffstat (limited to 'autodoc/source/display/inc/cfrstd.hxx')
-rw-r--r-- | autodoc/source/display/inc/cfrstd.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/autodoc/source/display/inc/cfrstd.hxx b/autodoc/source/display/inc/cfrstd.hxx index 8828a964f6dc..6a68da0673d9 100644 --- a/autodoc/source/display/inc/cfrstd.hxx +++ b/autodoc/source/display/inc/cfrstd.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cfrstd.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: np $ $Date: 2002-11-14 18:01:59 $ + * last change: $Author: vg $ $Date: 2005-03-23 09:03:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,6 +88,8 @@ class StdFrame : public display::CorporateFrame virtual const char * CssStyle() const; virtual const char * + CssStylesExplanation() const; + virtual const char * DevelopersGuideHtmlRoot() const; virtual bool SimpleLinks() const; |