summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/TestPanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/toolpanel/TestPanel.cxx')
-rwxr-xr-xsd/source/ui/toolpanel/TestPanel.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/toolpanel/TestPanel.cxx b/sd/source/ui/toolpanel/TestPanel.cxx
index 044b40dcdb4f..8fb24dd83bc2 100755
--- a/sd/source/ui/toolpanel/TestPanel.cxx
+++ b/sd/source/ui/toolpanel/TestPanel.cxx
@@ -129,7 +129,7 @@ TestPanel::TestPanel (::Window& i_rParent)
::std::auto_ptr<TreeNode>(new Wrapper (
pScrollPanel, Size (200,300), pBox, true)),
String::CreateFromAscii ("First ListBox"),
- 0);
+ "");
pBox = new ListBox (pScrollPanel->GetWindow());
for (i=1; i<=20; i++)
@@ -143,7 +143,7 @@ TestPanel::TestPanel (::Window& i_rParent)
::std::auto_ptr<TreeNode>(new Wrapper (
pScrollPanel, Size (200,300), pBox, true)),
String::CreateFromAscii ("Second ListBox"),
- 0);
+ "");
AddControl (::std::auto_ptr<TreeNode>(pScrollPanel));
@@ -153,7 +153,7 @@ TestPanel::TestPanel (::Window& i_rParent)
::std::auto_ptr<TreeNode>(new Wrapper (
this, Size (100,30), pButton, false)),
String::CreateFromAscii ("Button Area"),
- 0);
+ "");
}