accessibility/inc/accessibility/extended/textwindowaccessibility.hxx | 1 - basic/qa/cppunit/basictest.hxx | 1 - basic/source/classes/propacc.cxx | 2 -- connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h | 3 --- connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h | 2 -- cui/source/factory/dlgfact.cxx | 3 --- cui/source/options/optbasic.cxx | 1 - include/sfx2/linksrc.hxx | 2 -- include/toolkit/helper/unopropertyarrayhelper.hxx | 1 - 9 files changed, 16 deletions(-)
New commits: commit 526a60086c536cea3005e744c03a09b77845c41f Author: Takeshi Abe <[email protected]> Date: Sun Dec 8 17:17:57 2013 +0900 Drop duplicate #include Change-Id: I05569ef98293445916e8f48e7f06abd795fe9bb5 diff --git a/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx b/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx index 20433be..5ef21b3 100644 --- a/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx +++ b/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx @@ -51,7 +51,6 @@ #include "svtools/svtools.hrc" #include <vcl/svapp.hxx> #include <unotools/accessiblerelationsethelper.hxx> -#include <com/sun/star/accessibility/AccessibleRelationType.hpp> #include <memory> #include <queue> #include <boost/unordered_map.hpp> diff --git a/basic/qa/cppunit/basictest.hxx b/basic/qa/cppunit/basictest.hxx index 8d99a6f..3cf5669 100644 --- a/basic/qa/cppunit/basictest.hxx +++ b/basic/qa/cppunit/basictest.hxx @@ -18,7 +18,6 @@ #include <basic/basrdll.hxx> #include <basic/sbmod.hxx> #include <basic/sbmeth.hxx> -#include <basic/basrdll.hxx> #include <basic/sbuno.hxx> #include <osl/file.hxx> diff --git a/basic/source/classes/propacc.cxx b/basic/source/classes/propacc.cxx index 7fd2097..f741478 100644 --- a/basic/source/classes/propacc.cxx +++ b/basic/source/classes/propacc.cxx @@ -25,8 +25,6 @@ #include <sbunoobj.hxx> #include <limits.h> -#include <limits.h> - using com::sun::star::uno::Reference; using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h b/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h index 65b7ed2..8b1a302 100644 --- a/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h +++ b/connectivity/source/drivers/mozab/bootstrap/mozilla_nsprofile.h @@ -52,20 +52,17 @@ #include "nsIInterfaceRequestor.h" #include "nsIInterfaceRequestorUtils.h" #include "nsIDirectoryService.h" -#include "nsIFactory.h" #include "nsIIOService.h" #include "nsNetUtil.h" #include "nsFileStream.h" #include "nsIStreamListener.h" #include "nsIServiceManager.h" -#include "nsCOMPtr.h" #include "nsIModule.h" #include "nsIGenericFactory.h" #include "nsICategoryManager.h" #include "nsXPCOM.h" #include "nsISupportsPrimitives.h" -#include "nsIDirectoryService.h" #include "nsDirectoryServiceDefs.h" #include "nsAppDirectoryServiceDefs.h" #include "nsIChromeRegistry.h" diff --git a/connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h b/connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h index b31e5c8..8d8c200 100644 --- a/connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h +++ b/connectivity/source/drivers/mozab/bootstrap/mozilla_profilemanager.h @@ -39,12 +39,10 @@ #include "nsIEnumerator.h" #include "prprf.h" -#include "nsCOMPtr.h" #include "nsIComponentManager.h" #include "nsEscape.h" #include "nsDirectoryServiceDefs.h" #include "nsAppDirectoryServiceDefs.h" -#include "nsILocalFile.h" #include "nsReadableUtils.h" diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 8193a1c..3cf3d97 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -41,9 +41,6 @@ #include "showcols.hxx" #include "zoom.hxx" #include "cuigaldlg.hxx" -#include "cuiimapwnd.hxx" -#include "hlmarkwn.hxx" -#include "srchxtra.hxx" #include "transfrm.hxx" #include "bbdlg.hxx" #include "cuisrchdlg.hxx" diff --git a/cui/source/options/optbasic.cxx b/cui/source/options/optbasic.cxx index a3b428b..7cddcc6 100644 --- a/cui/source/options/optbasic.cxx +++ b/cui/source/options/optbasic.cxx @@ -24,7 +24,6 @@ #include <officecfg/Office/BasicIDE.hxx> #include <boost/shared_ptr.hpp> #include <cuires.hrc> -#include <svtools/miscopt.hxx> SvxBasicIDEOptionsPage::SvxBasicIDEOptionsPage( Window* pParent, const SfxItemSet& rSet ) : SfxTabPage(pParent, "OptBasicIDEPage", "cui/ui/optbasicidepage.ui", rSet) diff --git a/include/sfx2/linksrc.hxx b/include/sfx2/linksrc.hxx index 0dfad8d..d4f004b 100644 --- a/include/sfx2/linksrc.hxx +++ b/include/sfx2/linksrc.hxx @@ -27,8 +27,6 @@ #include <tools/rtti.hxx> #include <com/sun/star/io/XInputStream.hpp> -#include <sal/config.h> - namespace com { namespace sun { namespace star { namespace uno { class Any; diff --git a/include/toolkit/helper/unopropertyarrayhelper.hxx b/include/toolkit/helper/unopropertyarrayhelper.hxx index b09edcc..172c21d 100644 --- a/include/toolkit/helper/unopropertyarrayhelper.hxx +++ b/include/toolkit/helper/unopropertyarrayhelper.hxx @@ -25,7 +25,6 @@ #include <list> #include <set> -#include <toolkit/dllapi.h> // ---------------------------------------------------- // class UnoPropertyArrayHelper _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
