[Libreoffice-commits] core.git: extensions/source forms/source
Marcos Paulo de Souza
marcos.souza.org at gmail.com
Thu Aug 21 05:09:44 PDT 2014
extensions/source/bibliography/framectr.cxx | 1 -
extensions/source/propctrlr/browserview.cxx | 6 ------
extensions/source/propctrlr/buttonnavigationhandler.cxx | 2 --
extensions/source/propctrlr/editpropertyhandler.cxx | 1 -
extensions/source/propctrlr/formgeometryhandler.cxx | 2 --
extensions/source/propctrlr/formmetadata.cxx | 4 ----
extensions/source/propctrlr/handlerhelper.cxx | 1 -
extensions/source/propctrlr/stringrepresentation.cxx | 1 -
forms/source/component/CheckBox.cxx | 1 -
forms/source/component/Currency.cxx | 2 --
forms/source/component/Date.cxx | 1 -
forms/source/component/Edit.cxx | 2 --
forms/source/component/FixedText.cxx | 2 --
forms/source/component/FormsCollection.cxx | 1 -
forms/source/component/GroupManager.cxx | 1 -
forms/source/component/ImageButton.cxx | 1 -
forms/source/component/Numeric.cxx | 2 --
forms/source/component/RadioButton.cxx | 1 -
forms/source/component/Time.cxx | 3 ---
forms/source/xforms/datatyperepository.cxx | 3 ---
20 files changed, 38 deletions(-)
New commits:
commit f7a65a109691616ff28bfe4917f3865d954bb00f
Author: Marcos Paulo de Souza <marcos.souza.org at gmail.com>
Date: Mon Aug 18 19:02:40 2014 -0300
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 at canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
diff --git a/extensions/source/bibliography/framectr.cxx b/extensions/source/bibliography/framectr.cxx
index 3eeacbb..7f997e5 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 8da7baa..3ce6501 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 d78194e..0dc7532 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 2f2429a..1126cb4 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 f8e8ae7..6e16c37 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 f9dca52..4dcd046 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 2451b31..5859c1e 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 c368a3a..3294247 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 e092bbe..53c1195 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 cbf99cc..421af7f 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 609dfb0..eaf6ab9 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 052f93e..c711ea9 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 cf1c197..249eca8 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 3fa25c7..1114961 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 5332b12..2a5a984 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 120d3da..36f7c66 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 eaacea9..15c6b16 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 dd8c54f..1440eab 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 0c5a596..1381204 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 e25f3e1..55c45b6 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;
More information about the Libreoffice-commits
mailing list