summaryrefslogtreecommitdiffstats
path: root/sfx2
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 /sfx2
parentremove unused help ids (diff)
downloadcore-2b7ee1db281e776c188bd11eeefa5c16c914761e.tar.gz
core-2b7ee1db281e776c188bd11eeefa5c16c914761e.zip
remove boilerplate comments
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/taskpane.cxx3
-rw-r--r--sfx2/source/doc/docmacromode.cxx3
-rw-r--r--sfx2/source/doc/docstoragemodifylistener.cxx2
-rw-r--r--sfx2/source/doc/docundomanager.cxx2
-rw-r--r--sfx2/source/doc/sfxmodelfactory.cxx2
-rw-r--r--sfx2/source/view/frmload.cxx2
-rw-r--r--sfx2/source/view/userinputinterception.cxx3
-rw-r--r--sfx2/workben/custompanel/ctp_factory.cxx2
-rw-r--r--sfx2/workben/custompanel/ctp_panel.cxx3
-rw-r--r--sfx2/workben/custompanel/ctp_services.cxx2
10 files changed, 4 insertions, 20 deletions
diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx
index 1ac035d00c77..c4bb67fd9a52 100644
--- a/sfx2/source/dialog/taskpane.cxx
+++ b/sfx2/source/dialog/taskpane.cxx
@@ -59,7 +59,6 @@ namespace sfx2
{
//......................................................................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XComponentContext;
using ::com::sun::star::uno::XInterface;
@@ -87,7 +86,7 @@ namespace sfx2
using ::com::sun::star::graphic::XGraphic;
using ::com::sun::star::accessibility::XAccessible;
using ::com::sun::star::awt::XControl;
- /** === end UNO using === **/
+
namespace PosSize = ::com::sun::star::awt::PosSize;
//==================================================================================================================
diff --git a/sfx2/source/doc/docmacromode.cxx b/sfx2/source/doc/docmacromode.cxx
index f84def52eb8d..f002f23239ca 100644
--- a/sfx2/source/doc/docmacromode.cxx
+++ b/sfx2/source/doc/docmacromode.cxx
@@ -44,7 +44,6 @@ namespace sfx2
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::task::XInteractionHandler;
using ::com::sun::star::uno::Any;
@@ -66,7 +65,7 @@ namespace sfx2
using ::com::sun::star::container::XNameAccess;
using ::com::sun::star::uno::UNO_QUERY_THROW;
using ::com::sun::star::uno::UNO_QUERY;
- /** === end UNO using === **/
+
namespace MacroExecMode = ::com::sun::star::document::MacroExecMode;
//====================================================================
diff --git a/sfx2/source/doc/docstoragemodifylistener.cxx b/sfx2/source/doc/docstoragemodifylistener.cxx
index aac1e342d06a..b3bf3b73d1f3 100644
--- a/sfx2/source/doc/docstoragemodifylistener.cxx
+++ b/sfx2/source/doc/docstoragemodifylistener.cxx
@@ -25,7 +25,6 @@ namespace sfx2
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -36,7 +35,6 @@ namespace sfx2
using ::com::sun::star::uno::Any;
using ::com::sun::star::uno::makeAny;
using ::com::sun::star::lang::EventObject;
- /** === end UNO using === **/
//====================================================================
//=
diff --git a/sfx2/source/doc/docundomanager.cxx b/sfx2/source/doc/docundomanager.cxx
index 22b1606eeebf..a3f046c9d719 100644
--- a/sfx2/source/doc/docundomanager.cxx
+++ b/sfx2/source/doc/docundomanager.cxx
@@ -41,7 +41,6 @@ namespace sfx2
{
//......................................................................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -69,7 +68,6 @@ namespace sfx2
using ::com::sun::star::document::XUndoManager;
using ::com::sun::star::lang::NoSupportException;
using ::com::sun::star::frame::XModel;
- /** === end UNO using === **/
using ::svl::IUndoManager;
diff --git a/sfx2/source/doc/sfxmodelfactory.cxx b/sfx2/source/doc/sfxmodelfactory.cxx
index a65547e78465..4adb3b96c077 100644
--- a/sfx2/source/doc/sfxmodelfactory.cxx
+++ b/sfx2/source/doc/sfxmodelfactory.cxx
@@ -34,7 +34,6 @@ namespace sfx2
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -51,7 +50,6 @@ namespace sfx2
using ::com::sun::star::beans::NamedValue;
using ::com::sun::star::beans::PropertyValue;
using ::com::sun::star::lang::XInitialization;
- /** === end UNO using === **/
//====================================================================
//= SfxModelFactory - declaration
diff --git a/sfx2/source/view/frmload.cxx b/sfx2/source/view/frmload.cxx
index afbc1fddb929..c56c45b07d7b 100644
--- a/sfx2/source/view/frmload.cxx
+++ b/sfx2/source/view/frmload.cxx
@@ -66,7 +66,6 @@
#include <ucbhelper/simpleinteractionrequest.hxx>
#include <osl/mutex.hxx>
-/** === begin UNO using === **/
using ::com::sun::star::beans::PropertyValue;
using ::com::sun::star::container::XContainerQuery;
using ::com::sun::star::container::XEnumeration;
@@ -95,7 +94,6 @@ using ::com::sun::star::container::XIndexAccess;
using ::com::sun::star::frame::XController2;
using ::com::sun::star::frame::XController;
using ::com::sun::star::frame::XModel2;
-/** === end UNO using === **/
SfxFrameLoader_Impl::SfxFrameLoader_Impl( const Reference< XComponentContext >& _rxContext )
:m_aContext( _rxContext )
diff --git a/sfx2/source/view/userinputinterception.cxx b/sfx2/source/view/userinputinterception.cxx
index 2e8d33d9091c..57701b533d69 100644
--- a/sfx2/source/view/userinputinterception.cxx
+++ b/sfx2/source/view/userinputinterception.cxx
@@ -33,7 +33,6 @@ namespace sfx2
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -49,7 +48,7 @@ namespace sfx2
using ::com::sun::star::awt::XKeyHandler;
using ::com::sun::star::awt::XMouseClickHandler;
using ::com::sun::star::lang::DisposedException;
- /** === end UNO using === **/
+
namespace MouseButton = ::com::sun::star::awt::MouseButton;
namespace KeyModifier = ::com::sun::star::awt::KeyModifier;
diff --git a/sfx2/workben/custompanel/ctp_factory.cxx b/sfx2/workben/custompanel/ctp_factory.cxx
index db1d0d809fc8..185862030ff6 100644
--- a/sfx2/workben/custompanel/ctp_factory.cxx
+++ b/sfx2/workben/custompanel/ctp_factory.cxx
@@ -30,7 +30,6 @@ namespace sd { namespace colortoolpanel
{
//......................................................................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -50,7 +49,6 @@ namespace sd { namespace colortoolpanel
using ::com::sun::star::beans::PropertyValue;
using ::com::sun::star::container::NoSuchElementException;
using ::com::sun::star::awt::XWindow;
- /** === end UNO using === **/
//==================================================================================================================
//= ToolPanelFactory
diff --git a/sfx2/workben/custompanel/ctp_panel.cxx b/sfx2/workben/custompanel/ctp_panel.cxx
index c7a0587cb50d..34c4a6c7d237 100644
--- a/sfx2/workben/custompanel/ctp_panel.cxx
+++ b/sfx2/workben/custompanel/ctp_panel.cxx
@@ -37,7 +37,6 @@ namespace sd { namespace colortoolpanel
{
//......................................................................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -64,7 +63,7 @@ namespace sd { namespace colortoolpanel
using ::com::sun::star::awt::XGraphics;
using ::com::sun::star::accessibility::XAccessible;
using ::com::sun::star::frame::XFrame;
- /** === end UNO using === **/
+
namespace WindowAttribute = ::com::sun::star::awt::WindowAttribute;
namespace PosSize = ::com::sun::star::awt::PosSize;
namespace UIElementType = ::com::sun::star::ui::UIElementType;
diff --git a/sfx2/workben/custompanel/ctp_services.cxx b/sfx2/workben/custompanel/ctp_services.cxx
index 37833d3f7976..26bacd3bc603 100644
--- a/sfx2/workben/custompanel/ctp_services.cxx
+++ b/sfx2/workben/custompanel/ctp_services.cxx
@@ -26,7 +26,6 @@ namespace sd { namespace colortoolpanel
{
//......................................................................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -38,7 +37,6 @@ namespace sd { namespace colortoolpanel
using ::com::sun::star::uno::makeAny;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::uno::Type;
- /** === end UNO using === **/
//==================================================================================================================
//= descriptors for the services implemented in this component