Kaydet (Commit) d0bf70d2 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove whitespace

Change-Id: Ia5ed1a0c12ffc95b31cbbd43b6291218935e2296
üst c7cfe038
...@@ -44,8 +44,6 @@ typedef ::std::vector< FontInfo > ImplFontList; ...@@ -44,8 +44,6 @@ typedef ::std::vector< FontInfo > ImplFontList;
#define CHANGE_DIST ( ( sal_uInt16 ) 4 ) #define CHANGE_DIST ( ( sal_uInt16 ) 4 )
#define ADAPT_DIST ( ( sal_uInt16 ) 8 ) #define ADAPT_DIST ( ( sal_uInt16 ) 8 )
/************************************************************************* /*************************************************************************
Description Description
...@@ -147,10 +145,6 @@ FontList; FontNameBox; FontStyleBox; FontSizeMenu ...@@ -147,10 +145,6 @@ FontList; FontNameBox; FontStyleBox; FontSizeMenu
*************************************************************************/ *************************************************************************/
// - ColorListBox -
class SVT_DLLPUBLIC ColorListBox : public ListBox class SVT_DLLPUBLIC ColorListBox : public ListBox
{ {
ImpColorList* pColorList; // separate liste, in case of user data are required from outside 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 ...@@ -228,10 +222,6 @@ inline Color ColorListBox::GetSelectEntryColor( sal_Int32 nSelIndex ) const
return aColor; return aColor;
} }
// - LineListBox -
/** /**
Class computing border widths shared between Line style listbox and the Class computing border widths shared between Line style listbox and the
SvxBorderLine implementation. SvxBorderLine implementation.
...@@ -284,7 +274,6 @@ inline Color sameDistColor( Color /*rMain*/, Color rDefault ) ...@@ -284,7 +274,6 @@ inline Color sameDistColor( Color /*rMain*/, Color rDefault )
return rDefault; return rDefault;
} }
class SVT_DLLPUBLIC LineListBox : public ListBox class SVT_DLLPUBLIC LineListBox : public ListBox
{ {
ImpLineList* pLineList; ImpLineList* pLineList;
...@@ -401,10 +390,6 @@ inline void LineListBox::SetNone( const OUString& sNone ) ...@@ -401,10 +390,6 @@ inline void LineListBox::SetNone( const OUString& sNone )
m_sNone = sNone; m_sNone = sNone;
} }
// - FontNameBox -
class SVT_DLLPUBLIC FontNameBox : public ComboBox class SVT_DLLPUBLIC FontNameBox : public ComboBox
{ {
private: private:
...@@ -438,10 +423,6 @@ private: ...@@ -438,10 +423,6 @@ private:
FontNameBox& operator =( const FontNameBox& ); FontNameBox& operator =( const FontNameBox& );
}; };
// - FontStyleBox -
class SVT_DLLPUBLIC FontStyleBox : public ComboBox class SVT_DLLPUBLIC FontStyleBox : public ComboBox
{ {
OUString aLastStyle; OUString aLastStyle;
...@@ -474,10 +455,6 @@ inline void FontStyleBox::SetText( const OUString& rText ) ...@@ -474,10 +455,6 @@ inline void FontStyleBox::SetText( const OUString& rText )
ComboBox::SetText( rText ); ComboBox::SetText( rText );
} }
// - FontSizeBox -
class SVT_DLLPUBLIC FontSizeBox : public MetricBox class SVT_DLLPUBLIC FontSizeBox : public MetricBox
{ {
FontInfo aFontInfo; FontInfo aFontInfo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment