[Libreoffice-commits] .: sw/source
J Graeme Lingard
jgraeme at kemper.freedesktop.org
Sun Nov 7 09:26:45 PST 2010
sw/source/core/except/errhdl.cxx | 3 ---
sw/source/ui/config/uinums.cxx | 6 ------
2 files changed, 9 deletions(-)
New commits:
commit 49dfc2749cabd03985d2fcc02418f6537243495f
Author: J. Graeme Lingard <jgraeme+git at gmail.com>
Date: Sun Nov 7 17:22:46 2010 +0000
Remove redundant #ifdef & #ifndef directives
diff --git a/sw/source/core/except/errhdl.cxx b/sw/source/core/except/errhdl.cxx
index 7500cd1..5677a41 100644
--- a/sw/source/core/except/errhdl.cxx
+++ b/sw/source/core/except/errhdl.cxx
@@ -30,10 +30,7 @@
#include "precompiled_sw.hxx"
#define _ERRHDL_CXX
-
#include "stdlib.h"
-#ifdef WIN
-#endif
#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <vcl/sound.hxx>
diff --git a/sw/source/ui/config/uinums.cxx b/sw/source/ui/config/uinums.cxx
index a1695c1..5ecb106 100644
--- a/sw/source/ui/config/uinums.cxx
+++ b/sw/source/ui/config/uinums.cxx
@@ -29,20 +29,14 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sw.hxx"
-
-
-
#include <hintids.hxx>
#include <svl/urihelper.hxx>
#include <unotools/pathoptions.hxx>
#include <tools/stream.hxx>
-#ifndef _SFX_INIMGR_HXX
-#endif
#include <sfx2/docfile.hxx>
#include <svl/itemiter.hxx>
#include <editeng/brshitem.hxx>
-
#include <tools/resid.hxx>
#include <fmtornt.hxx>
#include <swtypes.hxx> // Leerstring
More information about the Libreoffice-commits
mailing list