diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-20 21:03:23 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-20 21:03:23 -0800 |
commit | 768a646d7cc98d43be27c02db5b2f83b364a7438 (patch) | |
tree | 2ec76e00f571634bf703e81140e6188761d900ce | |
parent | 3e39bb8d56c5f3e0fd1d83a0c445f060a11a21c8 (diff) |
Cleanup some #include <tools/list.hxx>
-rw-r--r-- | UnoControls/inc/basecontainercontrol.hxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/dlgname.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/hyphen.cxx | 1 | ||||
-rw-r--r-- | cui/source/inc/iconcdlg.hxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/taborder.hxx | 3 | ||||
-rw-r--r-- | extensions/source/scanner/scanunx.cxx | 5 | ||||
-rw-r--r-- | forms/inc/pch/precompiled_forms.hxx | 3 | ||||
-rw-r--r-- | forms/source/component/imgprod.hxx | 8 |
8 files changed, 8 insertions, 15 deletions
diff --git a/UnoControls/inc/basecontainercontrol.hxx b/UnoControls/inc/basecontainercontrol.hxx index eef8940e7..5c4504de5 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 f56cc15c0..d4cb6fd7b 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 9168ea9db..c9c5c2d82 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 7ebaae6d2..7b13cfda8 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 fbe134f79..e10416376 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 dfae6eb49..ee4636f0f 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 259e5271f..c1b742f54 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 d6ec50c58..58f458325 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 ); |