diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:34:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 08:12:10 -0600 |
commit | c7c40687f6d1e0f155dde44d8803a2e957797c08 (patch) | |
tree | 20e6807f1ded95c85d3477f8951caa62f352e954 /sfx2/source/view | |
parent | ff0562fa4f7d8b7aceca16771d84db87d3f19756 (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/view')
-rw-r--r-- | sfx2/source/view/ipclient.cxx | 6 | ||||
-rw-r--r-- | sfx2/source/view/sfxbasecontroller.cxx | 10 | ||||
-rw-r--r-- | sfx2/source/view/userinputinterception.cxx | 12 | ||||
-rw-r--r-- | sfx2/source/view/view.src | 2 | ||||
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/view/viewfrm2.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 10 |
7 files changed, 22 insertions, 22 deletions
diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx index 518bdc9888fc..6213c096c17e 100644 --- a/sfx2/source/view/ipclient.cxx +++ b/sfx2/source/view/ipclient.cxx @@ -66,7 +66,7 @@ using namespace com::sun::star; -//==================================================================== + // SfxEmbedResizeGuard class SfxBooleanFlagGuard { @@ -86,7 +86,7 @@ public: } }; -//==================================================================== + // SfxInPlaceClient_Impl @@ -603,7 +603,7 @@ IMPL_LINK_NOARG(SfxInPlaceClient_Impl, TimerHdl) } -//==================================================================== + // SfxInPlaceClient diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx index 56634cd2a6e8..721a1a0d5efe 100644 --- a/sfx2/source/view/sfxbasecontroller.cxx +++ b/sfx2/source/view/sfxbasecontroller.cxx @@ -1470,7 +1470,7 @@ IMPL_LINK_NOARG ( SfxBaseController, CheckOutHandler ) } -//============================================================================= + Reference< frame::XTitle > SfxBaseController::impl_getTitleHelper () { SolarMutexGuard aGuard; @@ -1491,7 +1491,7 @@ Reference< frame::XTitle > SfxBaseController::impl_getTitleHelper () return m_pData->m_xTitleHelper; } -//============================================================================= + // frame::XTitle OUString SAL_CALL SfxBaseController::getTitle() throw (RuntimeException) @@ -1499,7 +1499,7 @@ OUString SAL_CALL SfxBaseController::getTitle() return impl_getTitleHelper()->getTitle (); } -//============================================================================= + // frame::XTitle void SAL_CALL SfxBaseController::setTitle(const OUString& sTitle) throw (RuntimeException) @@ -1507,7 +1507,7 @@ void SAL_CALL SfxBaseController::setTitle(const OUString& sTitle) impl_getTitleHelper()->setTitle (sTitle); } -//============================================================================= + // frame::XTitleChangeBroadcaster void SAL_CALL SfxBaseController::addTitleChangeListener(const Reference< frame::XTitleChangeListener >& xListener) throw (RuntimeException) @@ -1517,7 +1517,7 @@ void SAL_CALL SfxBaseController::addTitleChangeListener(const Reference< frame:: xBroadcaster->addTitleChangeListener (xListener); } -//============================================================================= + // frame::XTitleChangeBroadcaster void SAL_CALL SfxBaseController::removeTitleChangeListener(const Reference< frame::XTitleChangeListener >& xListener) throw (RuntimeException) diff --git a/sfx2/source/view/userinputinterception.cxx b/sfx2/source/view/userinputinterception.cxx index dc5d77905df3..327f40f429b2 100644 --- a/sfx2/source/view/userinputinterception.cxx +++ b/sfx2/source/view/userinputinterception.cxx @@ -28,10 +28,10 @@ #include <vcl/event.hxx> #include <vcl/window.hxx> -//........................................................................ + namespace sfx2 { -//........................................................................ + using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; @@ -114,9 +114,9 @@ namespace sfx2 } - //==================================================================== + //= UserInputInterception - //==================================================================== + UserInputInterception::UserInputInterception( ::cppu::OWeakObject& _rControllerImpl, ::osl::Mutex& _rMutex ) :m_pData( new UserInputInterception_Data( _rControllerImpl, _rMutex ) ) @@ -260,8 +260,8 @@ namespace sfx2 return bHandled; } -//........................................................................ + } // namespace sfx2 -//........................................................................ + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sfx2/source/view/view.src b/sfx2/source/view/view.src index 136836eb20c5..b80b17c90182 100644 --- a/sfx2/source/view/view.src +++ b/sfx2/source/view/view.src @@ -64,7 +64,7 @@ String STR_PRINT_NEWORISIZE Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the new settings in the\nactive document?" ; }; - // ----------------------------------------------------------------------- + InfoBox MSG_CANT_CLOSE { Message [ en-US ] = "The document cannot be closed because a\n print job is being carried out." ; diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 607ce9474a79..1b659b53372c 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -1619,7 +1619,7 @@ void SfxViewFrame::DoAdjustPosSizePixel //! divide on Inner.../Outer... } } -//======================================================================== + bool SfxViewFrameItem::operator==( const SfxPoolItem &rItem ) const { diff --git a/sfx2/source/view/viewfrm2.cxx b/sfx2/source/view/viewfrm2.cxx index 8633f23d51b7..1b0e9820f4a0 100644 --- a/sfx2/source/view/viewfrm2.cxx +++ b/sfx2/source/view/viewfrm2.cxx @@ -76,7 +76,7 @@ void SfxFrameViewWindow_Impl::Resize() pFrame->Resize(); } -//======================================================================== + void SfxViewFrame::UpdateTitle() diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index 1416c0fe5d2f..56614448414b 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -84,13 +84,13 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::util; using namespace ::cppu; -//========================================================================= + DBG_NAME(SfxViewShell) #define SfxViewShell #include "sfxslots.hxx" -//========================================================================= + class SfxClipboardChangeListener : public ::cppu::WeakImplHelper1< datatransfer::clipboard::XClipboardListener > @@ -215,7 +215,7 @@ void SAL_CALL SfxClipboardChangeListener::changedContents( const datatransfer::c Application::PostUserEvent( STATIC_LINK( 0, SfxClipboardChangeListener, AsyncExecuteHdl_Impl ), pInfo ); } -//========================================================================= + static OUString RetrieveLabelFromCommand( const OUString& rCommandURL, @@ -275,7 +275,7 @@ static OUString RetrieveLabelFromCommand( return aLabel; } -//========================================================================= + SfxViewShell_Impl::SfxViewShell_Impl(sal_uInt16 const nFlags) : aInterceptorContainer( aMutex ) , m_bControllerSet(false) @@ -292,7 +292,7 @@ SfxViewShell_Impl::SfxViewShell_Impl(sal_uInt16 const nFlags) , m_pAccExec(0) {} -//========================================================================= + SFX_IMPL_INTERFACE(SfxViewShell,SfxShell,SfxResId(0)) { } |