diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 12:14:42 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 12:14:42 +0000 |
commit | cd7ed3df6af62d00e2047f48fc6a5a06dad9243f (patch) | |
tree | bb9f88fe7cc836b6618365025181c6a90dca2c06 | |
parent | 4ad0e463b4a01d5c7a3ab9c23854bd449b6cd655 (diff) |
INTEGRATION: CWS ooo20040329 (1.4.24); FILE MERGED
2004/03/18 10:39:34 waratah 1.4.24.1: :#i1858# exclude pragma hdrstop by bracketting for gcc
-rw-r--r-- | sfx2/source/dialog/tplpitem.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/dialog/tplpitem.cxx b/sfx2/source/dialog/tplpitem.cxx index add228543055..b93985914ca0 100644 --- a/sfx2/source/dialog/tplpitem.cxx +++ b/sfx2/source/dialog/tplpitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tplpitem.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2004-02-25 15:44:55 $ + * last change: $Author: svesik $ $Date: 2004-04-21 13:14:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,7 +61,9 @@ // INCLUDE --------------------------------------------------------------- +#ifndef GCC #pragma hdrstop +#endif #include "tplpitem.hxx" |