[Libreoffice-commits] .: 2 commits - sal/qa sal/rtl sal/test sw/qa sw/source

Takeshi Abe tabe at kemper.freedesktop.org
Fri Mar 23 06:55:05 PDT 2012


 sal/qa/rtl_strings/rtl_OUString.cxx |    1 -
 sal/rtl/source/logfile.cxx          |    1 -
 sal/rtl/source/random.cxx           |    1 -
 sal/rtl/source/uri.cxx              |    3 ---
 sal/test/unloading/unloadTest.cxx   |    1 -
 sw/qa/extras/regression-test.cxx    |    2 --
 sw/source/core/text/itrtxt.cxx      |    1 -
 sw/source/core/undo/undraw.cxx      |    1 -
 sw/source/filter/ww8/wrtw8esh.cxx   |    1 -
 sw/source/filter/ww8/wrtw8nds.cxx   |    4 ----
 sw/source/filter/ww8/ww8par.cxx     |    1 -
 sw/source/ui/uiview/viewling.cxx    |    2 --
 sw/source/ui/wrtsh/wrtundo.cxx      |    1 -
 13 files changed, 20 deletions(-)

New commits:
commit 9e890ae00e508addaf453d9c12a7a8cae4cca149
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Mar 23 22:09:57 2012 +0900

    removed duplicate includes in sw

diff --git a/sw/qa/extras/regression-test.cxx b/sw/qa/extras/regression-test.cxx
index f8ce49b..589f12b 100644
--- a/sw/qa/extras/regression-test.cxx
+++ b/sw/qa/extras/regression-test.cxx
@@ -39,12 +39,10 @@
 #include <sfx2/sfxmodelfactory.hxx>
 #include <svl/stritem.hxx>
 
-#include <test/bootstrapfixture.hxx>
 #include <rtl/strbuf.hxx>
 #include <osl/file.hxx>
 
 #include <com/sun/star/frame/XDesktop.hpp>
-#include <com/sun/star/lang/XComponent.hpp>
 
 #include <string>
 #include <iostream>
diff --git a/sw/source/core/text/itrtxt.cxx b/sw/source/core/text/itrtxt.cxx
index c7b93e5..650ec25 100644
--- a/sw/source/core/text/itrtxt.cxx
+++ b/sw/source/core/text/itrtxt.cxx
@@ -43,7 +43,6 @@
 #include "itrtxt.hxx"
 #include "txtfrm.hxx"
 #include "porfly.hxx"
-#include "txtfrm.hxx"
 
 /*************************************************************************
  *                      SwTxtIter::CtorInitTxtIter()
diff --git a/sw/source/core/undo/undraw.cxx b/sw/source/core/undo/undraw.cxx
index 0e5bf31..4741046 100644
--- a/sw/source/core/undo/undraw.cxx
+++ b/sw/source/core/undo/undraw.cxx
@@ -32,7 +32,6 @@
 #include <rtl/string.h>
 #include <rtl/memory.h>
 
-#include <rtl/string.h>
 #include <svx/svdogrp.hxx>
 #include <svx/svdundo.hxx>
 #include <svx/svdpage.hxx>
diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx
index 14a3027..2c2d234 100644
--- a/sw/source/filter/ww8/wrtw8esh.cxx
+++ b/sw/source/filter/ww8/wrtw8esh.cxx
@@ -96,7 +96,6 @@
 #include "escher.hxx"
 #include <ndtxt.hxx>
 #include "WW8FFData.hxx"
-#include <com/sun/star/drawing/XShape.hpp>
 #include <com/sun/star/beans/XPropertyContainer.hpp>
 #include <com/sun/star/beans/XPropertySet.hpp>
 #include <com/sun/star/beans/PropertyAttribute.hpp>
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 1c7e87b..d0d8e0c 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -34,10 +34,6 @@
 #include <functional>
 #include <iostream>
 
-#if OSL_DEBUG_LEVEL > 1
-#include <cstdio>
-#endif
-
 #include <hintids.hxx>
 #include <comphelper/string.hxx>
 #include <tools/urlobj.hxx>
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index d1c6542..541adc8 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -165,7 +165,6 @@ using namespace nsHdFtFlags;
 #include <unotools/pathoptions.hxx>
 #include <com/sun/star/ucb/XSimpleFileAccess.hpp>
 
-#include <comphelper/processfactory.hxx>
 #include <com/sun/star/document/XFilter.hpp>
 #include <com/sun/star/script/vba/XVBACompatibility.hpp>
 #include <com/sun/star/document/XImporter.hpp>
diff --git a/sw/source/ui/uiview/viewling.cxx b/sw/source/ui/uiview/viewling.cxx
index e3adc63..2025097 100644
--- a/sw/source/ui/uiview/viewling.cxx
+++ b/sw/source/ui/uiview/viewling.cxx
@@ -81,8 +81,6 @@
 #include <com/sun/star/beans/PropertyValue.hpp>
 #include <com/sun/star/util/XURLTransformer.hpp>
 
-#include <comphelper/processfactory.hxx>
-
 #include <vcl/svapp.hxx>
 #include <rtl/ustring.hxx>
 
diff --git a/sw/source/ui/wrtsh/wrtundo.cxx b/sw/source/ui/wrtsh/wrtundo.cxx
index f9ce887..4cdabd1 100644
--- a/sw/source/ui/wrtsh/wrtundo.cxx
+++ b/sw/source/ui/wrtsh/wrtundo.cxx
@@ -35,7 +35,6 @@
 #include <swdtflvr.hxx>
 #include <svtools/svtdata.hxx>
 #include <svtools/svtools.hrc>
-#include <svtools/svtdata.hxx>
 #include <wrtsh.hrc>
 #include <sfx2/sfx.hrc>
 
commit ac68443c80647bfed1b454d999e9091e078b461d
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Fri Mar 23 05:56:51 2012 +0900

    removed duplicate includes in sal

diff --git a/sal/qa/rtl_strings/rtl_OUString.cxx b/sal/qa/rtl_strings/rtl_OUString.cxx
index dc1812e..8271253 100644
--- a/sal/qa/rtl_strings/rtl_OUString.cxx
+++ b/sal/qa/rtl_strings/rtl_OUString.cxx
@@ -28,7 +28,6 @@
 
 #include <sal/types.h>
 
-//#     #include <rtl/tres.h>
 #include <testshl/tresstatewrapper.hxx>
 #include "stringhelper.hxx"
 #include <rtl/string.hxx>
diff --git a/sal/rtl/source/logfile.cxx b/sal/rtl/source/logfile.cxx
index 7229a59..958adbd 100644
--- a/sal/rtl/source/logfile.cxx
+++ b/sal/rtl/source/logfile.cxx
@@ -34,7 +34,6 @@
 #include <rtl/logfile.h>
 #include <osl/process.h>
 #include <osl/time.h>
-#include <osl/time.h>
 #include <osl/mutex.hxx>
 #include <rtl/bootstrap.h>
 #include <rtl/oustringostreaminserter.hxx>
diff --git a/sal/rtl/source/random.cxx b/sal/rtl/source/random.cxx
index 774e8eb..da1ddda 100644
--- a/sal/rtl/source/random.cxx
+++ b/sal/rtl/source/random.cxx
@@ -34,7 +34,6 @@
 #include <rtl/alloc.h>
 #include <rtl/digest.h>
 #include <rtl/random.h>
-#include <osl/time.h>
 
 /*========================================================================
  *
diff --git a/sal/rtl/source/uri.cxx b/sal/rtl/source/uri.cxx
index 2c42abb..743acbd 100644
--- a/sal/rtl/source/uri.cxx
+++ b/sal/rtl/source/uri.cxx
@@ -26,9 +26,6 @@
  *
  ************************************************************************/
 
-
-#include "rtl/uri.h"
-
 #include "surrogates.hxx"
 
 #include "osl/diagnose.h"
diff --git a/sal/test/unloading/unloadTest.cxx b/sal/test/unloading/unloadTest.cxx
index 355fa47..303bc7e 100644
--- a/sal/test/unloading/unloadTest.cxx
+++ b/sal/test/unloading/unloadTest.cxx
@@ -44,7 +44,6 @@
 #include <com/sun/star/lang/XTypeProvider.hpp>
 #include <com/sun/star/container/XContentEnumerationAccess.hpp>
 
-#include <stdio.h>
 using namespace ::rtl;
 using namespace ::osl;
 using namespace ::com::sun::star::uno;


More information about the Libreoffice-commits mailing list