diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 12:14:25 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 12:14:25 +0000 |
commit | 4ad0e463b4a01d5c7a3ab9c23854bd449b6cd655 (patch) | |
tree | b2ebbac87e508539ce731becc564fb0b77ac4907 /sfx2 | |
parent | a6bde582e3977d7e3b6b95a1eebe01f2c473930b (diff) |
INTEGRATION: CWS ooo20040329 (1.1.1.1.480); FILE MERGED
2004/03/18 10:39:06 waratah 1.1.1.1.480.1: :#i1858# exclude pragma hdrstop by bracketting for gcc
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/styledlg.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/dialog/styledlg.cxx b/sfx2/source/dialog/styledlg.cxx index 4d28e23dbc20..86a69b481e84 100644 --- a/sfx2/source/dialog/styledlg.cxx +++ b/sfx2/source/dialog/styledlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: styledlg.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:52:31 $ + * last change: $Author: svesik $ $Date: 2004-04-21 13:14:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,9 @@ #ifndef _MSGBOX_HXX //autogen #include <vcl/msgbox.hxx> #endif +#ifndef GCC #pragma hdrstop +#endif #include "styledlg.hxx" #include "mgetempl.hxx" |