diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:51:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 07:42:24 -0600 |
commit | b1181b89f3c6a0b435f49d9b2bfa18db2b5f6f3c (patch) | |
tree | 1ccd7fbb50f8ef1a6ac846e178550da83cd263ca /svx/source/dialog/dlgctrl.cxx | |
parent | 060ab521fa0d5d6b9fcb97eab4718c04e8aec944 (diff) |
Remove visual noise from svx
Change-Id: I56497d953b0500ba0967fddb36ca8bbbe86c62ad
Reviewed-on: https://gerrit.libreoffice.org/8321
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/dialog/dlgctrl.cxx')
-rw-r--r-- | svx/source/dialog/dlgctrl.cxx | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx index abe121487cde..fb9799d38c2e 100644 --- a/svx/source/dialog/dlgctrl.cxx +++ b/svx/source/dialog/dlgctrl.cxx @@ -102,7 +102,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvxRectCtl(Window *pParent, return new SvxRectCtl(pParent); } -// ----------------------------------------------------------------------- + SvxRectCtl::~SvxRectCtl() { @@ -112,14 +112,14 @@ SvxRectCtl::~SvxRectCtl() pAccContext->release(); } -// ----------------------------------------------------------------------- + void SvxRectCtl::Resize() { Resize_Impl(); Control::Resize(); } -// ----------------------------------------------------------------------- + void SvxRectCtl::Resize_Impl() { @@ -160,7 +160,7 @@ void SvxRectCtl::Resize_Impl() Reset(); InitSettings( sal_True, sal_True ); } -// ----------------------------------------------------------------------- + void SvxRectCtl::InitRectBitmap( void ) { @@ -209,7 +209,7 @@ void SvxRectCtl::InitRectBitmap( void ) pBitmap->Replace( aColorAry1, aColorAry2, 7, NULL ); } -// ----------------------------------------------------------------------- + void SvxRectCtl::InitSettings( sal_Bool bForeground, sal_Bool bBackground ) { @@ -278,7 +278,7 @@ void SvxRectCtl::MouseButtonDown( const MouseEvent& rMEvt ) } } -// ----------------------------------------------------------------------- + void SvxRectCtl::KeyInput( const KeyEvent& rKeyEvt ) { @@ -367,7 +367,7 @@ void SvxRectCtl::KeyInput( const KeyEvent& rKeyEvt ) } } -// ----------------------------------------------------------------------- + void SvxRectCtl::StateChanged( StateChangedType nType ) { @@ -379,7 +379,7 @@ void SvxRectCtl::StateChanged( StateChangedType nType ) Window::StateChanged( nType ); } -// ----------------------------------------------------------------------- + void SvxRectCtl::DataChanged( const DataChangedEvent& rDCEvt ) { @@ -1829,7 +1829,7 @@ void LineEndLB::Modify( const XLineEndEntry& rEntry, sal_uInt16 nPos, const Bitm } } -////////////////////////////////////////////////////////////////////////////// + void SvxPreviewBase::InitSettings(bool bForeground, bool bBackground) { @@ -2046,7 +2046,7 @@ SvxXLinePreview::~SvxXLinePreview() SdrObject::Free( pFoo ); } -// ----------------------------------------------------------------------- + void SvxXLinePreview::SetSymbol(Graphic* p,const Size& s) { @@ -2054,7 +2054,7 @@ void SvxXLinePreview::SetSymbol(Graphic* p,const Size& s) maSymbolSize = s; } -// ----------------------------------------------------------------------- + void SvxXLinePreview::ResizeSymbol(const Size& s) { @@ -2065,7 +2065,7 @@ void SvxXLinePreview::ResizeSymbol(const Size& s) } } -// ----------------------------------------------------------------------- + void SvxXLinePreview::SetLineAttributes(const SfxItemSet& rItemSet) { @@ -2081,7 +2081,7 @@ void SvxXLinePreview::SetLineAttributes(const SfxItemSet& rItemSet) mpLineObjC->SetMergedItemSet(aTempSet); } -// ----------------------------------------------------------------------- + void SvxXLinePreview::Paint( const Rectangle& ) { |