[Libreoffice-commits] .: cui/source extensions/source forms/inc forms/source UnoControls/inc

Joseph Powers jpowers at kemper.freedesktop.org
Sun Feb 20 21:03:50 PST 2011


 UnoControls/inc/basecontainercontrol.hxx |    1 -
 cui/source/dialogs/dlgname.cxx           |    1 -
 cui/source/dialogs/hyphen.cxx            |    1 -
 cui/source/inc/iconcdlg.hxx              |    1 -
 extensions/source/propctrlr/taborder.hxx |    3 +--
 extensions/source/scanner/scanunx.cxx    |    5 ++---
 forms/inc/pch/precompiled_forms.hxx      |    3 +--
 forms/source/component/imgprod.hxx       |    8 ++++----
 8 files changed, 8 insertions(+), 15 deletions(-)

New commits:
commit 768a646d7cc98d43be27c02db5b2f83b364a7438
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Sun Feb 20 21:03:23 2011 -0800

    Cleanup some #include <tools/list.hxx>

diff --git a/UnoControls/inc/basecontainercontrol.hxx b/UnoControls/inc/basecontainercontrol.hxx
index eef8940..5c4504d 100644
--- a/UnoControls/inc/basecontainercontrol.hxx
+++ b/UnoControls/inc/basecontainercontrol.hxx
@@ -43,7 +43,6 @@
 #include <com/sun/star/container/ContainerEvent.hpp>
 #include <com/sun/star/container/XIndexReplace.hpp>
 #include <com/sun/star/container/XNameContainer.hpp>
-#include <tools/list.hxx>
 #include <vector>
 
 //____________________________________________________________________________________________________________
diff --git a/cui/source/dialogs/dlgname.cxx b/cui/source/dialogs/dlgname.cxx
index f56cc15..d4cb6fd 100644
--- a/cui/source/dialogs/dlgname.cxx
+++ b/cui/source/dialogs/dlgname.cxx
@@ -27,7 +27,6 @@
  ************************************************************************/
 
 #include <tools/ref.hxx>
-#include <tools/list.hxx>
 #include <tools/shl.hxx>
 #include <tools/debug.hxx>
 #include <vcl/msgbox.hxx>
diff --git a/cui/source/dialogs/hyphen.cxx b/cui/source/dialogs/hyphen.cxx
index 9168ea9..c9c5c2d 100644
--- a/cui/source/dialogs/hyphen.cxx
+++ b/cui/source/dialogs/hyphen.cxx
@@ -37,7 +37,6 @@
 #include <svtools/langtab.hxx>
 #include <svx/dialmgr.hxx>
 #include <svx/dlgutil.hxx>
-#include <tools/list.hxx>
 #include <tools/shl.hxx>
 #include <vcl/msgbox.hxx>
 
diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx
index 7ebaae6..7b13cfd 100644
--- a/cui/source/inc/iconcdlg.hxx
+++ b/cui/source/inc/iconcdlg.hxx
@@ -36,7 +36,6 @@
 #include <svtools/ivctrl.hxx>
 #include <svl/itempool.hxx>
 #include <svl/itemset.hxx>
-#include <tools/list.hxx>
 #include <tools/string.hxx>
 #include <vector>
 
diff --git a/extensions/source/propctrlr/taborder.hxx b/extensions/source/propctrlr/taborder.hxx
index fbe134f..e104163 100644
--- a/extensions/source/propctrlr/taborder.hxx
+++ b/extensions/source/propctrlr/taborder.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -41,7 +41,6 @@
 
 #include <vcl/fixed.hxx>
 
-#include <tools/list.hxx>
 #include <comphelper/uno3.hxx>
 
 //............................................................................
diff --git a/extensions/source/scanner/scanunx.cxx b/extensions/source/scanner/scanunx.cxx
index dfae6eb..ee4636f 100644
--- a/extensions/source/scanner/scanunx.cxx
+++ b/extensions/source/scanner/scanunx.cxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -31,7 +31,6 @@
 #include <scanner.hxx>
 #include <sanedlg.hxx>
 #include <osl/thread.hxx>
-#include <tools/list.hxx>
 #include <boost/shared_ptr.hpp>
 
 #if OSL_DEBUG_LEVEL > 1
@@ -306,7 +305,7 @@ BOOL ScannerManager::configureScanner( ScannerContext& scanner_context ) throw(
     SaneDlg aDlg( NULL, pHolder->m_aSane );
     BOOL bRet = (BOOL)aDlg.Execute();
     pHolder->m_bBusy = false;
-        
+
     return bRet;
 }
 
diff --git a/forms/inc/pch/precompiled_forms.hxx b/forms/inc/pch/precompiled_forms.hxx
index 259e527..c1b742f 100644
--- a/forms/inc/pch/precompiled_forms.hxx
+++ b/forms/inc/pch/precompiled_forms.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -363,7 +363,6 @@
 #include "tools/diagnose_ex.h"
 #include "tools/inetmsg.hxx"
 #include "tools/link.hxx"
-#include "tools/list.hxx"
 #include "tools/resid.hxx"
 #include "tools/simplerm.hxx"
 #include "tools/solar.h"
diff --git a/forms/source/component/imgprod.hxx b/forms/source/component/imgprod.hxx
index d6ec50c..58f4583 100644
--- a/forms/source/component/imgprod.hxx
+++ b/forms/source/component/imgprod.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -55,8 +55,8 @@ namespace com { namespace sun { namespace star { namespace io {
 }}}}
 
 
-class ImageProducer :	public ::com::sun::star::awt::XImageProducer, 
-                        public ::com::sun::star::lang::XInitialization, 
+class ImageProducer :	public ::com::sun::star::awt::XImageProducer,
+                        public ::com::sun::star::lang::XInitialization,
                         public ::cppu::OWeakObject
 {
 private:
@@ -91,7 +91,7 @@ public:
     ::com::sun::star::uno::Any					SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);
     void										SAL_CALL acquire() throw()	{ OWeakObject::acquire(); }
     void										SAL_CALL release() throw()	{ OWeakObject::release(); }
-    
+
     // MT: ???
     void			setImage( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > & rStmRef );
 


More information about the Libreoffice-commits mailing list