summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vcl/btndlg.hxx8
-rw-r--r--include/vcl/svapp.hxx10
2 files changed, 9 insertions, 9 deletions
diff --git a/include/vcl/btndlg.hxx b/include/vcl/btndlg.hxx
index 541109885079..12c7cbe394e1 100644
--- a/include/vcl/btndlg.hxx
+++ b/include/vcl/btndlg.hxx
@@ -84,14 +84,14 @@ public:
sal_uInt16 GetCurButtonId() const { return mnCurButtonId; }
- void AddButton( const XubString& rText, sal_uInt16 nId, sal_uInt16 nBtnFlags, long nSepPixel = 0 );
+ void AddButton( const OUString& rText, sal_uInt16 nId, sal_uInt16 nBtnFlags, long nSepPixel = 0 );
void AddButton( StandardButtonType eType, sal_uInt16 nId, sal_uInt16 nBtnFlags, long nSepPixel = 0 );
void RemoveButton( sal_uInt16 nId );
void Clear();
- sal_uInt16 GetButtonId( sal_uInt16 nButton ) const;
+ sal_uInt16 GetButtonId( sal_uInt16 nButton ) const;
PushButton* GetPushButton( sal_uInt16 nId ) const;
- void SetButtonText( sal_uInt16 nId, const XubString& rText );
- void SetButtonHelpText( sal_uInt16 nId, const XubString& rText );
+ void SetButtonText( sal_uInt16 nId, const OUString& rText );
+ void SetButtonHelpText( sal_uInt16 nId, const OUString& rText );
void SetFocusButton( sal_uInt16 nId = BUTTONDIALOG_BUTTON_NOTFOUND ) { mnFocusButtonId = nId; }
sal_uInt16 GetFocusButton() const { return mnFocusButtonId; }
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index c67a1890e7fd..67a48eee118a 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -143,12 +143,12 @@ public:
virtual void InitFinished();
virtual void DeInit();
- static sal_uInt16 GetCommandLineParamCount();
- static XubString GetCommandLineParam( sal_uInt16 nParam );
- static const XubString& GetAppFileName();
+ static sal_uInt16 GetCommandLineParamCount();
+ static OUString GetCommandLineParam( sal_uInt16 nParam );
+ static OUString GetAppFileName();
- virtual sal_uInt16 Exception( sal_uInt16 nError );
- static void Abort( const XubString& rErrorText );
+ virtual sal_uInt16 Exception( sal_uInt16 nError );
+ static void Abort( const OUString& rErrorText );
static void Execute();
static void Quit();