From 2196955b00071dce0d89e6dd13c50284d066e1f2 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 19:49:46 +0100 Subject: Remove visual noise from reportdesign MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2fea3ecefa24cfc0f3cc2a2f4de7c934eba5d6f7 Reviewed-on: https://gerrit.libreoffice.org/8295 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- reportdesign/source/ui/dlg/Condition.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'reportdesign/source/ui/dlg/Condition.cxx') diff --git a/reportdesign/source/ui/dlg/Condition.cxx b/reportdesign/source/ui/dlg/Condition.cxx index c1dcb3891412..274a7675ccb4 100644 --- a/reportdesign/source/ui/dlg/Condition.cxx +++ b/reportdesign/source/ui/dlg/Condition.cxx @@ -106,9 +106,9 @@ IMPL_LINK( ConditionField, OnFormula, Button*, /*_pClickedButton*/ ) } return 0L; } -//======================================================================== + // class SvxColorWindow_Impl -------------------------------------------------- -//======================================================================== + #ifndef WB_NO_DIRECTSELECT #define WB_NO_DIRECTSELECT ((WinBits)0x04000000) #endif @@ -222,9 +222,9 @@ IMPL_LINK_NOARG(OColorPopup, SelectHdl) return 0; } -// ============================================================================= + // = Condition -// ============================================================================= + Condition::Condition( Window* _pParent, IConditionalFormatAction& _rAction, ::rptui::OReportController& _rController ) :Control(_pParent, ModuleRes(WIN_CONDITION)) @@ -716,8 +716,8 @@ bool Condition::isEmpty() const return m_aCondLHS.GetText().isEmpty(); } -// ============================================================================= + } // rptui -// ============================================================================= + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit