Kaydet (Commit) 90939a7b authored tarafından August Sodora's avatar August Sodora

String->OUString

üst 313deb97
...@@ -58,7 +58,7 @@ const char* pRegName = "BasicIDETabBar"; ...@@ -58,7 +58,7 @@ const char* pRegName = "BasicIDETabBar";
TYPEINIT0( IDEBaseWindow ) TYPEINIT0( IDEBaseWindow )
TYPEINIT1( SbxItem, SfxPoolItem ); TYPEINIT1( SbxItem, SfxPoolItem );
IDEBaseWindow::IDEBaseWindow( Window* pParent, const ScriptDocument& rDocument, String aLibName, String aName ) IDEBaseWindow::IDEBaseWindow( Window* pParent, const ScriptDocument& rDocument, ::rtl::OUString aLibName, ::rtl::OUString aName )
:Window( pParent, WinBits( WB_3DLOOK ) ) :Window( pParent, WinBits( WB_3DLOOK ) )
,m_aDocument( rDocument ) ,m_aDocument( rDocument )
,m_aLibName( aLibName ) ,m_aLibName( aLibName )
...@@ -70,8 +70,6 @@ IDEBaseWindow::IDEBaseWindow( Window* pParent, const ScriptDocument& rDocument, ...@@ -70,8 +70,6 @@ IDEBaseWindow::IDEBaseWindow( Window* pParent, const ScriptDocument& rDocument,
nStatus = 0; nStatus = 0;
} }
IDEBaseWindow::~IDEBaseWindow() IDEBaseWindow::~IDEBaseWindow()
{ {
DBG_DTOR( IDEBaseWindow, 0 ); DBG_DTOR( IDEBaseWindow, 0 );
......
...@@ -140,7 +140,7 @@ protected: ...@@ -140,7 +140,7 @@ protected:
public: public:
TYPEINFO(); TYPEINFO();
IDEBaseWindow( Window* pParent, const ScriptDocument& rDocument, String aLibName, String aName ); IDEBaseWindow( Window* pParent, const ScriptDocument& rDocument, ::rtl::OUString aLibName, ::rtl::OUString aName );
virtual ~IDEBaseWindow(); virtual ~IDEBaseWindow();
void Init(); void Init();
......
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