summaryrefslogtreecommitdiff
path: root/forms
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 /forms
parent0c3ee477085b9ed1750fed540fd628a4a64a3497 (diff)
remove boilerplate comments
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/Pattern.cxx3
-rw-r--r--forms/source/component/cachedrowset.cxx3
-rw-r--r--forms/source/component/propertybaghelper.cxx3
-rw-r--r--forms/source/helper/commanddescriptionprovider.cxx2
-rw-r--r--forms/source/helper/commandimageprovider.cxx3
-rw-r--r--forms/source/helper/resettable.cxx2
-rw-r--r--forms/source/helper/windowstateguard.cxx2
-rw-r--r--forms/source/misc/componenttools.cxx2
-rw-r--r--forms/source/runtime/formoperations.cxx4
-rw-r--r--forms/source/xforms/submission/serialization_app_xml.cxx4
10 files changed, 5 insertions, 23 deletions
diff --git a/forms/source/component/Pattern.cxx b/forms/source/component/Pattern.cxx
index ae47721697c2..e0da52961d61 100644
--- a/forms/source/component/Pattern.cxx
+++ b/forms/source/component/Pattern.cxx
@@ -24,7 +24,6 @@ namespace frm
{
//.........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::lang::XMultiServiceFactory;
using ::com::sun::star::uno::Sequence;
@@ -36,7 +35,7 @@ namespace frm
using ::com::sun::star::uno::makeAny;
using ::com::sun::star::sdbc::XRowSet;
using ::com::sun::star::uno::UNO_QUERY;
- /** === end UNO using === **/
+
namespace FormComponentType = ::com::sun::star::form::FormComponentType;
//==================================================================
diff --git a/forms/source/component/cachedrowset.cxx b/forms/source/component/cachedrowset.cxx
index 0d7c91bef43b..ce410092155f 100644
--- a/forms/source/component/cachedrowset.cxx
+++ b/forms/source/component/cachedrowset.cxx
@@ -34,7 +34,6 @@ namespace frm
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::UNO_QUERY;
using ::com::sun::star::uno::UNO_QUERY_THROW;
@@ -51,7 +50,7 @@ namespace frm
using ::com::sun::star::container::XNameAccess;
using ::com::sun::star::sdbc::XResultSet;
using ::com::sun::star::sdbc::XStatement;
- /** === end UNO using === **/
+
namespace ResultSetType = ::com::sun::star::sdbc::ResultSetType;
//====================================================================
diff --git a/forms/source/component/propertybaghelper.cxx b/forms/source/component/propertybaghelper.cxx
index e36e8fd18763..0806249447dd 100644
--- a/forms/source/component/propertybaghelper.cxx
+++ b/forms/source/component/propertybaghelper.cxx
@@ -41,7 +41,6 @@ namespace frm
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::lang::DisposedException;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::beans::Property;
@@ -56,7 +55,7 @@ namespace frm
using ::com::sun::star::uno::Exception;
using ::com::sun::star::beans::NotRemoveableException;
using ::com::sun::star::beans::UnknownPropertyException;
- /** === end UNO using === **/
+
namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute;
//====================================================================
diff --git a/forms/source/helper/commanddescriptionprovider.cxx b/forms/source/helper/commanddescriptionprovider.cxx
index fe17051febea..16eccff51f18 100644
--- a/forms/source/helper/commanddescriptionprovider.cxx
+++ b/forms/source/helper/commanddescriptionprovider.cxx
@@ -33,7 +33,6 @@ namespace frm
{
//........................................................................
- /** === 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 frm
using ::com::sun::star::frame::XModuleManager2;
using ::com::sun::star::beans::PropertyValue;
using ::com::sun::star::frame::UICommandDescription;
- /** === end UNO using === **/
//====================================================================
//= DefaultCommandDescriptionProvider
diff --git a/forms/source/helper/commandimageprovider.cxx b/forms/source/helper/commandimageprovider.cxx
index a8b93da01851..88b118ee42e5 100644
--- a/forms/source/helper/commandimageprovider.cxx
+++ b/forms/source/helper/commandimageprovider.cxx
@@ -33,7 +33,6 @@ namespace frm
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -54,7 +53,7 @@ namespace frm
using ::com::sun::star::frame::ModuleManager;
using ::com::sun::star::frame::XModuleManager2;
using ::com::sun::star::graphic::XGraphic;
- /** === end UNO using === **/
+
namespace ImageType = ::com::sun::star::ui::ImageType;
//====================================================================
diff --git a/forms/source/helper/resettable.cxx b/forms/source/helper/resettable.cxx
index fd40b1da69dc..9430f6d05687 100644
--- a/forms/source/helper/resettable.cxx
+++ b/forms/source/helper/resettable.cxx
@@ -26,7 +26,6 @@ namespace frm
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -40,7 +39,6 @@ namespace frm
using ::com::sun::star::uno::Type;
using ::com::sun::star::form::XResetListener;
using ::com::sun::star::lang::EventObject;
- /** === end UNO using === **/
//====================================================================
//= ResetHelper
diff --git a/forms/source/helper/windowstateguard.cxx b/forms/source/helper/windowstateguard.cxx
index ecfab0e73fa6..b1057b382487 100644
--- a/forms/source/helper/windowstateguard.cxx
+++ b/forms/source/helper/windowstateguard.cxx
@@ -30,7 +30,6 @@ namespace frm
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::awt::XWindowListener2;
using ::com::sun::star::uno::Reference;
using ::com::sun::star::awt::XWindow2;
@@ -41,7 +40,6 @@ namespace frm
using ::com::sun::star::lang::EventObject;
using ::com::sun::star::uno::UNO_QUERY;
using ::com::sun::star::uno::Exception;
- /** === end UNO using === **/
//====================================================================
//= WindowStateGuard_Impl
diff --git a/forms/source/misc/componenttools.cxx b/forms/source/misc/componenttools.cxx
index 949c69fad15e..03b1f0eff145 100644
--- a/forms/source/misc/componenttools.cxx
+++ b/forms/source/misc/componenttools.cxx
@@ -29,13 +29,11 @@ namespace frm
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::frame::XModel;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::UNO_QUERY;
using ::com::sun::star::container::XChild;
- /** === end UNO using === **/
//====================================================================
//= TypeBag
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx
index d1c810e86a54..a95a6b6e2f6d 100644
--- a/forms/source/runtime/formoperations.cxx
+++ b/forms/source/runtime/formoperations.cxx
@@ -71,7 +71,6 @@ namespace frm
//........................................................................
using ::dbtools::SQLExceptionInfo;
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XComponentContext;
using ::com::sun::star::uno::RuntimeException;
@@ -113,10 +112,9 @@ namespace frm
using ::com::sun::star::beans::PropertyValue;
using ::com::sun::star::ui::dialogs::XExecutableDialog;
using ::com::sun::star::beans::NamedValue;
-
using ::com::sun::star::util::XRefreshable;
using ::com::sun::star::awt::XControlModel;
- /** === end UNO using === **/
+
namespace FormFeature = ::com::sun::star::form::runtime::FormFeature;
namespace RowChangeAction = ::com::sun::star::sdb::RowChangeAction;
diff --git a/forms/source/xforms/submission/serialization_app_xml.cxx b/forms/source/xforms/submission/serialization_app_xml.cxx
index 775e4a819880..1b4b24136fa3 100644
--- a/forms/source/xforms/submission/serialization_app_xml.cxx
+++ b/forms/source/xforms/submission/serialization_app_xml.cxx
@@ -21,7 +21,6 @@
#include "serialization.hxx"
#include "serialization_app_xml.hxx"
-/** === begin UNO includes === **/
#include <com/sun/star/io/Pipe.hpp>
#include <com/sun/star/xml/dom/DocumentBuilder.hpp>
#include <com/sun/star/xml/dom/XNode.hpp>
@@ -35,7 +34,6 @@
#include <com/sun/star/beans/StringPair.hpp>
#include <com/sun/star/io/XActiveDataSource.hpp>
#include <com/sun/star/xml/dom/XDocumentBuilder.hpp>
-/** === end UNO includes === **/
#include <tools/diagnose_ex.h>
#include <comphelper/processfactory.hxx>
@@ -43,7 +41,6 @@
#include <boost/scoped_ptr.hpp>
#include <limits>
-/** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::Exception;
using ::com::sun::star::uno::Sequence;
@@ -62,7 +59,6 @@ using ::com::sun::star::xml::dom::NodeType_ELEMENT_NODE;
using ::com::sun::star::xml::dom::XDocumentBuilder;
using ::com::sun::star::xml::sax::Writer;
using ::com::sun::star::xml::sax::XDocumentHandler;
-/** === end UNO using === **/
CSerializationAppXML::CSerializationAppXML()
: m_xBuffer(CSS::io::Pipe::create(comphelper::getProcessComponentContext()))