Kaydet (Commit) 4bbbbee8 authored tarafından Noel Grandin's avatar Noel Grandin

convert sd/.../ScrollPanel.hxx from String to OUString

Change-Id: I6dde03dd77dac7b8e7568597329d65c8ec317da6
üst 6f48261f
......@@ -67,7 +67,7 @@ public:
*/
TitledControl* AddControl (
::std::auto_ptr<TreeNode> pControl,
const String& rTitle,
const OUString& rTitle,
const OString& sHelpId);
/** Add a control to the sub panel without a title bar.
......
......@@ -106,7 +106,7 @@ ScrollPanel::~ScrollPanel (void)
SAL_WNODEPRECATED_DECLARATIONS_PUSH
TitledControl* ScrollPanel::AddControl (
::std::auto_ptr<TreeNode> pControl,
const String& rTitle,
const OUString& rTitle,
const OString& rHelpId)
{
// We are interested only in the title. The control itself is
......
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