Kaydet (Commit) 5cbfbad7 authored tarafından Noel Grandin's avatar Noel Grandin

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

Change-Id: Ic165c4f40b2a84b69c3cf256b884fc6f5f12d982
üst f9f99f4a
......@@ -62,7 +62,7 @@ public:
ControlContainer& rContainer,
::Window* pParent,
::std::auto_ptr<ILayoutableWindow> pControl,
const String& rTitle,
const OUString& rTitle,
TitleBar::TitleBarType eType);
virtual ~ControlContainerDescriptor (void);
......@@ -85,7 +85,7 @@ public:
// const Rectangle& GetTitleBarBox (void) const;
Window* GetControl (void) const;
const String& GetTitle (void) const;
const OUString& GetTitle (void) const;
void Expand (bool bExpanded = true);
void Collapse (void);
......@@ -109,7 +109,7 @@ private:
ControlContainer& mrContainer;
::std::auto_ptr<TitleBar> mpTitleBar;
::std::auto_ptr<ILayoutableWindow> mpControl;
String msTitle;
OUString msTitle;
bool mbExpanded;
bool mbVisible;
void* mpUserData;
......
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