diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:42:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:42:05 +0000 |
commit | 7f0891180ed6cb7c388cf7fe418031523728844d (patch) | |
tree | 3afd031ec88b08a986b6b21c6b6820ea7449770b /basic/source/comp | |
parent | 183cde54cc1654c8b4e89e3e28501016523e0ec7 (diff) |
INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED
2005/11/07 17:33:40 pl 1.3.8.2: RESYNC: (1.3-1.6); FILE MERGED
2005/11/07 12:02:44 ab 1.3.8.1: #i53898# Removed warnings
Diffstat (limited to 'basic/source/comp')
-rw-r--r-- | basic/source/comp/io.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/comp/io.cxx b/basic/source/comp/io.cxx index 34ddff9108a7..ae28c20fcf97 100644 --- a/basic/source/comp/io.cxx +++ b/basic/source/comp/io.cxx @@ -4,9 +4,9 @@ * * $RCSfile: io.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2005-09-29 18:40:03 $ + * last change: $Author: hr $ $Date: 2006-06-19 17:42:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,6 @@ #include <tools/stream.hxx> #endif #include "sbcomp.hxx" -#pragma hdrstop #include "iosys.hxx" // Test, ob ein I/O-Channel angegeben wurde @@ -260,6 +259,7 @@ void SbiParser::Open() else Error( SbERR_SYNTAX ); break; + default: break; } TestToken( AS ); // Die Kanalnummer |