diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-20 16:57:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-20 20:22:24 +0100 |
commit | 50fffcaa05eef36fe03b1654bd57fdd3ae741106 (patch) | |
tree | a2a445d7e9cb6b038cefb82224e31b8297205bfe /include | |
parent | d4a615bf62d81485d8e20e94824af511c9fef0bb (diff) |
Infoboxen are no longer loaded from resource files
Change-Id: If387291e9e145ee36338b1e560f18889c3b62674
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/rcid.h | 2 | ||||
-rw-r--r-- | include/vcl/msgbox.hxx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h index e0d12f626b7e..70199fc8a83b 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -48,7 +48,7 @@ #define RSC_IMAGELIST (RSC_NOTYPE + 0x24) #define RSC_MESSBOX (RSC_NOTYPE + 0x30) -#define RSC_INFOBOX (RSC_NOTYPE + 0x31) + #define RSC_WARNINGBOX (RSC_NOTYPE + 0x32) #define RSC_QUERYBOX (RSC_NOTYPE + 0x34) diff --git a/include/vcl/msgbox.hxx b/include/vcl/msgbox.hxx index b97edb0854d6..2684a25b5502 100644 --- a/include/vcl/msgbox.hxx +++ b/include/vcl/msgbox.hxx @@ -77,7 +77,6 @@ private: public: InfoBox( Window* pParent, const OUString& rMessage ); - InfoBox( Window* pParent, const ResId & rResId ); InfoBox( Window* pParent, WinBits nStyle, const OUString& rMessage ); |