diff options
author | Noel Grandin <noel@peralex.com> | 2013-07-30 13:51:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-07-31 13:36:51 +0200 |
commit | c9bb2e3d2c39638eabd24656a9642fa56464700e (patch) | |
tree | 671a836abc0697d6f125093890b776ba88eaecdb /include | |
parent | 1211c5dcf10e79b1e4c472c54a4953996d965470 (diff) |
convert vcl/msgbox.hxx from XubString to OUString
Change-Id: I68a591aa7891f5ea08ab3d6b3290e2fe80827126
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/msgbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/msgbox.hxx b/include/vcl/msgbox.hxx index 099bc5504adf..5b539120c63d 100644 --- a/include/vcl/msgbox.hxx +++ b/include/vcl/msgbox.hxx @@ -69,7 +69,7 @@ public: void SetCheckBoxText( const OUString& rText ) { maCheckBoxText = rText;} const OUString& GetCheckBoxText() const { return maCheckBoxText;} void SetCheckBoxState( sal_Bool bCheck ); - sal_Bool GetCheckBoxState() const; + sal_Bool GetCheckBoxState() const; virtual Size GetOptimalSize() const; }; |