diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 08:03:31 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 08:03:31 +0000 |
commit | 9f7e0404f8f5928e85d5b50d3bc1a6d64c29e71b (patch) | |
tree | a1f42deaba5e24d3460024ba5f9a5a2b6a608ea3 | |
parent | 8e289eacea61c67651ad4496fb32ee4a4bd85e42 (diff) |
INTEGRATION: CWS adc11 (1.2.124); FILE MERGED
2005/02/18 18:28:46 np 1.2.124.1: #i39458#
-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; |