summaryrefslogtreecommitdiff
path: root/basic/source
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
commita5555aac17439f9f1da6006166ecfcc80628900b (patch)
tree1922b009c4c8d9c2a7e8c2d6d76c8caae1fa1ad9 /basic/source
parent98ba1c2671326f6b6d653fefa33cecae44548605 (diff)
Remove redundant #include directives & comments
Diffstat (limited to 'basic/source')
-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
7 files changed, 0 insertions, 12 deletions
diff --git a/basic/source/app/appwin.hxx b/basic/source/app/appwin.hxx
index c9550d16b4..cf170699a0 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 c25f3e820a..7fccbee6e6 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 78ca701592..4472ea90ea 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 4b1efefbdf..38328ee550 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 1744590924..6f53cbf6fb 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 834d7316a2..e26c907925 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 9327dc54ee..f549659904 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
{