Remove redundant include directives & comments

This commit is contained in:
J. Graeme Lingard 2010-10-13 17:56:16 +01:00 committed by Cédric Bosdonnat
parent 41fe6208f0
commit b0c951dcc3
16 changed files with 1 additions and 24 deletions

View file

@ -46,8 +46,6 @@
#include "swfexporter.hxx"
//#include <stdlib.h>
//#include <windows.h>
#include <string.h>
using namespace ::com::sun::star::uno;

View file

@ -52,8 +52,6 @@
#include <unotools/processfactory.hxx>
#include <toolkit/helper/vclunohelper.hxx>
//#include <toolkit/unohlp.hxx>
#include "main.hxx"
#include "outact.hxx"

View file

@ -25,8 +25,6 @@
*
************************************************************************/
//#include "stdafx.h"
#include <assert.h>
#include <stdio.h>
#include <string.h>

View file

@ -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>

View file

@ -35,7 +35,6 @@
#endif
#include "windows.h"
#ifndef __MINGW32__
//#include "stdafx.h"
#include "crtdbg.h"
#if defined _MSC_VER
#pragma warning(pop)

View file

@ -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

View file

@ -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

View file

@ -65,7 +65,6 @@
#include "lwpfilehdr.hxx"
#include <map>
//#include <pair>
class LwpCharSetMgr
{

View file

@ -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>

View file

@ -78,7 +78,6 @@
//For chart
#include "string.h"
//#include "lwpchartstreamtools.hxx"
#ifndef _OSL_THREAD_H_
#include <osl/thread.h>

View file

@ -1,5 +1,4 @@
//#include <multimap>
#include <map>
#include <vector>

View file

@ -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;

View file

@ -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;

View file

@ -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>

View file

@ -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>

View file

@ -28,7 +28,6 @@ static const int EOF=0;
%+
//class istream;
%*
//#include <unistd.h>
/* Use prototypes in function declarations. */
#define YY_USE_PROTOS