summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appmain.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 14:46:55 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 14:46:55 +0000
commit85e24f92598ea4e26780f531083159f2136b3224 (patch)
tree92691d44998e41f785ee2608cb0bf84239d038f4 /sfx2/source/appl/appmain.cxx
parentbf8040751f522604b36b69dd8956c9bd2493a073 (diff)
INTEGRATION: CWS sb59 (1.28.60); FILE MERGED
2006/08/16 09:31:13 sb 1.28.60.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'sfx2/source/appl/appmain.cxx')
-rw-r--r--sfx2/source/appl/appmain.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx
index 5f90cc38fa2e..855c741eda1f 100644
--- a/sfx2/source/appl/appmain.cxx
+++ b/sfx2/source/appl/appmain.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appmain.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:15:08 $
+ * last change: $Author: obo $ $Date: 2006-10-12 15:46:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -90,10 +90,6 @@
#include "docfile.hxx"
#include "workwin.hxx"
-#ifdef WNT
-#include <tools/svwin.h>
-#endif
-
#ifdef UNX
#define stricmp(a,b) strcmp(a,b)
#endif