diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
commit | 36ede62583196424bed5e47d856137d867cd058a (patch) | |
tree | 3cf9d11f7e6f55b069d79692e371329a08e7e23c /autodoc | |
parent | de77b307a63183a170ffea83186c5b1024ef586d (diff) |
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/display/html/pm_base.hxx | 10 | ||||
-rw-r--r-- | autodoc/source/parser/cpp/defdescr.cxx | 4 |
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 a349777a..21b0c7e0 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 b4dacbc7..ae9284aa 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; } |