summaryrefslogtreecommitdiff
path: root/forms
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 /forms
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>
Diffstat (limited to 'forms')
-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
12 files changed, 0 insertions, 20 deletions
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;