summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorJ. Graeme Lingard <jgraeme+git@gmail.com>2010-10-05 22:17:11 +0100
committerJan Holesovsky <kendy@suse.cz>2010-10-06 10:23:23 +0200
commit8e2ae4afca72cda9aab8cfe4a5852c4202eed5a7 (patch)
treee984502e904c48e92838084ceecec3a679abc247 /basic
parentda1161eb1d3c107aece2179778481e4f0631f034 (diff)
Remove redundant #include directives & comments
Diffstat (limited to 'basic')
-rw-r--r--basic/inc/basic/testtool.hxx1
-rw-r--r--basic/source/app/appwin.hxx1
-rw-r--r--basic/source/app/processw.cxx1
-rw-r--r--basic/source/app/textedit.hxx1
-rw-r--r--basic/source/classes/eventatt.cxx1
-rw-r--r--basic/source/classes/sbunoobj.cxx1
-rw-r--r--basic/source/classes/sbxmod.cxx2
-rw-r--r--basic/source/inc/runtime.hxx5
-rw-r--r--basic/workben/mgrtest.cxx4
9 files changed, 0 insertions, 17 deletions
diff --git a/basic/inc/basic/testtool.hxx b/basic/inc/basic/testtool.hxx
index 37e90bb5cd68..05eb70db84a8 100644
--- a/basic/inc/basic/testtool.hxx
+++ b/basic/inc/basic/testtool.hxx
@@ -42,7 +42,6 @@
// this routine became necessary
BOOL IsTTSignatureForUnicodeTextfile( String aLine );
-//#include "testapp.hxx"
#define ADD_ERROR_QUIET(nNr, aStr) \
{ \
ErrorEntry *pErr; \
diff --git a/basic/source/app/appwin.hxx b/basic/source/app/appwin.hxx
index 0e864e69eef9..7df72eed16f0 100644
--- a/basic/source/app/appwin.hxx
+++ b/basic/source/app/appwin.hxx
@@ -28,7 +28,6 @@
#ifndef _APPWIN_HXX
#define _APPWIN_HXX
-//#include <sb.hxx>
#include <vcl/dockwin.hxx>
#include <tools/fsys.hxx>
diff --git a/basic/source/app/processw.cxx b/basic/source/app/processw.cxx
index 7c1d4a5afb19..71fced98a4cf 100644
--- a/basic/source/app/processw.cxx
+++ b/basic/source/app/processw.cxx
@@ -34,7 +34,6 @@
#include <basic/sbx.hxx>
#include <basic/sbxvar.hxx>
-//#include <osl/thread.h>
#include <basic/ttstrhlp.hxx>
#include "processw.hxx"
diff --git a/basic/source/app/textedit.hxx b/basic/source/app/textedit.hxx
index 354c94dc44ab..b3cc40381de6 100644
--- a/basic/source/app/textedit.hxx
+++ b/basic/source/app/textedit.hxx
@@ -42,7 +42,6 @@ class BreakpointWindow;
#include "dataedit.hxx"
-//#include <xtextedt.hxx>
class TextEditImp : public Window, public SfxListener
{
diff --git a/basic/source/classes/eventatt.cxx b/basic/source/classes/eventatt.cxx
index 791e9fe5a8c1..463a4c80685c 100644
--- a/basic/source/classes/eventatt.cxx
+++ b/basic/source/classes/eventatt.cxx
@@ -28,7 +28,6 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_basic.hxx"
-//#include <stl_queue.h>
#include <osl/mutex.hxx>
#include <comphelper/processfactory.hxx>
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx
index 1659d9c8b317..684edbc11bbe 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -27,7 +27,6 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_basic.hxx"
-//#include <stl_queue.h>
#include <vos/mutex.hxx>
#include <vcl/svapp.hxx>
#include <tools/errcode.hxx>
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx
index 8b1069bbeab3..8b28c34f0fdd 100644
--- a/basic/source/classes/sbxmod.cxx
+++ b/basic/source/classes/sbxmod.cxx
@@ -47,8 +47,6 @@
#include "sbunoobj.hxx"
#include "sbtrace.hxx"
-
-//#include <basic/hilight.hxx>
#include <svtools/syntaxhighlight.hxx>
#include <basic/basrdll.hxx>
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx
index d61b91284042..cd75be1a1ec2 100644
--- a/basic/source/inc/runtime.hxx
+++ b/basic/source/inc/runtime.hxx
@@ -57,11 +57,6 @@ using namespace com::sun::star::container;
// #define _OLD_FILE_IMPL
-//#include <sal/types.h>
-//#include <rtl/byteseq.hxx>
-//#include <rtl/ustring>
-
-
namespace basicEncoder
{
diff --git a/basic/workben/mgrtest.cxx b/basic/workben/mgrtest.cxx
index fb21ccb0b9d3..8f702f73b58c 100644
--- a/basic/workben/mgrtest.cxx
+++ b/basic/workben/mgrtest.cxx
@@ -37,10 +37,6 @@
#include <basic/sbmod.hxx>
#include <basic/basrdll.hxx>
-//#include <sv.hxx>
-//#include <basic.hxx>
-//#include <sostor.hxx>
-
// Defines for ToolBox-Id's
#define TB_NEW 1
#define TB_OPENSTORAGE 2