summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2014-08-18 19:02:40 -0300
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2014-08-21 07:09:21 -0500
commitf7a65a109691616ff28bfe4917f3865d954bb00f (patch)
treee551d72027ebed02e29bd90db1acfdd418f4947d
parent5a2123376dc010ca4e3f0a19d7dbbfaeb25ea963 (diff)
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>
-rw-r--r--extensions/source/bibliography/framectr.cxx1
-rw-r--r--extensions/source/propctrlr/browserview.cxx6
-rw-r--r--extensions/source/propctrlr/buttonnavigationhandler.cxx2
-rw-r--r--extensions/source/propctrlr/editpropertyhandler.cxx1
-rw-r--r--extensions/source/propctrlr/formgeometryhandler.cxx2
-rw-r--r--extensions/source/propctrlr/formmetadata.cxx4
-rw-r--r--extensions/source/propctrlr/handlerhelper.cxx1
-rw-r--r--extensions/source/propctrlr/stringrepresentation.cxx1
-rw-r--r--forms/source/component/CheckBox.cxx1
-rw-r--r--forms/source/component/Currency.cxx2
-rw-r--r--forms/source/component/Date.cxx1
-rw-r--r--forms/source/component/Edit.cxx2
-rw-r--r--forms/source/component/FixedText.cxx2
-rw-r--r--forms/source/component/FormsCollection.cxx1
-rw-r--r--forms/source/component/GroupManager.cxx1
-rw-r--r--forms/source/component/ImageButton.cxx1
-rw-r--r--forms/source/component/Numeric.cxx2
-rw-r--r--forms/source/component/RadioButton.cxx1
-rw-r--r--forms/source/component/Time.cxx3
-rw-r--r--forms/source/xforms/datatyperepository.cxx3
20 files changed, 0 insertions, 38 deletions
diff --git a/extensions/source/bibliography/framectr.cxx b/extensions/source/bibliography/framectr.cxx
index 3eeacbb1e074..7f997e5dd88a 100644
--- a/extensions/source/bibliography/framectr.cxx
+++ b/extensions/source/bibliography/framectr.cxx
@@ -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>
diff --git a/extensions/source/propctrlr/browserview.cxx b/extensions/source/propctrlr/browserview.cxx
index 8da7baaaf3d3..3ce6501c41c9 100644
--- a/extensions/source/propctrlr/browserview.cxx
+++ b/extensions/source/propctrlr/browserview.cxx
@@ -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
diff --git a/extensions/source/propctrlr/buttonnavigationhandler.cxx b/extensions/source/propctrlr/buttonnavigationhandler.cxx
index d78194e722ed..0dc7532ce027 100644
--- a/extensions/source/propctrlr/buttonnavigationhandler.cxx
+++ b/extensions/source/propctrlr/buttonnavigationhandler.cxx
@@ -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()
{
diff --git a/extensions/source/propctrlr/editpropertyhandler.cxx b/extensions/source/propctrlr/editpropertyhandler.cxx
index 2f2429a6d09d..1126cb44c3aa 100644
--- a/extensions/source/propctrlr/editpropertyhandler.cxx
+++ b/extensions/source/propctrlr/editpropertyhandler.cxx
@@ -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
diff --git a/extensions/source/propctrlr/formgeometryhandler.cxx b/extensions/source/propctrlr/formgeometryhandler.cxx
index f8e8ae750352..6e16c3700b82 100644
--- a/extensions/source/propctrlr/formgeometryhandler.cxx
+++ b/extensions/source/propctrlr/formgeometryhandler.cxx
@@ -42,10 +42,8 @@
#include <cppuhelper/interfacecontainer.hxx>
#include <comphelper/componentbase.hxx>
-#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
-
namespace pcr
{
diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx
index f9dca526ae4a..4dcd046a6ee1 100644
--- a/extensions/source/propctrlr/formmetadata.cxx
+++ b/extensions/source/propctrlr/formmetadata.cxx
@@ -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;
diff --git a/extensions/source/propctrlr/handlerhelper.cxx b/extensions/source/propctrlr/handlerhelper.cxx
index 2451b31dd2a8..5859c1eff48b 100644
--- a/extensions/source/propctrlr/handlerhelper.cxx
+++ b/extensions/source/propctrlr/handlerhelper.cxx
@@ -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>
diff --git a/extensions/source/propctrlr/stringrepresentation.cxx b/extensions/source/propctrlr/stringrepresentation.cxx
index c368a3a3d027..329424794a87 100644
--- a/extensions/source/propctrlr/stringrepresentation.cxx
+++ b/extensions/source/propctrlr/stringrepresentation.cxx
@@ -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"
diff --git a/forms/source/component/CheckBox.cxx b/forms/source/component/CheckBox.cxx
index e092bbe61797..53c119591066 100644
--- a/forms/source/component/CheckBox.cxx
+++ b/forms/source/component/CheckBox.cxx
@@ -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>
diff --git a/forms/source/component/Currency.cxx b/forms/source/component/Currency.cxx
index cbf99cc5520b..421af7f2508b 100644
--- a/forms/source/component/Currency.cxx
+++ b/forms/source/component/Currency.cxx
@@ -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
{
diff --git a/forms/source/component/Date.cxx b/forms/source/component/Date.cxx
index 609dfb0b47be..eaf6ab99e534 100644
--- a/forms/source/component/Date.cxx
+++ b/forms/source/component/Date.cxx
@@ -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>
diff --git a/forms/source/component/Edit.cxx b/forms/source/component/Edit.cxx
index 052f93e9bfa4..c711ea972ba7 100644
--- a/forms/source/component/Edit.cxx
+++ b/forms/source/component/Edit.cxx
@@ -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;
diff --git a/forms/source/component/FixedText.cxx b/forms/source/component/FixedText.cxx
index cf1c197fca06..249eca88665f 100644
--- a/forms/source/component/FixedText.cxx
+++ b/forms/source/component/FixedText.cxx
@@ -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;
diff --git a/forms/source/component/FormsCollection.cxx b/forms/source/component/FormsCollection.cxx
index 3fa25c7a42e7..1114961e1a0c 100644
--- a/forms/source/component/FormsCollection.cxx
+++ b/forms/source/component/FormsCollection.cxx
@@ -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>
diff --git a/forms/source/component/GroupManager.cxx b/forms/source/component/GroupManager.cxx
index 5332b1244498..2a5a98462b27 100644
--- a/forms/source/component/GroupManager.cxx
+++ b/forms/source/component/GroupManager.cxx
@@ -23,7 +23,6 @@
#include <comphelper/property.hxx>
#include <comphelper/uno3.hxx>
#include <tools/solar.h>
-#include <tools/debug.hxx>
#include "property.hrc"
diff --git a/forms/source/component/ImageButton.cxx b/forms/source/component/ImageButton.cxx
index 120d3dac5506..36f7c662cbca 100644
--- a/forms/source/component/ImageButton.cxx
+++ b/forms/source/component/ImageButton.cxx
@@ -18,7 +18,6 @@
*/
#include "ImageButton.hxx"
-#include <tools/debug.hxx>
#include <tools/urlobj.hxx>
#include <vcl/svapp.hxx>
#include <osl/mutex.hxx>
diff --git a/forms/source/component/Numeric.cxx b/forms/source/component/Numeric.cxx
index eaacea978aef..15c6b16d71b3 100644
--- a/forms/source/component/Numeric.cxx
+++ b/forms/source/component/Numeric.cxx
@@ -18,10 +18,8 @@
*/
#include "Numeric.hxx"
-#include <tools/debug.hxx>
#include <comphelper/processfactory.hxx>
-
namespace frm
{
diff --git a/forms/source/component/RadioButton.cxx b/forms/source/component/RadioButton.cxx
index dd8c54f45089..1440eabaa2e0 100644
--- a/forms/source/component/RadioButton.cxx
+++ b/forms/source/component/RadioButton.cxx
@@ -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>
diff --git a/forms/source/component/Time.cxx b/forms/source/component/Time.cxx
index 0c5a59695f2d..13812043d43b 100644
--- a/forms/source/component/Time.cxx
+++ b/forms/source/component/Time.cxx
@@ -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;
diff --git a/forms/source/xforms/datatyperepository.cxx b/forms/source/xforms/datatyperepository.cxx
index e25f3e1ee9d8..55c45b67686e 100644
--- a/forms/source/xforms/datatyperepository.cxx
+++ b/forms/source/xforms/datatyperepository.cxx
@@ -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;