diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-16 09:20:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-16 09:20:18 +0000 |
commit | af59f1fb77851f2eedd29e016c51b689a208ab44 (patch) | |
tree | bcc594810a46be6769a1e566bdba9e71026c2462 /svtools/source/items | |
parent | 3ca7fbcd54036ed0bf49adfa8f79fe19f4933a85 (diff) |
INTEGRATION: CWS ooo20040509 (1.3.572); FILE MERGED
2004/05/06 12:56:56 waratah 1.3.572.1: Bracket a pragma that is not valid for gcc to remove -Wall warning
Diffstat (limited to 'svtools/source/items')
-rw-r--r-- | svtools/source/items/flagitem.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svtools/source/items/flagitem.cxx b/svtools/source/items/flagitem.cxx index 19393729d395..ae7ee2cd2551 100644 --- a/svtools/source/items/flagitem.cxx +++ b/svtools/source/items/flagitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: flagitem.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mhu $ $Date: 2001-07-24 10:30:21 $ + * last change: $Author: rt $ $Date: 2004-06-16 10:20:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,9 @@ #ifndef _STREAM_HXX //autogen #include <tools/stream.hxx> #endif +#ifndef GCC #pragma hdrstop +#endif #include "args.hxx" #include "poolitem.hxx" |