summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-11-19 15:45:50 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-11-19 15:46:19 -0500
commitda041554995bb7e98e9564b3cf3252c4a50d4673 (patch)
tree464fbd04520d4fe0536378b6981d44f7a2708e51
parent0221eeab345ee7510e6c11a9560ef7c88a3864a9 (diff)
Removed non-printable characters.
-rw-r--r--vcl/inc/vcl/ilstbox.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/inc/vcl/ilstbox.hxx b/vcl/inc/vcl/ilstbox.hxx
index f00f20062204..b468978f247e 100644
--- a/vcl/inc/vcl/ilstbox.hxx
+++ b/vcl/inc/vcl/ilstbox.hxx
@@ -60,7 +60,7 @@ enum LB_EVENT_TYPE
// -----------------
// - ImplEntryType -
// -----------------
-
+
struct ImplEntryType
{
XubString maStr;
@@ -102,7 +102,7 @@ struct ImplEntryType
// -----------------
// - ImplEntryList -
// -----------------
-
+
class ImplEntryList : private List
{
private:
@@ -385,7 +385,7 @@ public:
// ---------------
// - ImplListBox -
// ---------------
-
+
class ImplListBox : public Control
{
private:
@@ -508,7 +508,7 @@ public:
// -----------------------------
// - ImplListBoxFloatingWindow -
// -----------------------------
-
+
class ImplListBoxFloatingWindow : public FloatingWindow
{
private:
@@ -551,7 +551,7 @@ public:
// -----------
// - ImplWin -
// -----------
-
+
class ImplWin : public Control
{
private: