[Libreoffice-commits] .: vcl/inc
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Nov 19 12:46:30 PST 2010
vcl/inc/vcl/ilstbox.hxx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 662f4ed28849b1f2de8d40cf4b9136b09b4397a3
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Fri Nov 19 15:45:50 2010 -0500
Removed non-printable characters.
diff --git a/vcl/inc/vcl/ilstbox.hxx b/vcl/inc/vcl/ilstbox.hxx
index fd42ab2..777b31c 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:
More information about the Libreoffice-commits
mailing list