summaryrefslogtreecommitdiff
path: root/autodoc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
commit237ccc1e8d700d0a9a93fb9b56991d2c31b26d05 (patch)
treedd80f4008d0a255bf16f11fd193b585979b5ac8a /autodoc
parent6c6e8f0278f988cc382e5359d16ce77e74ccfbb2 (diff)
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'autodoc')
-rw-r--r--autodoc/source/display/html/pm_base.hxx10
-rw-r--r--autodoc/source/parser/cpp/defdescr.cxx4
2 files changed, 10 insertions, 4 deletions
diff --git a/autodoc/source/display/html/pm_base.hxx b/autodoc/source/display/html/pm_base.hxx
index fbb9fcb1985e..156ccd7fcf24 100644
--- a/autodoc/source/display/html/pm_base.hxx
+++ b/autodoc/source/display/html/pm_base.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: pm_base.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.5.18.1 $
*
* This file is part of OpenOffice.org.
*
@@ -42,7 +42,13 @@
class OuputPage_Environment;
-class csi::xml::Element;
+namespace csi
+{
+ namespace xml
+ {
+ class Element;
+ }
+}
class PageDisplay;
diff --git a/autodoc/source/parser/cpp/defdescr.cxx b/autodoc/source/parser/cpp/defdescr.cxx
index e4615633f9d9..fc0ece01cda5 100644
--- a/autodoc/source/parser/cpp/defdescr.cxx
+++ b/autodoc/source/parser/cpp/defdescr.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: defdescr.cxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.6.18.1 $
*
* This file is part of OpenOffice.org.
*
@@ -178,7 +178,7 @@ Do_bConcatenate( csv::StreamStr & o_rText,
uintt nPos;
for ( nPos = o_rText.tellp() - 1;
nPos > 0 ? o_rText.c_str()[nPos] == ' ' : false;
- --nPos );
+ --nPos ) ;
o_rText.seekp(nPos+1);
io_bConcatenate = false;
}