summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:33:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-09 10:33:51 +0000
commit8eb9d29be9a15b5ffc36fecd1a44febf75aab4bd (patch)
treef647a1af1ede17adb2ce8f48f97e83ba2b30a8e2 /goodies
parent3d13fc28c75b926b7b8989a5f660acaa6b8fb4eb (diff)
INTEGRATION: CWS ooo20040815 (1.8.62); FILE MERGED
2004/08/04 13:03:25 waratah 1.8.62.1: #i32569# add default clause to case with comment remove a pramga for gcc builds
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/ipict/ipict.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/ipict/ipict.cxx b/goodies/source/filter.vcl/ipict/ipict.cxx
index fac587c3dc74..993027578e7c 100644
--- a/goodies/source/filter.vcl/ipict/ipict.cxx
+++ b/goodies/source/filter.vcl/ipict/ipict.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ipict.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 15:07:12 $
+ * last change: $Author: hr $ $Date: 2004-09-09 11:33:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -628,6 +628,8 @@ void PictReader::DrawingMethod(PictDrawingMethod eMethod)
pVirDev->SetFont(aActFont);
pVirDev->SetRasterOp(ROP_OVERPAINT);
break;
+ default:
+ break; // -Wall undefined not handled...
}
eActMethod=eMethod;
}
@@ -1959,8 +1961,9 @@ extern "C" BOOL GraphicImport( SvStream& rIStm, Graphic & rGraphic,
}
//================== ein bischen Muell fuer Windows ==========================
-
+#ifndef GCC
#pragma hdrstop
+#endif
#ifdef WIN