summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-10-04 20:36:05 +0100
committerKohei Yoshida <kyoshida@novell.com>2010-10-04 23:25:47 -0400
commit15aaf45ef98c6f212adde85a2370d75df5164a27 (patch)
tree1a91326473ba81dc0cb7b46fdbc28f788556e141 /extensions/source
parent2985003db4cfeb5325574ae1cb6a1d91ab7c9a1b (diff)
Remove redundant #include directives & comments
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/bibliography/general.hxx3
-rw-r--r--extensions/source/ole/jscriptclasses.hxx1
-rw-r--r--extensions/source/ole/unotypewrapper.hxx1
-rwxr-xr-xextensions/source/update/check/updatecheck.cxx2
4 files changed, 0 insertions, 7 deletions
diff --git a/extensions/source/bibliography/general.hxx b/extensions/source/bibliography/general.hxx
index fdcb97c9e177..213ef9755ed8 100644
--- a/extensions/source/bibliography/general.hxx
+++ b/extensions/source/bibliography/general.hxx
@@ -30,9 +30,6 @@
#include <com/sun/star/awt/XFocusListener.hpp>
#include <com/sun/star/awt/XControlContainer.hpp>
-//#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
-//#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-//#endif
#include <com/sun/star/form/XBoundComponent.hpp>
#include <com/sun/star/sdbc/XRowSetListener.hpp>
#include <svtools/stdctrl.hxx>
diff --git a/extensions/source/ole/jscriptclasses.hxx b/extensions/source/ole/jscriptclasses.hxx
index f583a7962e03..2f496b93de59 100644
--- a/extensions/source/ole/jscriptclasses.hxx
+++ b/extensions/source/ole/jscriptclasses.hxx
@@ -32,7 +32,6 @@
#pragma warning (disable:4548)
#include <tools/presys.h>
-//#include "stdafx.h"
#define STRICT
#define _WIN32_WINNT 0x0400
#define _WIN32_DCOM
diff --git a/extensions/source/ole/unotypewrapper.hxx b/extensions/source/ole/unotypewrapper.hxx
index 32346bc27900..732f945a96e7 100644
--- a/extensions/source/ole/unotypewrapper.hxx
+++ b/extensions/source/ole/unotypewrapper.hxx
@@ -31,7 +31,6 @@
#pragma warning (disable:4548)
#include <tools/presys.h>
-//#include "stdafx.h"
#define STRICT
#define _WIN32_WINNT 0x0400
#define _WIN32_DCOM
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index 8419569bd949..2530c301d662 100755
--- a/extensions/source/update/check/updatecheck.cxx
+++ b/extensions/source/update/check/updatecheck.cxx
@@ -42,8 +42,6 @@
#include <com/sun/star/task/XJob.hpp>
#include <com/sun/star/task/XJobExecutor.hpp>
-// #include <comphelper/processfactory.hxx>
-
#include <rtl/ustrbuf.hxx>
#include <rtl/bootstrap.hxx>