diff options
Diffstat (limited to 'vcl/source/control/morebtn.cxx')
-rw-r--r-- | vcl/source/control/morebtn.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/morebtn.cxx b/vcl/source/control/morebtn.cxx index 6109045f3426..337bdc6d7519 100644 --- a/vcl/source/control/morebtn.cxx +++ b/vcl/source/control/morebtn.cxx @@ -206,14 +206,14 @@ void MoreButton::AddWindow( Window* pWindow ) // ----------------------------------------------------------------------- -void MoreButton::SetText( const XubString& rText ) +void MoreButton::SetText( const OUString& rText ) { PushButton::SetText( rText ); } // ----------------------------------------------------------------------- -XubString MoreButton::GetText() const +OUString MoreButton::GetText() const { return PushButton::GetText(); } |