summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:01:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 11:01:09 +0000
commita4a8025ac6959380993280ab81dcb64733261f39 (patch)
tree661499419257457fd3e5802f8043b5e304532ca1
parentINTEGRATION: CWS warnings01 (1.2.4); FILE MERGED (diff)
downloadcore-a4a8025ac6959380993280ab81dcb64733261f39.tar.gz
core-a4a8025ac6959380993280ab81dcb64733261f39.zip
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2006/05/23 16:18:09 sb 1.3.4.3: RESYNC: (1.4-1.5); FILE MERGED 2006/01/25 17:41:01 sb 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/19 09:29:01 np 1.3.4.1: #i53898#
-rw-r--r--autodoc/source/display/toolkit/hf_title.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/autodoc/source/display/toolkit/hf_title.cxx b/autodoc/source/display/toolkit/hf_title.cxx
index d330bfd6a4c0..de3ba97c3c86 100644
--- a/autodoc/source/display/toolkit/hf_title.cxx
+++ b/autodoc/source/display/toolkit/hf_title.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hf_title.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2006-05-03 16:58:12 $
+ * last change: $Author: hr $ $Date: 2006-06-19 12:01:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -158,7 +158,8 @@ HF_SubTitleTable::HF_SubTitleTable( Xml::Element & o_rOut,
if (i_nColumns > 1)
{
- String sColumns = StreamLock(20)() << i_nColumns << c_str;
+ StreamLock sl(20);
+ String sColumns = sl() << i_nColumns << c_str;
rCell
<< new Xml::AnAttribute(C_sColSpan, sColumns);
}