summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdownicon.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-09 14:58:00 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-09 14:58:00 +0000
commit78fc0c05c7456cca3c40521582d395858438b1ca (patch)
tree54c7c18d65131f925aa8514a377627453e00d02a /sfx2/source/appl/shutdownicon.hxx
parent08c87aa029e988d1b9b642befb265403dba74725 (diff)
#i10000# use oslGenericFunction instead of function pointer
Diffstat (limited to 'sfx2/source/appl/shutdownicon.hxx')
-rw-r--r--sfx2/source/appl/shutdownicon.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/shutdownicon.hxx b/sfx2/source/appl/shutdownicon.hxx
index d0ec7795b336..1cf7f3b04f9e 100644
--- a/sfx2/source/appl/shutdownicon.hxx
+++ b/sfx2/source/appl/shutdownicon.hxx
@@ -45,7 +45,7 @@
#include <cppuhelper/compbase3.hxx>
#endif
#ifndef INCLUDED_SFX2_DLLAPI_H
-#include <sfx2/dllapi.h>
+#include "dllapi.h"
#endif
class ResMgr;
@@ -74,8 +74,8 @@ class SFX2_DLLPUBLIC ShutdownIcon : public ShutdownIconServiceBase
static ShutdownIcon *pShutdownIcon; // one instance
- void (*m_pInitSystray) ();
- void (*m_pDeInitSystray) ();
+ oslGenericFunction m_pInitSystray;
+ oslGenericFunction m_pDeInitSystray;
::osl::Module *m_pPlugin;
void initSystray();