summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-01 18:45:57 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-01 22:45:36 +0200
commit2b7ee1db281e776c188bd11eeefa5c16c914761e (patch)
treef5c8539420559ed3dee5dcfff8fb70689b8b4fdc /svx/source
parent0c3ee477085b9ed1750fed540fd628a4a64a3497 (diff)
remove boilerplate comments
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/form/databaselocationinput.cxx3
-rw-r--r--svx/source/form/filtnav.cxx2
-rw-r--r--svx/source/form/fmcontrollayout.cxx3
-rw-r--r--svx/source/form/fmscriptingenv.cxx2
-rw-r--r--svx/source/form/fmvwimp.cxx3
-rw-r--r--svx/source/form/formcontrolfactory.cxx3
-rw-r--r--svx/source/form/formcontroller.cxx3
-rw-r--r--svx/source/form/formcontrolling.cxx3
-rw-r--r--svx/source/form/formdispatchinterceptor.cxx2
-rw-r--r--svx/source/form/legacyformcontroller.cxx2
-rw-r--r--svx/source/form/stringlistresource.cxx5
-rw-r--r--svx/source/sdr/contact/viewcontactofunocontrol.cxx2
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx2
-rw-r--r--svx/source/unodraw/shapepropertynotifier.cxx2
14 files changed, 6 insertions, 31 deletions
diff --git a/svx/source/form/databaselocationinput.cxx b/svx/source/form/databaselocationinput.cxx
index a8bd7f674f30..36b1a7abdc05 100644
--- a/svx/source/form/databaselocationinput.cxx
+++ b/svx/source/form/databaselocationinput.cxx
@@ -42,13 +42,12 @@ namespace svx
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Reference;
using ::com::sun::star::container::XNameAccess;
using ::com::sun::star::uno::UNO_QUERY_THROW;
using ::com::sun::star::uno::Exception;
- /** === end UNO using === **/
+
namespace TemplateDescription = ::com::sun::star::ui::dialogs::TemplateDescription;
//====================================================================
diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx
index c251f453a664..2a2b0eb3fb10 100644
--- a/svx/source/form/filtnav.cxx
+++ b/svx/source/form/filtnav.cxx
@@ -77,7 +77,6 @@ namespace svxform
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::lang::XMultiServiceFactory;
using ::com::sun::star::awt::TextEvent;
@@ -107,7 +106,6 @@ namespace svxform
using ::com::sun::star::uno::Exception;
using ::com::sun::star::awt::XTextComponent;
using ::com::sun::star::uno::Sequence;
- /** === end UNO using === **/
//========================================================================
OFilterItemExchange::OFilterItemExchange()
diff --git a/svx/source/form/fmcontrollayout.cxx b/svx/source/form/fmcontrollayout.cxx
index 754e34e6b465..179023218786 100644
--- a/svx/source/form/fmcontrollayout.cxx
+++ b/svx/source/form/fmcontrollayout.cxx
@@ -46,7 +46,6 @@ namespace svxform
//........................................................................
using namespace ::utl;
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -66,7 +65,7 @@ namespace svxform
using ::com::sun::star::lang::XServiceInfo;
using ::com::sun::star::container::XNameAccess;
using ::com::sun::star::container::XChild;
- /** === end UNO using === **/
+
namespace FormComponentType = ::com::sun::star::form::FormComponentType;
namespace VisualEffect = ::com::sun::star::awt::VisualEffect;
namespace ScriptType = ::com::sun::star::i18n::ScriptType;
diff --git a/svx/source/form/fmscriptingenv.cxx b/svx/source/form/fmscriptingenv.cxx
index 378e7bd664a8..574afae82813 100644
--- a/svx/source/form/fmscriptingenv.cxx
+++ b/svx/source/form/fmscriptingenv.cxx
@@ -46,7 +46,6 @@ namespace svxform
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::script::XEventAttacherManager;
using ::com::sun::star::lang::IllegalArgumentException;
@@ -65,7 +64,6 @@ namespace svxform
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::awt::XControl;
using ::com::sun::star::beans::XPropertySet;
- /** === end UNO using === **/
class FormScriptingEnvironment;
diff --git a/svx/source/form/fmvwimp.cxx b/svx/source/form/fmvwimp.cxx
index 743b0b68eb02..eaaa886bce45 100644
--- a/svx/source/form/fmvwimp.cxx
+++ b/svx/source/form/fmvwimp.cxx
@@ -92,7 +92,6 @@ using namespace ::svx;
using namespace ::svxform;
using namespace ::com::sun::star;
- /** === begin UNO using === **/
using ::com::sun::star::uno::Exception;
using ::com::sun::star::uno::RuntimeException;
using ::com::sun::star::uno::XInterface;
@@ -147,7 +146,7 @@ using namespace ::svxform;
using ::com::sun::star::util::XNumberFormatsSupplier;
using ::com::sun::star::util::XNumberFormats;
using ::com::sun::star::beans::XPropertySetInfo;
- /** === end UNO using === **/
+
namespace FormComponentType = ::com::sun::star::form::FormComponentType;
namespace CommandType = ::com::sun::star::sdb::CommandType;
namespace DataType = ::com::sun::star::sdbc::DataType;
diff --git a/svx/source/form/formcontrolfactory.cxx b/svx/source/form/formcontrolfactory.cxx
index 10b238eb8669..3992a40aaa78 100644
--- a/svx/source/form/formcontrolfactory.cxx
+++ b/svx/source/form/formcontrolfactory.cxx
@@ -54,7 +54,6 @@ namespace svxform
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -84,7 +83,7 @@ namespace svxform
using ::com::sun::star::lang::Locale;
using ::com::sun::star::lang::XServiceInfo;
using ::com::sun::star::container::XNameAccess;
- /** === end UNO using === **/
+
namespace FormComponentType = ::com::sun::star::form::FormComponentType;
namespace ScrollBarOrientation = ::com::sun::star::awt::ScrollBarOrientation;
namespace MouseWheelBehavior = ::com::sun::star::awt::MouseWheelBehavior;
diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx
index 50e3a6455c93..4a5d8a06b435 100644
--- a/svx/source/form/formcontroller.cxx
+++ b/svx/source/form/formcontroller.cxx
@@ -105,7 +105,6 @@ using namespace ::connectivity::simple;
namespace svxform
{
- /** === begin UNO using === **/
using ::com::sun::star::sdb::XColumn;
using ::com::sun::star::awt::XControl;
using ::com::sun::star::awt::XTabController;
@@ -200,7 +199,7 @@ namespace svxform
using ::com::sun::star::form::runtime::FormOperations;
using ::com::sun::star::container::XContainer;
using ::com::sun::star::sdbc::SQLWarning;
- /** === end UNO using === **/
+
namespace ColumnValue = ::com::sun::star::sdbc::ColumnValue;
namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute;
namespace FocusChangeReason = ::com::sun::star::awt::FocusChangeReason;
diff --git a/svx/source/form/formcontrolling.cxx b/svx/source/form/formcontrolling.cxx
index f03e253c4cb8..24aed5fa8f04 100644
--- a/svx/source/form/formcontrolling.cxx
+++ b/svx/source/form/formcontrolling.cxx
@@ -43,7 +43,6 @@ namespace svx
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::lang::XMultiServiceFactory;
using ::com::sun::star::form::runtime::XFormController;
@@ -62,7 +61,7 @@ namespace svx
using ::com::sun::star::sdb::XSQLErrorBroadcaster;
using ::com::sun::star::sdb::SQLErrorEvent;
using ::com::sun::star::lang::EventObject;
- /** === end UNO using === **/
+
namespace FormFeature = ::com::sun::star::form::runtime::FormFeature;
//====================================================================
diff --git a/svx/source/form/formdispatchinterceptor.cxx b/svx/source/form/formdispatchinterceptor.cxx
index 6830e7de6fa7..d7ac47dab289 100644
--- a/svx/source/form/formdispatchinterceptor.cxx
+++ b/svx/source/form/formdispatchinterceptor.cxx
@@ -26,7 +26,6 @@ namespace svxform
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -46,7 +45,6 @@ namespace svxform
using ::com::sun::star::frame::DispatchDescriptor;
using ::com::sun::star::frame::XDispatchProvider;
using ::com::sun::star::lang::EventObject;
- /** === end UNO using === **/
//========================================================================
//= DispatchInterceptionMultiplexer
diff --git a/svx/source/form/legacyformcontroller.cxx b/svx/source/form/legacyformcontroller.cxx
index 82347c4a55ae..90386864cae7 100644
--- a/svx/source/form/legacyformcontroller.cxx
+++ b/svx/source/form/legacyformcontroller.cxx
@@ -33,7 +33,6 @@ namespace svxform
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -52,7 +51,6 @@ namespace svxform
using ::com::sun::star::awt::XControlContainer;
using ::com::sun::star::lang::XServiceInfo;
using ::com::sun::star::form::runtime::FormController;
- /** === end UNO using === **/
using namespace ::com::sun::star;
diff --git a/svx/source/form/stringlistresource.cxx b/svx/source/form/stringlistresource.cxx
index c6339e99b497..9cf871f46d4b 100644
--- a/svx/source/form/stringlistresource.cxx
+++ b/svx/source/form/stringlistresource.cxx
@@ -24,11 +24,6 @@
//........................................................................
namespace svx
{
-//........................................................................
-
- /** === begin UNO using === **/
- /** === end UNO using === **/
-
//====================================================================
//= StringListResource
//====================================================================
diff --git a/svx/source/sdr/contact/viewcontactofunocontrol.cxx b/svx/source/sdr/contact/viewcontactofunocontrol.cxx
index 94cb79058e84..08f11004e96a 100644
--- a/svx/source/sdr/contact/viewcontactofunocontrol.cxx
+++ b/svx/source/sdr/contact/viewcontactofunocontrol.cxx
@@ -40,7 +40,6 @@
namespace sdr { namespace contact {
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::awt::XControl;
using ::com::sun::star::uno::Reference;
using ::com::sun::star::awt::XControlContainer;
@@ -48,7 +47,6 @@ namespace sdr { namespace contact {
using ::com::sun::star::awt::XWindow2;
using ::com::sun::star::uno::UNO_QUERY;
using ::com::sun::star::uno::Exception;
- /** === end UNO using === **/
//====================================================================
//= ViewContactOfUnoControl
diff --git a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
index 10b95b3f0874..ef8a8a2b33ad 100644
--- a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
@@ -107,7 +107,6 @@ form controls being in redlining or in hidden section are visible in alive-mode
namespace sdr { namespace contact {
//........................................................................
- /** === begin UNO using === **/
using namespace ::com::sun::star::awt::InvalidateStyle;
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
@@ -141,7 +140,6 @@ namespace sdr { namespace contact {
using ::com::sun::star::container::XContainer;
using ::com::sun::star::container::ContainerEvent;
using ::com::sun::star::uno::Any;
- /** === end UNO using === **/
//====================================================================
//= ControlHolder
diff --git a/svx/source/unodraw/shapepropertynotifier.cxx b/svx/source/unodraw/shapepropertynotifier.cxx
index 4843c77c5611..c8f8b4440c87 100644
--- a/svx/source/unodraw/shapepropertynotifier.cxx
+++ b/svx/source/unodraw/shapepropertynotifier.cxx
@@ -46,7 +46,6 @@ namespace svx
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -62,7 +61,6 @@ namespace svx
using ::com::sun::star::beans::XPropertyChangeListener;
using ::com::sun::star::lang::EventObject;
using ::com::sun::star::beans::XPropertySet;
- /** === end UNO using === **/
typedef ::boost::unordered_map< ShapeProperty, PPropertyValueProvider, ShapePropertyHash > PropertyProviders;