summaryrefslogtreecommitdiff
path: root/include/vcl/fixed.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-21 12:29:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-21 13:15:47 +0100
commit86450f9fce5039cc700d23fe70b1a1a810276020 (patch)
treeb519f7d17d207f61d28c3a35f67d0916c471d102 /include/vcl/fixed.hxx
parentab398dbece88c1f93124f23b2a99ba8b992bce42 (diff)
allow toolbox icons to be set directly from .ui
Change-Id: I8902fb837cfbd99b14a80527300470002571af36
Diffstat (limited to 'include/vcl/fixed.hxx')
-rw-r--r--include/vcl/fixed.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/fixed.hxx b/include/vcl/fixed.hxx
index d8379e5be6ca..50f184ed99c2 100644
--- a/include/vcl/fixed.hxx
+++ b/include/vcl/fixed.hxx
@@ -201,6 +201,8 @@ public:
sal_Bool SetModeImage( const Image& rImage );
const Image& GetModeImage( ) const;
virtual bool set_property(const OString &rKey, const OString &rValue);
+
+ static Image loadThemeImage(const OString &rFileName);
};
#endif // _SV_FIXED_HXX