From bee1cc83ec4b8a246017a823305fd5d20869bce3 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 20:45:41 +0100 Subject: Remove visual noise from svtools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7c2b74a449fb20aae5bc643e24a22cf6f732136d Reviewed-on: https://gerrit.libreoffice.org/8320 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svtools/source/inc/unoiface.hxx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'svtools/source/inc/unoiface.hxx') diff --git a/svtools/source/inc/unoiface.hxx b/svtools/source/inc/unoiface.hxx index 5fe6aab167d7..5f0f099f513c 100644 --- a/svtools/source/inc/unoiface.hxx +++ b/svtools/source/inc/unoiface.hxx @@ -45,9 +45,9 @@ namespace com { namespace sun { namespace star { namespace util { class SvNumberFormatsSupplierObj; -// ---------------------------------------------------- + // class VCLXMultiLineEdit -// ---------------------------------------------------- + class VCLXMultiLineEdit : public ::com::sun::star::awt::XTextComponent, public ::com::sun::star::awt::XTextArea, public ::com::sun::star::awt::XTextLayoutConstrains, @@ -111,9 +111,9 @@ public: }; -// ---------------------------------------------------- + // class VCLXFileControl -// ---------------------------------------------------- + class VCLXFileControl : ::com::sun::star::awt::XTextComponent, public ::com::sun::star::awt::XTextLayoutConstrains, public VCLXWindow { protected: @@ -164,9 +164,9 @@ public: virtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds ); } }; -// ---------------------------------------------------- + // class SVTXFormattedField -// ---------------------------------------------------- + class SVTXFormattedField : public VCLXSpinField { @@ -218,9 +218,9 @@ protected: -// ---------------------------------------------------- + // class SVTXRoadmap -// ---------------------------------------------------- + namespace svt { @@ -288,9 +288,9 @@ protected: -// ---------------------------------------------------- + // class SVTXNumericField -// ---------------------------------------------------- + class SVTXNumericField : public ::com::sun::star::awt::XNumericField, public SVTXFormattedField { public: @@ -328,9 +328,9 @@ public: virtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds ); } }; -// ---------------------------------------------------- + // class VCLXCurrencyField -// ---------------------------------------------------- + class SVTXCurrencyField : public ::com::sun::star::awt::XCurrencyField, public SVTXFormattedField { public: @@ -372,9 +372,9 @@ public: virtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds ); } }; -// ---------------------------------------------------- + // class VCLXProgressBar -// ---------------------------------------------------- + class VCLXProgressBar : public ::com::sun::star::awt::XProgressBar, public VCLXWindow { @@ -414,9 +414,9 @@ public: virtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds ); } }; -// ---------------------------------------------------- + // class SVTXDateField -// ---------------------------------------------------- + class SVTXDateField : public VCLXDateField { public: -- cgit