summaryrefslogtreecommitdiff
path: root/comphelper/source/processfactory
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 13:05:38 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 13:05:38 +0000
commit5b85fe58d3150b671609aabf545174a73fe9a96f (patch)
treec8149ab1486f4b999fafbe766f30dd1b2b8bbe73 /comphelper/source/processfactory
parenta9fe3d91a56430a67b6e4bc99f9ffddd91f337d7 (diff)
INTEGRATION: CWS ooo20040329 (1.3.168); FILE MERGED
2004/03/17 09:20:42 waratah 1.3.168.1: #i1858# bracket the pragma for windows to remove a -Wall warning for gcc
Diffstat (limited to 'comphelper/source/processfactory')
-rw-r--r--comphelper/source/processfactory/componentfactory.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/comphelper/source/processfactory/componentfactory.cxx b/comphelper/source/processfactory/componentfactory.cxx
index 719982cb761c..022300381949 100644
--- a/comphelper/source/processfactory/componentfactory.cxx
+++ b/comphelper/source/processfactory/componentfactory.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: componentfactory.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dbo $ $Date: 2001-05-11 12:53:01 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 14:05:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,9 @@
#endif
+#ifndef GCC
#pragma hdrstop
+#endif
using namespace ::com::sun::star;