diff options
Diffstat (limited to 'include/vcl/msgbox.hxx')
-rw-r--r-- | include/vcl/msgbox.hxx | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/include/vcl/msgbox.hxx b/include/vcl/msgbox.hxx index 7c982cc5a996..203d3ea36d80 100644 --- a/include/vcl/msgbox.hxx +++ b/include/vcl/msgbox.hxx @@ -88,16 +88,8 @@ public: virtual Size GetOptimalSize() const override; }; -class VCL_DLLPUBLIC InfoBox : public MessBox -{ -public: - InfoBox( vcl::Window* pParent, const OUString& rMessage ); - InfoBox( vcl::Window* pParent, MessBoxStyle nStyle, - const OUString& rMessage ); - - static Image const & GetStandardImage(); - static OUString GetStandardText(); -}; +VCL_DLLPUBLIC Image const & GetStandardInfoBoxImage(); +VCL_DLLPUBLIC OUString GetStandardInfoBoxText(); class VCL_DLLPUBLIC WarningBox : public MessBox { |