From 1ecd9656e6e6e5331120763d8dd7ff5c539ecf97 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 23 Mar 2005 07:52:25 +0000 Subject: [PATCH] INTEGRATION: CWS adc11 (1.2.122); FILE MERGED 2005/02/18 18:28:45 np 1.2.122.1: #i39458# --- autodoc/inc/display/corframe.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/autodoc/inc/display/corframe.hxx b/autodoc/inc/display/corframe.hxx index 29102e3fbb92..2406ffdd68e8 100644 --- a/autodoc/inc/display/corframe.hxx +++ b/autodoc/inc/display/corframe.hxx @@ -2,9 +2,9 @@ * * $RCSfile: corframe.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: np $ $Date: 2002-11-14 18:01:54 $ + * last change: $Author: vg $ $Date: 2005-03-23 08:52:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,6 +92,8 @@ class CorporateFrame virtual const char * CssStyle() const = 0; + virtual const char * + CssStylesExplanation() const = 0; virtual const char * DevelopersGuideHtmlRoot() const = 0; virtual bool SimpleLinks() const = 0;