summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/flash/swffilter.cxx2
-rw-r--r--filter/source/graphicfilter/icgm/actimpr.cxx2
-rw-r--r--hwpfilter/source/hwpeq.cpp2
-rw-r--r--hwpfilter/source/mzstring.cpp2
-rw-r--r--hwpfilter/source/precompile.h1
-rw-r--r--lotuswordpro/source/filter/bento.hxx3
-rw-r--r--lotuswordpro/source/filter/first.hxx2
-rw-r--r--lotuswordpro/source/filter/lwpcharsetmgr.hxx1
-rw-r--r--lotuswordpro/source/filter/lwpfilter.cxx1
-rw-r--r--lotuswordpro/source/filter/lwpgrfobj.cxx1
-rw-r--r--unoxml/source/events/eventdispatcher.hxx1
-rw-r--r--writerfilter/source/dmapper/GraphicImport.hxx3
-rw-r--r--writerfilter/source/filter/WriterFilterDetection.cxx1
-rw-r--r--writerfilter/source/rtftok/FlexLexer.h1
-rw-r--r--writerfilter/source/rtftok/RTFScanner.lex1
-rw-r--r--writerfilter/source/rtftok/RTFScanner.skl1
16 files changed, 1 insertions, 24 deletions
diff --git a/filter/source/flash/swffilter.cxx b/filter/source/flash/swffilter.cxx
index 35f6e0b18811..40b0295c391f 100644
--- a/filter/source/flash/swffilter.cxx
+++ b/filter/source/flash/swffilter.cxx
@@ -46,8 +46,6 @@
#include "swfexporter.hxx"
-//#include <stdlib.h>
-//#include <windows.h>
#include <string.h>
using namespace ::com::sun::star::uno;
diff --git a/filter/source/graphicfilter/icgm/actimpr.cxx b/filter/source/graphicfilter/icgm/actimpr.cxx
index 1cf202cbca30..8ea437c45f12 100644
--- a/filter/source/graphicfilter/icgm/actimpr.cxx
+++ b/filter/source/graphicfilter/icgm/actimpr.cxx
@@ -52,8 +52,6 @@
#include <unotools/processfactory.hxx>
#include <toolkit/helper/vclunohelper.hxx>
-//#include <toolkit/unohlp.hxx>
-
#include "main.hxx"
#include "outact.hxx"
diff --git a/hwpfilter/source/hwpeq.cpp b/hwpfilter/source/hwpeq.cpp
index 79c33ca20b55..fbb0c86a4f56 100644
--- a/hwpfilter/source/hwpeq.cpp
+++ b/hwpfilter/source/hwpeq.cpp
@@ -25,8 +25,6 @@
*
************************************************************************/
-//#include "stdafx.h"
-
#include <assert.h>
#include <stdio.h>
#include <string.h>
diff --git a/hwpfilter/source/mzstring.cpp b/hwpfilter/source/mzstring.cpp
index a7fe12413dc4..88e04ebbb456 100644
--- a/hwpfilter/source/mzstring.cpp
+++ b/hwpfilter/source/mzstring.cpp
@@ -39,7 +39,6 @@
#pragma implementation "mzstring.h"
#endif
-//#include "stdafx.h" //
#include "mzstring.h"
#ifndef WIN32
@@ -52,7 +51,6 @@
#if defined _MSC_VER
#pragma warning(pop)
#endif
-//# include <crtdbg.h>
#endif /* WIN32 */
#include <stdio.h>
#include <stdlib.h>
diff --git a/hwpfilter/source/precompile.h b/hwpfilter/source/precompile.h
index 7a85945f262a..fa462e724607 100644
--- a/hwpfilter/source/precompile.h
+++ b/hwpfilter/source/precompile.h
@@ -35,7 +35,6 @@
#endif
#include "windows.h"
#ifndef __MINGW32__
-//#include "stdafx.h"
#include "crtdbg.h"
#if defined _MSC_VER
#pragma warning(pop)
diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx
index 7e856c482320..d13fc7933136 100644
--- a/lotuswordpro/source/filter/bento.hxx
+++ b/lotuswordpro/source/filter/bento.hxx
@@ -70,9 +70,6 @@ using namespace std;
#include "ut.hxx"
#include "utlist.hxx"
-// removed for WordPro filter, 2005-01-27
-//#include <scerrors.hxx> // error code defined for SC
-//#include <filter.hxx> // error code defined for SC filters
#include <tools/stream.hxx> // SvStream definition
#include <sot/storage.hxx> // SotStorageStream definition, add by 10/24/2005
diff --git a/lotuswordpro/source/filter/first.hxx b/lotuswordpro/source/filter/first.hxx
index c90c34b16cdc..aaf4eea351c5 100644
--- a/lotuswordpro/source/filter/first.hxx
+++ b/lotuswordpro/source/filter/first.hxx
@@ -55,7 +55,6 @@
#ifndef FIRST_HXX
#define FIRST_HXX
-//#include "utfirst.h" // Deleted by 2004-06-16
#include "bento.hxx" // Public header
//#define ASSERT(cond) UT_ASSERT(cond) // Deleted by 2004-06-16
@@ -77,5 +76,4 @@ pCBenIDListElmt FindID(pCUtList pList, BenObjectID ObjectID,
// Private headers
#include "bentoid.hxx"
#include "tocread.hxx"
-//#include "tocwrite.h" // Deleted by 2004-06-16
#endif
diff --git a/lotuswordpro/source/filter/lwpcharsetmgr.hxx b/lotuswordpro/source/filter/lwpcharsetmgr.hxx
index 1db3848da947..838494c760f0 100644
--- a/lotuswordpro/source/filter/lwpcharsetmgr.hxx
+++ b/lotuswordpro/source/filter/lwpcharsetmgr.hxx
@@ -65,7 +65,6 @@
#include "lwpfilehdr.hxx"
#include <map>
-//#include <pair>
class LwpCharSetMgr
{
diff --git a/lotuswordpro/source/filter/lwpfilter.cxx b/lotuswordpro/source/filter/lwpfilter.cxx
index 83b848db9451..e4c09b2eb34b 100644
--- a/lotuswordpro/source/filter/lwpfilter.cxx
+++ b/lotuswordpro/source/filter/lwpfilter.cxx
@@ -76,7 +76,6 @@
#include <osl/file.h>
#include <osl/file.hxx>
#include <vcl/svapp.hxx>
-//#include <vcl/vclasynload.hxx>
#include <xmloff/attrlist.hxx>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/frame/XDesktop.hpp>
diff --git a/lotuswordpro/source/filter/lwpgrfobj.cxx b/lotuswordpro/source/filter/lwpgrfobj.cxx
index b229896c8cfe..6f59e294a184 100644
--- a/lotuswordpro/source/filter/lwpgrfobj.cxx
+++ b/lotuswordpro/source/filter/lwpgrfobj.cxx
@@ -78,7 +78,6 @@
//For chart
#include "string.h"
-//#include "lwpchartstreamtools.hxx"
#ifndef _OSL_THREAD_H_
#include <osl/thread.h>
diff --git a/unoxml/source/events/eventdispatcher.hxx b/unoxml/source/events/eventdispatcher.hxx
index 2af5884842f6..7c7978bb8b06 100644
--- a/unoxml/source/events/eventdispatcher.hxx
+++ b/unoxml/source/events/eventdispatcher.hxx
@@ -1,5 +1,4 @@
-//#include <multimap>
#include <map>
#include <vector>
diff --git a/writerfilter/source/dmapper/GraphicImport.hxx b/writerfilter/source/dmapper/GraphicImport.hxx
index eb5a80fe9cac..c0bd90811b31 100644
--- a/writerfilter/source/dmapper/GraphicImport.hxx
+++ b/writerfilter/source/dmapper/GraphicImport.hxx
@@ -27,9 +27,8 @@
#ifndef INCLUDED_GRAPHICIMPORT_HXX
#define INCLUDED_GRAPHICIMPORT_HXX
-//#include <WriterFilterDllApi.hxx>
#include <resourcemodel/WW8ResourceModel.hxx>
-//#include <com/sun/star/lang/XComponent.hpp>
+
namespace com{ namespace sun { namespace star {
namespace uno{
class XComponentContext;
diff --git a/writerfilter/source/filter/WriterFilterDetection.cxx b/writerfilter/source/filter/WriterFilterDetection.cxx
index cc584e4168e3..8e1f813c37ab 100644
--- a/writerfilter/source/filter/WriterFilterDetection.cxx
+++ b/writerfilter/source/filter/WriterFilterDetection.cxx
@@ -31,7 +31,6 @@
#include <comphelper/storagehelper.hxx>
#include <com/sun/star/io/XInputStream.hpp>
#include <sot/storage.hxx>
-//#include <sfx2/docfile.hxx>
#include <unotools/ucbstreamhelper.hxx>
using namespace ::rtl;
diff --git a/writerfilter/source/rtftok/FlexLexer.h b/writerfilter/source/rtftok/FlexLexer.h
index 309cd30ffe1a..99e36a96810d 100644
--- a/writerfilter/source/rtftok/FlexLexer.h
+++ b/writerfilter/source/rtftok/FlexLexer.h
@@ -27,7 +27,6 @@
#ifndef __FLEX_LEXER_H
// Never included before - need to define base class.
#define __FLEX_LEXER_H
-//#include <iostream.h>
typedef void ostream;
#include <vector>
#include <rtftok/RTFInputSource.hxx>
diff --git a/writerfilter/source/rtftok/RTFScanner.lex b/writerfilter/source/rtftok/RTFScanner.lex
index e5b4c63b397a..f3c81a194970 100644
--- a/writerfilter/source/rtftok/RTFScanner.lex
+++ b/writerfilter/source/rtftok/RTFScanner.lex
@@ -28,7 +28,6 @@
/* compile with flex++ -8 -f -+ -Sflex.skl -ortfparser.cxx rtfparser.lex */
%option yylineno
%{
- //#include <io.h>
#include <math.h>
#include <string.h>
#include <osl/file.h>
diff --git a/writerfilter/source/rtftok/RTFScanner.skl b/writerfilter/source/rtftok/RTFScanner.skl
index ffcca566e267..10cc2e55ce01 100644
--- a/writerfilter/source/rtftok/RTFScanner.skl
+++ b/writerfilter/source/rtftok/RTFScanner.skl
@@ -28,7 +28,6 @@ static const int EOF=0;
%+
//class istream;
%*
-//#include <unistd.h>
/* Use prototypes in function declarations. */
#define YY_USE_PROTOS