diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 12:21:31 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 12:21:31 +0000 |
commit | bceec5c7271f57a5a1edac5c1164f7bed549ce65 (patch) | |
tree | 5a8bab27a87e623952c576061405350c08fd4a80 /sfx2 | |
parent | 443e0da02ad9ffea706ba6836daa527e3b1cce92 (diff) |
INTEGRATION: CWS ooo20040329 (1.1.1.1.480); FILE MERGED
2004/03/18 10:44:11 waratah 1.1.1.1.480.1: :#i1858# exclude pragma hdrstop by bracketting for gcc
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewfac.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/view/viewfac.cxx b/sfx2/source/view/viewfac.cxx index 41fa3424bfe2..b4ce8ba81ca4 100644 --- a/sfx2/source/view/viewfac.cxx +++ b/sfx2/source/view/viewfac.cxx @@ -2,9 +2,9 @@ * * $RCSfile: viewfac.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:52:37 $ + * last change: $Author: svesik $ $Date: 2004-04-21 13:21:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,7 +60,9 @@ ************************************************************************/ // INCLUDE --------------------------------------------------------------- +#ifndef GCC #pragma hdrstop +#endif #include "app.hxx" #include "viewfac.hxx" |