summaryrefslogtreecommitdiff
path: root/sfx2/source/inc
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:34:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 08:12:10 -0600
commitc7c40687f6d1e0f155dde44d8803a2e957797c08 (patch)
tree20e6807f1ded95c85d3477f8951caa62f352e954 /sfx2/source/inc
parentff0562fa4f7d8b7aceca16771d84db87d3f19756 (diff)
Remove visual noise from sfx2
Change-Id: I0f556a386ce64d154b695c2a35f808c94b9f0b7a Reviewed-on: https://gerrit.libreoffice.org/8310 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r--sfx2/source/inc/appbas.hxx2
-rw-r--r--sfx2/source/inc/docundomanager.hxx12
-rw-r--r--sfx2/source/inc/eventsupplier.hxx2
-rw-r--r--sfx2/source/inc/objshimp.hxx2
-rw-r--r--sfx2/source/inc/sfxtypes.hxx6
-rw-r--r--sfx2/source/inc/statcach.hxx8
-rw-r--r--sfx2/source/inc/virtmenu.hxx6
-rw-r--r--sfx2/source/inc/workwin.hxx20
8 files changed, 29 insertions, 29 deletions
diff --git a/sfx2/source/inc/appbas.hxx b/sfx2/source/inc/appbas.hxx
index 578370d20978..ebedd3ce5a2a 100644
--- a/sfx2/source/inc/appbas.hxx
+++ b/sfx2/source/inc/appbas.hxx
@@ -25,7 +25,7 @@
class StarBASIC;
class SbxObject;
-//=========================================================================
+
SbxVariable* MakeVariable( StarBASIC *pBas, SbxObject *pObject,
const char *pName, sal_uIntPtr nSID, SbxDataType eType=SbxOBJECT,
diff --git a/sfx2/source/inc/docundomanager.hxx b/sfx2/source/inc/docundomanager.hxx
index 66336c507e1b..b717be82229c 100644
--- a/sfx2/source/inc/docundomanager.hxx
+++ b/sfx2/source/inc/docundomanager.hxx
@@ -29,14 +29,14 @@
#include <boost/scoped_ptr.hpp>
#include <boost/noncopyable.hpp>
-//......................................................................................................................
+
namespace sfx2
{
-//......................................................................................................................
- //==================================================================================================================
+
+
//= DocumentUndoManager
- //==================================================================================================================
+
typedef ::cppu::ImplHelper1 < ::com::sun::star::document::XUndoManager
> DocumentUndoManager_Base;
struct DocumentUndoManager_Impl;
@@ -95,9 +95,9 @@ namespace sfx2
::boost::scoped_ptr< DocumentUndoManager_Impl > m_pImpl;
};
-//......................................................................................................................
+
} // namespace sfx2
-//......................................................................................................................
+
#endif // INCLUDED_SFX2_SOURCE_INC_DOCUNDOMANAGER_HXX
diff --git a/sfx2/source/inc/eventsupplier.hxx b/sfx2/source/inc/eventsupplier.hxx
index d8d2a8d124da..d2bb21b76be4 100644
--- a/sfx2/source/inc/eventsupplier.hxx
+++ b/sfx2/source/inc/eventsupplier.hxx
@@ -49,7 +49,7 @@ namespace comphelper
class SfxObjectShell;
class SvxMacro;
-//--------------------------------------------------------------------------------------------------------
+
class SfxEvents_Impl : public ::cppu::WeakImplHelper2< css::container::XNameReplace, css::document::XEventListener >
{
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx
index fb0dccafc861..02f473ba1679 100644
--- a/sfx2/source/inc/objshimp.hxx
+++ b/sfx2/source/inc/objshimp.hxx
@@ -33,7 +33,7 @@
namespace svtools { class AsynchronLink; }
-//====================================================================
+
DBG_NAMEEX(SfxObjectShell)
diff --git a/sfx2/source/inc/sfxtypes.hxx b/sfx2/source/inc/sfxtypes.hxx
index f26d397dc344..177bcaf0cebb 100644
--- a/sfx2/source/inc/sfxtypes.hxx
+++ b/sfx2/source/inc/sfxtypes.hxx
@@ -41,7 +41,7 @@
#endif
#endif
-//------------------------------------------------------------------------
+
// Macro for the Call-Profiler under WinNT
// with S_CAP a measurement can be started, and stopped with E_CAP
@@ -84,7 +84,7 @@ struct _Capper
#define DBG_OUTF(x)
#endif
-//------------------------------------------------------------------------
+
#if defined(DBG_UTIL) && defined(WNT)
@@ -110,7 +110,7 @@ public:
#define SFX_STACK(s)
#endif
-//------------------------------------------------------------------------
+
struct StringList_Impl : private Resource
{
diff --git a/sfx2/source/inc/statcach.hxx b/sfx2/source/inc/statcach.hxx
index 60479bad1ba3..6387d83b2b6b 100644
--- a/sfx2/source/inc/statcach.hxx
+++ b/sfx2/source/inc/statcach.hxx
@@ -114,7 +114,7 @@ public:
{ xMyDispatch = rDisp; }
};
-//--------------------------------------------------------------------
+
// clears Cached-Item
@@ -123,7 +123,7 @@ inline void SfxStateCache::ClearCache()
bItemDirty = sal_True;
}
-//--------------------------------------------------------------------
+
// registeres a item representing this function
@@ -138,7 +138,7 @@ inline SfxControllerItem* SfxStateCache::ChangeItemLink( SfxControllerItem* pNew
}
return pOldBinding;
}
-//--------------------------------------------------------------------
+
// returns the func binding which becomes called on spreading states
@@ -146,7 +146,7 @@ inline SfxControllerItem* SfxStateCache::GetItemLink() const
{
return pController;
}
-//--------------------------------------------------------------------
+
inline sal_uInt16 SfxStateCache::GetId() const
{
diff --git a/sfx2/source/inc/virtmenu.hxx b/sfx2/source/inc/virtmenu.hxx
index cc637c51998c..0c002cdfb78a 100644
--- a/sfx2/source/inc/virtmenu.hxx
+++ b/sfx2/source/inc/virtmenu.hxx
@@ -108,7 +108,7 @@ public:
DECL_LINK( Select, Menu * );
};
-//--------------------------------------------------------------------
+
// return the number of virtual items in this menu
@@ -116,14 +116,14 @@ inline sal_uInt16 SfxVirtualMenu::GetItemCount() const
{
return nCount;
}
-//--------------------------------------------------------------------
+
inline SfxMenuControl& SfxVirtualMenu::operator[]( sal_uInt16 nPos ) const
{
return *(pItems+nPos);
}
-//--------------------------------------------------------------------
+
// returns the item id at position nPos in the menu (or 0 if sep.)
diff --git a/sfx2/source/inc/workwin.hxx b/sfx2/source/inc/workwin.hxx
index ceed92e008a1..b05807c2495b 100644
--- a/sfx2/source/inc/workwin.hxx
+++ b/sfx2/source/inc/workwin.hxx
@@ -41,7 +41,7 @@
class SfxSplitWindow;
class SfxWorkWindow;
-//====================================================================
+
// This struct makes all relevant Informationen available of Toolboxes
struct SfxObjectBar_Impl
@@ -64,7 +64,7 @@ struct SfxObjectBar_Impl
{}
};
-//------------------------------------------------------------------------------
+
// This struct makes all relevant Informationen available of the status bar
struct SfxStatBar_Impl
@@ -80,7 +80,7 @@ struct SfxStatBar_Impl
{}
};
-//------------------------------------------------------------------------------
+
#define CHILD_NOT_VISIBLE 0
#define CHILD_ACTIVE 1 // not disabled through HidePopups
@@ -170,7 +170,7 @@ struct SfxObjectBarList_Impl
#define SFX_SPLITWINDOWS_BOTTOM 3
#define SFX_SPLITWINDOWS_MAX 4
-//--------------------------------------------------------------------
+
class LayoutManagerListener : public ::cppu::WeakImplHelper2<
css::frame::XLayoutManagerListener,
@@ -182,21 +182,21 @@ class LayoutManagerListener : public ::cppu::WeakImplHelper2<
void setFrame( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame );
- //---------------------------------------------------------------------------------------------------------
+
// XComponent
- //---------------------------------------------------------------------------------------------------------
+
virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL dispose() throw( ::com::sun::star::uno::RuntimeException );
- //---------------------------------------------------------------------------------------------------------
+
// XEventListener
- //---------------------------------------------------------------------------------------------------------
+
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& aEvent ) throw( ::com::sun::star::uno::RuntimeException );
- //---------------------------------------------------------------------------------------------------------
+
// XLayoutManagerEventListener
- //---------------------------------------------------------------------------------------------------------
+
virtual void SAL_CALL layoutEvent( const ::com::sun::star::lang::EventObject& aSource, ::sal_Int16 eLayoutEvent, const ::com::sun::star::uno::Any& aInfo ) throw (::com::sun::star::uno::RuntimeException);
private: