Remove useless include tools/debug.hxx from forms and extensions

Change-Id: Idc8ecbb65c7c4c63950d8b249e0d0d91788d6d3b
Reviewed-on: https://gerrit.libreoffice.org/11012
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
This commit is contained in:
Marcos Paulo de Souza 2014-08-18 19:02:40 -03:00 committed by Björn Michaelsen
parent 5a2123376d
commit f7a65a1096
20 changed files with 0 additions and 38 deletions

View file

@ -20,7 +20,6 @@
#include <vcl/waitobj.hxx>
#include <com/sun/star/util/URL.hpp>
#include <vcl/msgbox.hxx>
#include <tools/debug.hxx>
#include <vcl/stdtext.hxx>
#include <comphelper/types.hxx>
#include <comphelper/sequence.hxx>

View file

@ -20,19 +20,13 @@
#include "browserview.hxx"
#include "propertyeditor.hxx"
#include "propctrlr.hrc"
#include <tools/debug.hxx>
#include <boost/scoped_ptr.hpp>
namespace pcr
{
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
//= class OPropertyBrowserView

View file

@ -24,8 +24,6 @@
#include "pushbuttonnavigation.hxx"
#include <com/sun/star/form/inspection/FormComponentPropertyHandler.hpp>
#include <tools/debug.hxx>
extern "C" void SAL_CALL createRegistryInfo_ButtonNavigationHandler()
{

View file

@ -23,7 +23,6 @@
#include "pcrservices.hxx"
#include <com/sun/star/inspection/XObjectInspectorUI.hpp>
#include <tools/debug.hxx>
#define TEXTTYPE_SINGLELINE 0
#define TEXTTYPE_MULTILINE 1

View file

@ -42,10 +42,8 @@
#include <cppuhelper/interfacecontainer.hxx>
#include <comphelper/componentbase.hxx>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
namespace pcr
{

View file

@ -22,17 +22,13 @@
#include "formresid.hrc"
#include "propctrlr.hrc"
#include <svtools/localresaccess.hxx>
#include <tools/debug.hxx>
#include <comphelper/extract.hxx>
#include <sal/macros.h>
#include <algorithm>
#include <functional>
namespace pcr
{
using namespace ::com::sun::star::uno;

View file

@ -34,7 +34,6 @@
#include <com/sun/star/inspection/PropertyControlType.hpp>
#include <com/sun/star/inspection/XStringListControl.hpp>
#include <com/sun/star/inspection/XNumericControl.hpp>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
#include <tools/StringListResource.hxx>
#include <toolkit/helper/vclunohelper.hxx>

View file

@ -38,7 +38,6 @@
#include <connectivity/dbconversion.hxx>
#include "formresid.hrc"
#include "pcrservices.hxx"
#include <tools/debug.hxx>
#include <tools/StringListResource.hxx>
#include <comphelper/types.hxx>
#include "modulepcr.hxx"

View file

@ -21,7 +21,6 @@
#include "property.hxx"
#include "property.hrc"
#include "services.hxx"
#include <tools/debug.hxx>
#include <comphelper/basicio.hxx>
#include <comphelper/processfactory.hxx>

View file

@ -19,13 +19,11 @@
#include "Currency.hxx"
#include "services.hxx"
#include <tools/debug.hxx>
#include <unotools/localedatawrapper.hxx>
#include <vcl/svapp.hxx>
#include <unotools/syslocale.hxx>
#include <comphelper/processfactory.hxx>
namespace frm
{

View file

@ -19,7 +19,6 @@
#include "Date.hxx"
#include "services.hxx"
#include <tools/debug.hxx>
#include <tools/date.hxx>
#include <connectivity/dbconversion.hxx>
#include <com/sun/star/sdbc/DataType.hpp>

View file

@ -37,7 +37,6 @@
#include <connectivity/dbconversion.hxx>
#include <tools/diagnose_ex.h>
#include <tools/debug.hxx>
#include <comphelper/container.hxx>
#include <comphelper/numbers.hxx>
@ -45,7 +44,6 @@
using namespace dbtools;
namespace frm
{
using namespace ::com::sun::star::uno;

View file

@ -21,10 +21,8 @@
#include "services.hxx"
#include "property.hrc"
#include "property.hxx"
#include <tools/debug.hxx>
#include <comphelper/processfactory.hxx>
namespace frm
{
using namespace ::com::sun::star::uno;

View file

@ -23,7 +23,6 @@
#include <comphelper/sequence.hxx>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <tools/debug.hxx>
#include <com/sun/star/form/XForm.hpp>

View file

@ -23,7 +23,6 @@
#include <comphelper/property.hxx>
#include <comphelper/uno3.hxx>
#include <tools/solar.h>
#include <tools/debug.hxx>
#include "property.hrc"

View file

@ -18,7 +18,6 @@
*/
#include "ImageButton.hxx"
#include <tools/debug.hxx>
#include <tools/urlobj.hxx>
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>

View file

@ -18,10 +18,8 @@
*/
#include "Numeric.hxx"
#include <tools/debug.hxx>
#include <comphelper/processfactory.hxx>
namespace frm
{

View file

@ -22,7 +22,6 @@
#include "property.hxx"
#include "property.hrc"
#include "services.hxx"
#include <tools/debug.hxx>
#include <comphelper/basicio.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/container/XIndexAccess.hpp>

View file

@ -18,7 +18,6 @@
*/
#include "Time.hxx"
#include <tools/debug.hxx>
#include <tools/time.hxx>
#include <connectivity/dbconversion.hxx>
#include <com/sun/star/sdbc/DataType.hpp>
@ -26,11 +25,9 @@
using namespace dbtools;
namespace frm
{
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::sdb;

View file

@ -25,18 +25,15 @@
#include "frm_strings.hxx"
#include "property.hrc"
#include <tools/debug.hxx>
#include <comphelper/enumhelper.hxx>
#include <functional>
#include <algorithm>
#include <o3tl/compat_functional.hxx>
namespace xforms
{
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::RuntimeException;
using ::com::sun::star::uno::Any;