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;
#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;
......
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