diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:45:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 21:14:09 +0000 |
commit | bee1cc83ec4b8a246017a823305fd5d20869bce3 (patch) | |
tree | 398868a95857150f59994c8b2ebbb04fbca12be8 /svtools/source/uno/unoiface.cxx | |
parent | 614e1a6cf8839344755ea8d5227561f75772aa2a (diff) |
Remove visual noise from svtools
Change-Id: I7c2b74a449fb20aae5bc643e24a22cf6f732136d
Reviewed-on: https://gerrit.libreoffice.org/8320
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source/uno/unoiface.cxx')
-rw-r--r-- | svtools/source/uno/unoiface.cxx | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx index 1ecfdef91aea..01e449fe092c 100644 --- a/svtools/source/uno/unoiface.cxx +++ b/svtools/source/uno/unoiface.cxx @@ -53,9 +53,9 @@ namespace } } -// ---------------------------------------------------- + // help function for the toolkit... -// ---------------------------------------------------- + extern "C" { @@ -169,9 +169,9 @@ SAL_DLLPUBLIC_EXPORT Window* CreateWindow( VCLXWindow** ppNewComp, const ::com:: } // extern "C" -// ---------------------------------------------------- + // class VCLXMultiLineEdit -// ---------------------------------------------------- + VCLXMultiLineEdit::VCLXMultiLineEdit() :maTextListeners( *this ) ,meLineEndType( LINEEND_LF ) // default behavior before introducing this property: LF (unix-like) @@ -532,9 +532,9 @@ void VCLXMultiLineEdit::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) VCLXWindow::ImplGetPropertyIds( rIds, true ); } -// ---------------------------------------------------- + // class VCLXFileControl -// ---------------------------------------------------- + VCLXFileControl::VCLXFileControl() : maTextListeners( *this ) { } @@ -801,9 +801,9 @@ void VCLXFileControl::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) } -// ---------------------------------------------------- + // class SVTXFormattedField -// ---------------------------------------------------- + SVTXFormattedField::SVTXFormattedField() :m_pCurrentSupplier(NULL) @@ -1396,9 +1396,9 @@ void SVTXFormattedField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) } -// ---------------------------------------------------- + // class SVTXRoadmap -// ---------------------------------------------------- + using namespace svt; @@ -1656,9 +1656,9 @@ void SVTXRoadmap::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) VCLXGraphicControl::ImplGetPropertyIds( rIds ); } -// ---------------------------------------------------- + // class SVTXNumericField -// ---------------------------------------------------- + SVTXNumericField::SVTXNumericField() { } @@ -1823,9 +1823,9 @@ void SVTXNumericField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) SVTXFormattedField::ImplGetPropertyIds( rIds ); } -// ---------------------------------------------------- + // class SVTXCurrencyField -// ---------------------------------------------------- + SVTXCurrencyField::SVTXCurrencyField() { } @@ -2056,9 +2056,9 @@ void SVTXCurrencyField::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) } -// ---------------------------------------------------- + // class VCLXProgressBar -// ---------------------------------------------------- + VCLXProgressBar::VCLXProgressBar() :m_nValue(0) @@ -2304,9 +2304,9 @@ void VCLXProgressBar::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) } -// ---------------------------------------------------- + // class SVTXDateField -// ---------------------------------------------------- + SVTXDateField::SVTXDateField() :VCLXDateField() { |