summaryrefslogtreecommitdiff
path: root/sfx2/inc/sfx2/app.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-06-02 10:58:04 +0200
committerMathias Bauer <mba@openoffice.org>2010-06-02 10:58:04 +0200
commit8f8d21a2abb823d2bf44aa4b17bd9b238b0b55dc (patch)
treed4595746493b8ccf07a23ee4f1c98f89b86fd074 /sfx2/inc/sfx2/app.hxx
parentd90913a6131cd829292e7f13cc6c9b28120a5e43 (diff)
parentf8e7afbac976ca862a801b9648fd95b2107757b2 (diff)
CWS mba33issues01: merge to m80
Diffstat (limited to 'sfx2/inc/sfx2/app.hxx')
-rw-r--r--sfx2/inc/sfx2/app.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/app.hxx b/sfx2/inc/sfx2/app.hxx
index e38a2e9dbe7f..980eec04cfa6 100644
--- a/sfx2/inc/sfx2/app.hxx
+++ b/sfx2/inc/sfx2/app.hxx
@@ -33,6 +33,7 @@
#include <tools/solar.h>
#include <svl/smplhint.hxx>
#include <svl/poolitem.hxx>
+#include <vcl/image.hxx>
#include <tools/ref.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/script/XLibraryContainer.hpp>
@@ -316,6 +317,9 @@ public:
SAL_DLLPRIVATE SfxModule* GetModule_Impl();
SAL_DLLPRIVATE ResMgr* GetOffResManager_Impl();
//#endif
+
+ /** loads the application logo as used in the about dialog and impress slideshow pause screen */
+ static Image GetApplicationLogo();
};
#define SFX_APP() SfxGetpApp()