convert include/svx/fmpage.hxx from String to OUString
Change-Id: I7f602b483a69fb406dc4d9a35363e301a532a28b
This commit is contained in:
@@ -42,7 +42,7 @@ class SVX_DLLPUBLIC FmFormPage : public SdrPage
|
|||||||
{
|
{
|
||||||
friend class FmFormObj;
|
friend class FmFormObj;
|
||||||
FmFormPageImpl* m_pImpl;
|
FmFormPageImpl* m_pImpl;
|
||||||
String m_sPageName;
|
OUString m_sPageName;
|
||||||
StarBASIC* m_pBasic;
|
StarBASIC* m_pBasic;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
@@ -68,8 +68,8 @@ public:
|
|||||||
FmFormPageImpl& GetImpl() const { return *m_pImpl; }
|
FmFormPageImpl& GetImpl() const { return *m_pImpl; }
|
||||||
|
|
||||||
public:
|
public:
|
||||||
const String& GetName() const { return m_sPageName; }
|
const OUString& GetName() const { return m_sPageName; }
|
||||||
void SetName( const String& rName ) { m_sPageName = rName; }
|
void SetName( const OUString& rName ) { m_sPageName = rName; }
|
||||||
StarBASIC* GetBasic() const { return m_pBasic; }
|
StarBASIC* GetBasic() const { return m_pBasic; }
|
||||||
sal_Bool RequestHelp(
|
sal_Bool RequestHelp(
|
||||||
Window* pWin,
|
Window* pWin,
|
||||||
|
Reference in New Issue
Block a user