summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-04-12 12:35:21 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-04-12 12:35:48 +0200
commit30fb54aca35c744517ad697f2d299481b02d457f (patch)
tree9eeef1a318d4c4c0eee087317d5a389f3d8a3603 /vcl
parent7a18848e143933ccdb75bdfc8713da4f7f02efe4 (diff)
remove formfeeds
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/ilstbox.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/control/ilstbox.cxx b/vcl/source/control/ilstbox.cxx
index f6236b5d9e5d..ee6aa79245f7 100644
--- a/vcl/source/control/ilstbox.cxx
+++ b/vcl/source/control/ilstbox.cxx
@@ -541,7 +541,7 @@ sal_uInt16 ImplEntryList::FindFirstSelectable( sal_uInt16 nPos, bool bForward /*
}
// =======================================================================
-
+
ImplListBoxWindow::ImplListBoxWindow( Window* pParent, WinBits nWinStyle ) :
Control( pParent, 0 ),
maQuickSelectionEngine( *this )
@@ -2242,7 +2242,7 @@ sal_uInt16 ImplListBoxWindow::ImplGetTextStyle() const
}
// =======================================================================
-
+
ImplListBox::ImplListBox( Window* pParent, WinBits nWinStyle ) :
Control( pParent, nWinStyle ),
maLBWindow( this, nWinStyle&(~WB_BORDER) )
@@ -2742,7 +2742,7 @@ rtl::OUString ImplListBox::GetMRUEntries( sal_Unicode cSep ) const
}
// =======================================================================
-
+
ImplWin::ImplWin( Window* pParent, WinBits nWinStyle ) :
Control ( pParent, nWinStyle )
{