diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-10-11 12:22:12 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-11 12:22:12 +0100 |
commit | 63148a8bf7292c1aed0189784e5fd6422cb82b1d (patch) | |
tree | 85917ac3ab55d678782372d18b2a59757460a23b /vcl/inc | |
parent | 6f21189b2578d8b899132226e5a8b0d2e7246089 (diff) |
move the branded bitmap locator down the stack - for framework use
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/svapp.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/vcl/svapp.hxx b/vcl/inc/vcl/svapp.hxx index 953646be7197..bcfa489ca1de 100644 --- a/vcl/inc/vcl/svapp.hxx +++ b/vcl/inc/vcl/svapp.hxx @@ -38,6 +38,7 @@ #include <vcl/apptypes.hxx> #include <vcl/settings.hxx> #include <vcl/vclevent.hxx> +class BitmapEx; class Link; class AllSettings; class DataChangedEvent; @@ -360,6 +361,7 @@ public: static void SetAppName( const String& rUniqueName ); static String GetAppName(); + static bool LoadBrandBitmap (const char* pName, BitmapEx &rBitmap); static void SetDisplayName( const UniString& rDisplayName ); static UniString GetDisplayName(); |