summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
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/appl
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/appl')
-rw-r--r--sfx2/source/appl/app.cxx2
-rw-r--r--sfx2/source/appl/app.src2
-rw-r--r--sfx2/source/appl/appbas.cxx2
-rw-r--r--sfx2/source/appl/appbaslib.cxx6
-rw-r--r--sfx2/source/appl/appchild.cxx2
-rw-r--r--sfx2/source/appl/appdde.cxx2
-rw-r--r--sfx2/source/appl/appinit.cxx8
-rw-r--r--sfx2/source/appl/appmain.cxx2
-rw-r--r--sfx2/source/appl/appmisc.cxx4
-rw-r--r--sfx2/source/appl/appopen.cxx8
-rw-r--r--sfx2/source/appl/appquit.cxx2
-rw-r--r--sfx2/source/appl/appreg.cxx2
-rw-r--r--sfx2/source/appl/appuno.cxx6
-rw-r--r--sfx2/source/appl/childwin.cxx2
-rw-r--r--sfx2/source/appl/module.cxx8
-rw-r--r--sfx2/source/appl/newhelp.cxx8
-rw-r--r--sfx2/source/appl/workwin.cxx12
17 files changed, 39 insertions, 39 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx
index 7a500e8c0263..85560fc5d602 100644
--- a/sfx2/source/appl/app.cxx
+++ b/sfx2/source/appl/app.cxx
@@ -243,7 +243,7 @@ SfxApplication::~SfxApplication()
pApp = 0;
}
-//====================================================================
+
const OUString& SfxApplication::GetLastDir_Impl() const
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 7559adb1a159..448e68d297ba 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -324,7 +324,7 @@ String RID_STR_HLPFILENOTEXIST
Text [ en-US ] = "The help file for this topic is not installed." ;
};
- //----------------------------------------------------------------------------
+
String RID_ENVTOOLBOX
{
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx
index 57a3733477b0..510a4796ed97 100644
--- a/sfx2/source/appl/appbas.cxx
+++ b/sfx2/source/appl/appbas.cxx
@@ -86,7 +86,7 @@ using namespace ::com::sun::star::script;
using ::basic::BasicManagerRepository;
-//=========================================================================
+
sal_uInt16 SfxApplication::SaveBasicAndDialogContainer() const
{
if ( pAppData_Impl->pBasicManager->isValid() )
diff --git a/sfx2/source/appl/appbaslib.cxx b/sfx2/source/appl/appbaslib.cxx
index 7d295cdef8cc..aeee95233dff 100644
--- a/sfx2/source/appl/appbaslib.cxx
+++ b/sfx2/source/appl/appbaslib.cxx
@@ -36,7 +36,7 @@ using namespace ::com::sun::star::embed;
using ::osl::MutexGuard;
using ::osl::Mutex;
-//============================================================================
+
SfxBasicManagerHolder::SfxBasicManagerHolder()
:mpBasicManager( NULL )
{
@@ -153,7 +153,7 @@ SfxBasicManagerHolder::LegacyPsswdBinaryLimitExceeded( Sequence< OUString >& sMo
return sal_True;
}
-//============================================================================
+
// Service for application library container
extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL
@@ -165,7 +165,7 @@ com_sun_star_comp_sfx2_ApplicationDialogLibraryContainer_get_implementation(
return SFX_APP()->GetDialogContainer();
}
-//============================================================================
+
// Service for application library container
extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface * SAL_CALL
diff --git a/sfx2/source/appl/appchild.cxx b/sfx2/source/appl/appchild.cxx
index 4714bb9026f9..1ab79aa492f0 100644
--- a/sfx2/source/appl/appchild.cxx
+++ b/sfx2/source/appl/appchild.cxx
@@ -34,7 +34,7 @@
#include <sfx2/module.hxx>
#include <sfx2/sfxsids.hrc>
-//=========================================================================
+
void SfxApplication::RegisterChildWindow_Impl( SfxModule *pMod, SfxChildWinFactory *pFact )
diff --git a/sfx2/source/appl/appdde.cxx b/sfx2/source/appl/appdde.cxx
index 502759c4c8ad..b4b949fd9618 100644
--- a/sfx2/source/appl/appdde.cxx
+++ b/sfx2/source/appl/appdde.cxx
@@ -44,7 +44,7 @@
#include <comphelper/string.hxx>
#include <com/sun/star/ucb/IllegalIdentifierException.hpp>
-//========================================================================
+
OUString SfxDdeServiceName_Impl( const OUString& sIn )
{
diff --git a/sfx2/source/appl/appinit.cxx b/sfx2/source/appl/appinit.cxx
index 18a9aae3cb7b..48b55e60cb8a 100644
--- a/sfx2/source/appl/appinit.cxx
+++ b/sfx2/source/appl/appinit.cxx
@@ -146,14 +146,14 @@ Sequence< OUString > SAL_CALL SfxTerminateListener_Impl::getSupportedServiceName
return lNames;
}
-//====================================================================
+
typedef bool ( *PFunc_getSpecialCharsForEdit)( Window* i_pParent, const Font& i_rFont, OUString& o_rOutString );
-//====================================================================
+
// Lazy binding of the GetSpecialCharsForEdit function as it resides in
// a library above us.
-//====================================================================
+
#ifndef DISABLE_DYNLOADING
@@ -195,7 +195,7 @@ OUString GetSpecialCharsForEdit(Window* pParent, const Font& rFont)
return aRet;
}
-//====================================================================
+
bool SfxApplication::Initialize_Impl()
{
diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx
index 7be5e02cea86..e1ee67783280 100644
--- a/sfx2/source/appl/appmain.cxx
+++ b/sfx2/source/appl/appmain.cxx
@@ -49,7 +49,7 @@ DBG_NAME(SfxAppMainWizMenu)
DBG_NAME(SfxAppMainOLEReg)
DBG_NAME(SfxAppMainCHAOSReg)
-//===================================================================
+
TYPEINIT2(SfxApplication,SfxShell,SfxBroadcaster);
diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx
index 536105edba7d..50215417c39c 100644
--- a/sfx2/source/appl/appmisc.cxx
+++ b/sfx2/source/appl/appmisc.cxx
@@ -85,12 +85,12 @@ using namespace ::com::sun::star::util;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::container;
-//===================================================================
+
#define SfxApplication
#include "sfxslots.hxx"
-//====================================================================
+
#define SFX_ITEMTYPE_STATBAR 4
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx
index 12100ab243f0..acc08d8a0f8e 100644
--- a/sfx2/source/appl/appopen.cxx
+++ b/sfx2/source/appl/appopen.cxx
@@ -113,7 +113,7 @@ using namespace ::com::sun::star::container;
using namespace ::cppu;
using namespace ::sfx2;
-//=========================================================================
+
class SfxOpenDocStatusListener_Impl : public WeakImplHelper1< XDispatchResultListener >
{
@@ -138,7 +138,7 @@ void SAL_CALL SfxOpenDocStatusListener_Impl::disposing( const EventObject& ) thr
{
}
-//====================================================================
+
void SetTemplate_Impl( const OUString &rFileName,
const OUString &rLongName,
@@ -149,7 +149,7 @@ void SetTemplate_Impl( const OUString &rFileName,
pDoc->ResetFromTemplate( rLongName, rFileName );
}
-//====================================================================
+
class SfxDocPasswordVerifier : public ::comphelper::IDocPasswordVerifier
{
public:
@@ -205,7 +205,7 @@ private:
return eResult;
}
-//====================================================================
+
diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx
index 482c0c34f14f..696e39d32b5d 100644
--- a/sfx2/source/appl/appquit.cxx
+++ b/sfx2/source/appl/appquit.cxx
@@ -56,7 +56,7 @@
using ::basic::BasicManagerRepository;
-//===================================================================
+
sal_Bool SfxApplication::QueryExit_Impl()
{
sal_Bool bQuit = sal_True;
diff --git a/sfx2/source/appl/appreg.cxx b/sfx2/source/appl/appreg.cxx
index ce07f9a5749b..7c1cde67c0fd 100644
--- a/sfx2/source/appl/appreg.cxx
+++ b/sfx2/source/appl/appreg.cxx
@@ -40,7 +40,7 @@
#include <sfx2/objface.hxx>
#include <sfx2/mnuitem.hxx>
-//===================================================================
+
void SfxApplication::Registrations_Impl()
{
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx
index 58d62d908500..59a4a354698a 100644
--- a/sfx2/source/appl/appuno.cxx
+++ b/sfx2/source/appl/appuno.cxx
@@ -1676,7 +1676,7 @@ uno::Sequence< beans::PropertyValue > SAL_CALL
return rProperties;
}
-//=========================================================================
+
RequestFilterOptions::RequestFilterOptions( uno::Reference< frame::XModel > rModel,
uno::Sequence< beans::PropertyValue > rProperties )
@@ -1711,7 +1711,7 @@ uno::Sequence< uno::Reference< task::XInteractionContinuation > >
return m_lContinuations;
}
-//=========================================================================
+
class RequestPackageReparation_Impl : public ::cppu::WeakImplHelper1< task::XInteractionRequest >
{
uno::Any m_aRequest;
@@ -1781,7 +1781,7 @@ com::sun::star::uno::Reference < task::XInteractionRequest > RequestPackageRepar
return com::sun::star::uno::Reference < task::XInteractionRequest >(pImp);
}
-//=========================================================================
+
class NotifyBrokenPackage_Impl : public ::cppu::WeakImplHelper1< task::XInteractionRequest >
{
uno::Any m_aRequest;
diff --git a/sfx2/source/appl/childwin.cxx b/sfx2/source/appl/childwin.cxx
index 3d2c26b2a354..b4f01aa40891 100644
--- a/sfx2/source/appl/childwin.cxx
+++ b/sfx2/source/appl/childwin.cxx
@@ -144,7 +144,7 @@ sal_Bool GetSplitSizeFromString( const OUString& rStr, Size& rSize )
return sal_False;
}
-//=========================================================================
+
SfxChildWindow::SfxChildWindow(Window *pParentWindow, sal_uInt16 nId)
: pParent(pParentWindow)
, nType(nId)
diff --git a/sfx2/source/appl/module.cxx b/sfx2/source/appl/module.cxx
index 1848e74c4bf7..5a96e8777590 100644
--- a/sfx2/source/appl/module.cxx
+++ b/sfx2/source/appl/module.cxx
@@ -99,20 +99,20 @@ ImageList* SfxModule_Impl::GetImageList( ResMgr* pResMgr, bool bBig )
TYPEINIT1(SfxModule, SfxShell);
-//=========================================================================
+
SFX_IMPL_INTERFACE(SfxModule,SfxShell,SfxResId(0))
{
}
-//====================================================================
+
ResMgr* SfxModule::GetResMgr()
{
return pResMgr;
}
-//====================================================================
+
SfxModule::SfxModule( ResMgr* pMgrP, sal_Bool bDummyP,
SfxObjectFactory* pFactoryP, ... )
@@ -149,7 +149,7 @@ void SfxModule::Construct_Impl()
}
}
-//====================================================================
+
SfxModule::~SfxModule()
{
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index 86deefaa3967..664302cbcdbc 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -168,10 +168,10 @@ using namespace ::comphelper;
Reference< util::XURLTransformer > xTrans( util::URLTransformer::create( ::comphelper::getProcessComponentContext() ) ); \
xTrans->parseStrict( aURL )
-//.........................................................................
+
namespace sfx2
{
-//.........................................................................
+
void HandleTaskPaneList( Window* pWindow, sal_Bool bAddToList )
{
@@ -240,10 +240,10 @@ namespace sfx2
return sSearchStr;
}
-//.........................................................................
+
// namespace sfx2
}
-//.........................................................................
+
// struct IndexEntry_Impl ------------------------------------------------
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index b595b666cedb..fac78faacc5f 100644
--- a/sfx2/source/appl/workwin.cxx
+++ b/sfx2/source/appl/workwin.cxx
@@ -146,10 +146,10 @@ DBG_NAME(SfxWorkWindow)
//SV_IMPL_OBJARR( SfxObjectBarArr_Impl, SfxObjectBar_Impl );
-//====================================================================
+
// Sort the Children according their alignment
// The order corresponds to the enum SfxChildAlignment (->CHILDWIN.HXX).
-//
+
// Help to make changes to the alignment compatible!
@@ -541,7 +541,7 @@ void SfxWorkWindow::Sort_Impl()
}
-//====================================================================
+
// constructor for workwin of a Frame
SfxFrameWorkWin_Impl::SfxFrameWorkWin_Impl( Window *pWin, SfxFrame *pFrm, SfxFrame* pMaster )
@@ -579,7 +579,7 @@ SfxFrameWorkWin_Impl::SfxFrameWorkWin_Impl( Window *pWin, SfxFrame *pFrm, SfxFra
nUpdateMode = SFX_VISIBILITY_STANDARD;
}
-//====================================================================
+
// Constructor of the base class
SfxWorkWindow::SfxWorkWindow( Window *pWin, SfxBindings& rB, SfxWorkWindow* pParentWorkwin ) :
@@ -625,7 +625,7 @@ SfxWorkWindow::SfxWorkWindow( Window *pWin, SfxBindings& rB, SfxWorkWindow* pPar
pLayoutManagerListener->setFrame( xFrame );
}
-//====================================================================
+
// Destructor
SfxWorkWindow::~SfxWorkWindow()
@@ -755,7 +755,7 @@ void SfxWorkWindow::DeleteControllers_Impl()
nChildren = 0;
}
-//====================================================================
+
// Virtual method for placing the child window.
void SfxWorkWindow::ArrangeChildren_Impl( sal_Bool /*bForce*/)