summaryrefslogtreecommitdiff
path: root/forms/source/runtime
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/source/runtime
parent0c3ee477085b9ed1750fed540fd628a4a64a3497 (diff)
remove boilerplate comments
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
Diffstat (limited to 'forms/source/runtime')
-rw-r--r--forms/source/runtime/formoperations.cxx4
1 files changed, 1 insertions, 3 deletions
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;