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:
parent
5a2123376d
commit
f7a65a1096
20 changed files with 0 additions and 38 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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()
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -42,10 +42,8 @@
|
|||
|
||||
#include <cppuhelper/interfacecontainer.hxx>
|
||||
#include <comphelper/componentbase.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include <tools/diagnose_ex.h>
|
||||
|
||||
|
||||
namespace pcr
|
||||
{
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <comphelper/property.hxx>
|
||||
#include <comphelper/uno3.hxx>
|
||||
#include <tools/solar.h>
|
||||
#include <tools/debug.hxx>
|
||||
|
||||
#include "property.hrc"
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
*/
|
||||
|
||||
#include "ImageButton.hxx"
|
||||
#include <tools/debug.hxx>
|
||||
#include <tools/urlobj.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
|
|
|
@ -18,10 +18,8 @@
|
|||
*/
|
||||
|
||||
#include "Numeric.hxx"
|
||||
#include <tools/debug.hxx>
|
||||
#include <comphelper/processfactory.hxx>
|
||||
|
||||
|
||||
namespace frm
|
||||
{
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue