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 | a3458db24dc4688fcca14242917ec3bd62a6adcb (patch) | |
tree | b902384544d6fb83961786eae1fdc3554475ce1e /basic | |
parent | 7f0a1dea69541e73a8a38da7906a65aad63c8902 (diff) |
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/app.cxx | 4 | ||||
-rw-r--r-- | basic/source/inc/sbintern.hxx | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index 0fef77f3b9ed..0461bc6c345d 100644 --- a/basic/source/app/app.cxx +++ b/basic/source/app/app.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: app.cxx,v $ - * $Revision: 1.80 $ + * $Revision: 1.79.14.2 $ * * This file is part of OpenOffice.org. * @@ -1465,7 +1465,7 @@ long BasicFrame::Command( short nID, BOOL bChecked ) else { AppWin *w = NULL; - for ( w = pList->Last() ; w ? !w->ISA(AppBasEd) : FALSE ; w = pList->Prev() ); + for ( w = pList->Last() ; w ? !w->ISA(AppBasEd) : FALSE ; w = pList->Prev() ) ; if ( w ) { p = ((AppBasEd*)w); diff --git a/basic/source/inc/sbintern.hxx b/basic/source/inc/sbintern.hxx index 3bae67443f99..596b4d0c2804 100644 --- a/basic/source/inc/sbintern.hxx +++ b/basic/source/inc/sbintern.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: sbintern.hxx,v $ - * $Revision: 1.16 $ + * $Revision: 1.16.56.1 $ * * This file is part of OpenOffice.org. * @@ -35,7 +35,10 @@ #include <unotools/transliterationwrapper.hxx> #include "sb.hxx" -class ::utl::TransliterationWrapper; +namespace utl +{ + class TransliterationWrapper; +} class SbUnoFactory; class SbTypeFactory; class SbOLEFactory; |