diff options
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" |