summaryrefslogtreecommitdiff
path: root/autodoc/source/display/html
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 07:53:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 07:53:26 +0000
commit0dfba82162053660333293c341f1cec9a09b324d (patch)
tree2274a34d826a313beb61739ba6b29eea6652f0ad /autodoc/source/display/html
parentb9bbc906ea39d8fd8bf3445ba33d2c9856c7aa9c (diff)
INTEGRATION: CWS adc11 (1.4.8); FILE MERGED
2005/02/23 13:24:42 np 1.4.8.1: #i39458#
Diffstat (limited to 'autodoc/source/display/html')
-rw-r--r--autodoc/source/display/html/hd_docu.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/autodoc/source/display/html/hd_docu.cxx b/autodoc/source/display/html/hd_docu.cxx
index b61ed3c538a7..da79b619e0ff 100644
--- a/autodoc/source/display/html/hd_docu.cxx
+++ b/autodoc/source/display/html/hd_docu.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: hd_docu.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-11-15 13:32:40 $
+ * last change: $Author: vg $ $Date: 2005-03-23 08:53:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -415,7 +415,7 @@ Docu_Display::Write_TagTitle( const char * i_sText,
{
CurOut()
>> *new html::DefListTerm
- << new html::StyleAttr("color:#dd0000;")
+ << new html::ClassAttr("attention")
<< i_sText;
}
else