summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/app.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-10-11 11:52:13 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-11 15:19:42 +0100
commita7cfd7067022da7caf08ca36f1245711b3d458bb (patch)
tree129e98838b05645f01657df687d74d3773b1b94e /sfx2/inc/sfx2/app.hxx
parentff953c36ac8f335d6f12d9e22a29deafe90de34d (diff)
re-write branded image location code in new module, and share with splash
Diffstat (limited to 'sfx2/inc/sfx2/app.hxx')
-rw-r--r--sfx2/inc/sfx2/app.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/app.hxx b/sfx2/inc/sfx2/app.hxx
index fdd3f76b088c..e467185afbe8 100644
--- a/sfx2/inc/sfx2/app.hxx
+++ b/sfx2/inc/sfx2/app.hxx
@@ -318,6 +318,8 @@ public:
SAL_DLLPRIVATE ResMgr* GetOffResManager_Impl();
//#endif
+ /* loads a branded bitmap - that can be overridden per locale */
+ static bool LoadBrandBitmap (const char* pName, BitmapEx &rBitmap);
/** loads the application logo as used in the about dialog and impress slideshow pause screen */
static Image GetApplicationLogo();
};