diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-09 18:16:42 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-09 08:18:05 +0000 |
commit | a238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch) | |
tree | 083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /forms/source/component | |
parent | 538f276ae0414ea34ede6090b5f56e8fecd6fc65 (diff) |
Remove excess newlines
A ridiculously fast way of doing this is:
for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \
--exclude-dir=workdir --exclude-dir=instdir '^
{3,}' .)
do
perl -0777 -i -pe 's/^
{3,}/
/gm' $i
done
Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c
Reviewed-on: https://gerrit.libreoffice.org/22224
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'forms/source/component')
-rw-r--r-- | forms/source/component/ComboBox.cxx | 1 | ||||
-rw-r--r-- | forms/source/component/ComboBox.hxx | 1 | ||||
-rw-r--r-- | forms/source/component/Currency.cxx | 1 | ||||
-rw-r--r-- | forms/source/component/DatabaseForm.hxx | 1 | ||||
-rw-r--r-- | forms/source/component/Edit.cxx | 1 | ||||
-rw-r--r-- | forms/source/component/File.cxx | 1 | ||||
-rw-r--r-- | forms/source/component/Filter.hxx | 1 | ||||
-rw-r--r-- | forms/source/component/Grid.hxx | 1 | ||||
-rw-r--r-- | forms/source/component/GroupManager.hxx | 1 | ||||
-rw-r--r-- | forms/source/component/ImageControl.hxx | 1 | ||||
-rw-r--r-- | forms/source/component/Numeric.cxx | 1 | ||||
-rw-r--r-- | forms/source/component/Pattern.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/RadioButton.cxx | 1 | ||||
-rw-r--r-- | forms/source/component/Time.cxx | 1 | ||||
-rw-r--r-- | forms/source/component/clickableimage.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/entrylisthelper.cxx | 1 | ||||
-rw-r--r-- | forms/source/component/entrylisthelper.hxx | 1 |
17 files changed, 0 insertions, 19 deletions
diff --git a/forms/source/component/ComboBox.cxx b/forms/source/component/ComboBox.cxx index eb636fbf8367..bc95252fd415 100644 --- a/forms/source/component/ComboBox.cxx +++ b/forms/source/component/ComboBox.cxx @@ -118,7 +118,6 @@ Any SAL_CALL OComboBoxModel::queryAggregation(const Type& _rType) throw (Runtime } - OComboBoxModel::OComboBoxModel(const Reference<XComponentContext>& _rxFactory) :OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_COMBOBOX, FRM_SUN_CONTROL_COMBOBOX, true, true, true ) // use the old control name for compatibility reasons diff --git a/forms/source/component/ComboBox.hxx b/forms/source/component/ComboBox.hxx index 1886ec8e39af..57f05f3f3503 100644 --- a/forms/source/component/ComboBox.hxx +++ b/forms/source/component/ComboBox.hxx @@ -63,7 +63,6 @@ class OComboBoxModel ::std::unique_ptr< ::dbtools::FormattedColumnValue > m_pValueFormatter; - protected: virtual css::uno::Sequence< css::uno::Type> _getTypes() override; diff --git a/forms/source/component/Currency.cxx b/forms/source/component/Currency.cxx index ea8871d6ca6a..0b176e3f90df 100644 --- a/forms/source/component/Currency.cxx +++ b/forms/source/component/Currency.cxx @@ -116,7 +116,6 @@ void OCurrencyModel::implConstruct() } - OCurrencyModel::OCurrencyModel(const Reference<XComponentContext>& _rxFactory) :OEditBaseModel( _rxFactory, VCL_CONTROLMODEL_CURRENCYFIELD, FRM_SUN_CONTROL_CURRENCYFIELD, false, true ) // use the old control name for compatibility reasons diff --git a/forms/source/component/DatabaseForm.hxx b/forms/source/component/DatabaseForm.hxx index c15b68d1376b..48ca614e7c0b 100644 --- a/forms/source/component/DatabaseForm.hxx +++ b/forms/source/component/DatabaseForm.hxx @@ -86,7 +86,6 @@ namespace frm { - //= html tools diff --git a/forms/source/component/Edit.cxx b/forms/source/component/Edit.cxx index 2ed97bc19f24..42e9f38ae2f1 100644 --- a/forms/source/component/Edit.cxx +++ b/forms/source/component/Edit.cxx @@ -271,7 +271,6 @@ Sequence<Type> OEditModel::_getTypes() } - OEditModel::OEditModel(const Reference<XComponentContext>& _rxFactory) :OEditBaseModel( _rxFactory, FRM_SUN_COMPONENT_RICHTEXTCONTROL, FRM_SUN_CONTROL_TEXTFIELD, true, true ) ,m_bMaxTextLenModified(false) diff --git a/forms/source/component/File.cxx b/forms/source/component/File.cxx index cfc85461986f..2ecbe38cc03a 100644 --- a/forms/source/component/File.cxx +++ b/forms/source/component/File.cxx @@ -79,7 +79,6 @@ css::uno::Sequence<OUString> OFileControlModel::getSupportedServiceNames() thro } - OFileControlModel::OFileControlModel(const Reference<XComponentContext>& _rxFactory) :OControlModel(_rxFactory, VCL_CONTROLMODEL_FILECONTROL) ,m_aResetListeners(m_aMutex) diff --git a/forms/source/component/Filter.hxx b/forms/source/component/Filter.hxx index b82af0635980..63fd08e05dea 100644 --- a/forms/source/component/Filter.hxx +++ b/forms/source/component/Filter.hxx @@ -44,7 +44,6 @@ namespace frm { - // OFilterControl typedef ::cppu::ImplHelper5 < css::awt::XTextComponent diff --git a/forms/source/component/Grid.hxx b/forms/source/component/Grid.hxx index 2ce689601e24..a755350ec7c6 100644 --- a/forms/source/component/Grid.hxx +++ b/forms/source/component/Grid.hxx @@ -206,7 +206,6 @@ protected: } // namespace frm - #endif // INCLUDED_FORMS_SOURCE_COMPONENT_GRID_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/forms/source/component/GroupManager.hxx b/forms/source/component/GroupManager.hxx index a9e3d8efe0a6..2ea5ff51ea22 100644 --- a/forms/source/component/GroupManager.hxx +++ b/forms/source/component/GroupManager.hxx @@ -198,7 +198,6 @@ public: }; - } // namespace frm diff --git a/forms/source/component/ImageControl.hxx b/forms/source/component/ImageControl.hxx index 791db89dae3f..6c3b4326f1a1 100644 --- a/forms/source/component/ImageControl.hxx +++ b/forms/source/component/ImageControl.hxx @@ -36,7 +36,6 @@ namespace frm { - // OImageControlModel typedef ::cppu::ImplHelper2 < css::form::XImageProducerSupplier diff --git a/forms/source/component/Numeric.cxx b/forms/source/component/Numeric.cxx index 66e5ba281ca3..3ab288f4b610 100644 --- a/forms/source/component/Numeric.cxx +++ b/forms/source/component/Numeric.cxx @@ -68,7 +68,6 @@ Sequence<Type> ONumericModel::_getTypes() } - ONumericModel::ONumericModel(const Reference<XComponentContext>& _rxFactory) :OEditBaseModel( _rxFactory, VCL_CONTROLMODEL_NUMERICFIELD, FRM_SUN_CONTROL_NUMERICFIELD, true, true ) // use the old control name for compytibility reasons diff --git a/forms/source/component/Pattern.cxx b/forms/source/component/Pattern.cxx index 1fbb7d0dbe4f..9f01b4217343 100644 --- a/forms/source/component/Pattern.cxx +++ b/forms/source/component/Pattern.cxx @@ -71,7 +71,6 @@ Sequence<Type> OPatternModel::_getTypes() } - OPatternModel::OPatternModel(const Reference<XComponentContext>& _rxFactory) :OEditBaseModel( _rxFactory, VCL_CONTROLMODEL_PATTERNFIELD, FRM_SUN_CONTROL_PATTERNFIELD, false, false ) // use the old control name for compytibility reasons @@ -111,7 +110,6 @@ css::uno::Sequence<OUString> SAL_CALL OPatternModel::getSupportedServiceNames() } - void OPatternModel::describeFixedProperties( Sequence< Property >& _rProps ) const { BEGIN_DESCRIBE_PROPERTIES( 4, OEditBaseModel ) diff --git a/forms/source/component/RadioButton.cxx b/forms/source/component/RadioButton.cxx index 6dbdd939842f..182dd898e024 100644 --- a/forms/source/component/RadioButton.cxx +++ b/forms/source/component/RadioButton.cxx @@ -55,7 +55,6 @@ css::uno::Sequence<OUString> SAL_CALL ORadioButtonControl::getSupportedServiceNa } - ORadioButtonControl::ORadioButtonControl(const Reference<XComponentContext>& _rxFactory) :OBoundControl(_rxFactory, VCL_CONTROL_RADIOBUTTON) { diff --git a/forms/source/component/Time.cxx b/forms/source/component/Time.cxx index f0a2d7b112db..d4123042fb00 100644 --- a/forms/source/component/Time.cxx +++ b/forms/source/component/Time.cxx @@ -103,7 +103,6 @@ Sequence<Type> OTimeModel::_getTypes() } - OTimeModel::OTimeModel(const Reference<XComponentContext>& _rxFactory) : OEditBaseModel(_rxFactory, VCL_CONTROLMODEL_TIMEFIELD, FRM_SUN_CONTROL_TIMEFIELD, true, true) diff --git a/forms/source/component/clickableimage.cxx b/forms/source/component/clickableimage.cxx index cfbfa5011eeb..ea71a9f08412 100644 --- a/forms/source/component/clickableimage.cxx +++ b/forms/source/component/clickableimage.cxx @@ -346,7 +346,6 @@ namespace frm } - void SAL_CALL OClickableImageBaseControl::addSubmissionVetoListener( const Reference< submission::XSubmissionVetoListener >& listener ) throw (NoSupportException, RuntimeException, std::exception) { m_aSubmissionVetoListeners.addInterface( listener ); @@ -449,7 +448,6 @@ namespace frm } - OClickableImageBaseModel::OClickableImageBaseModel( const Reference< XComponentContext >& _rxFactory, const OUString& _rUnoControlModelTypeName, const OUString& rDefault ) :OControlModel( _rxFactory, _rUnoControlModelTypeName, rDefault ) diff --git a/forms/source/component/entrylisthelper.cxx b/forms/source/component/entrylisthelper.cxx index 789dc0f5f095..b8acb0793ead 100644 --- a/forms/source/component/entrylisthelper.cxx +++ b/forms/source/component/entrylisthelper.cxx @@ -75,7 +75,6 @@ namespace frm } - void SAL_CALL OEntryListHelper::entryChanged( const ListEntryEvent& _rEvent ) throw (RuntimeException, std::exception) { ControlModelLock aLock( m_rControlModel ); diff --git a/forms/source/component/entrylisthelper.hxx b/forms/source/component/entrylisthelper.hxx index 80889887a07a..c261e4e6cd0e 100644 --- a/forms/source/component/entrylisthelper.hxx +++ b/forms/source/component/entrylisthelper.hxx @@ -180,7 +180,6 @@ namespace frm } // namespace frm - #endif // INCLUDED_FORMS_SOURCE_COMPONENT_ENTRYLISTHELPER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |