diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-04 04:38:00 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-06-04 07:49:13 +0200 |
commit | d0bf70d2a4d874168b251ef6381c2d61a6baa9b5 (patch) | |
tree | 4c21e797b36563b0c005d282154b9c7b9a5ecddc /include | |
parent | c7cfe038122ee3b2349f015aca4a88ebe043320c (diff) |
remove whitespace
Change-Id: Ia5ed1a0c12ffc95b31cbbd43b6291218935e2296
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/ctrlbox.hxx | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx index f8187d622b1b..d206a91609e2 100644 --- a/include/svtools/ctrlbox.hxx +++ b/include/svtools/ctrlbox.hxx @@ -44,8 +44,6 @@ typedef ::std::vector< FontInfo > ImplFontList; #define CHANGE_DIST ( ( sal_uInt16 ) 4 ) #define ADAPT_DIST ( ( sal_uInt16 ) 8 ) - - /************************************************************************* Description @@ -147,10 +145,6 @@ FontList; FontNameBox; FontStyleBox; FontSizeMenu *************************************************************************/ - -// - ColorListBox - - - class SVT_DLLPUBLIC ColorListBox : public ListBox { ImpColorList* pColorList; // separate liste, in case of user data are required from outside @@ -228,10 +222,6 @@ inline Color ColorListBox::GetSelectEntryColor( sal_Int32 nSelIndex ) const return aColor; } - -// - LineListBox - - - /** Class computing border widths shared between Line style listbox and the SvxBorderLine implementation. @@ -284,7 +274,6 @@ inline Color sameDistColor( Color /*rMain*/, Color rDefault ) return rDefault; } - class SVT_DLLPUBLIC LineListBox : public ListBox { ImpLineList* pLineList; @@ -401,10 +390,6 @@ inline void LineListBox::SetNone( const OUString& sNone ) m_sNone = sNone; } - -// - FontNameBox - - - class SVT_DLLPUBLIC FontNameBox : public ComboBox { private: @@ -438,10 +423,6 @@ private: FontNameBox& operator =( const FontNameBox& ); }; - -// - FontStyleBox - - - class SVT_DLLPUBLIC FontStyleBox : public ComboBox { OUString aLastStyle; @@ -474,10 +455,6 @@ inline void FontStyleBox::SetText( const OUString& rText ) ComboBox::SetText( rText ); } - -// - FontSizeBox - - - class SVT_DLLPUBLIC FontSizeBox : public MetricBox { FontInfo aFontInfo; |