loplugin:unreffun
Change-Id: I4663de7eb81b7af39b5a24581667fd7fcfb829cd
This commit is contained in:
@@ -34,6 +34,13 @@
|
|||||||
#include <sfx2/dllapi.h>
|
#include <sfx2/dllapi.h>
|
||||||
#include <tools/link.hxx>
|
#include <tools/link.hxx>
|
||||||
|
|
||||||
|
extern "C" {
|
||||||
|
|
||||||
|
void SAL_DLLPUBLIC_EXPORT plugin_init_sys_tray();
|
||||||
|
void SAL_DLLPUBLIC_EXPORT plugin_shutdown_sys_tray();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
class ResMgr;
|
class ResMgr;
|
||||||
namespace sfx2
|
namespace sfx2
|
||||||
{
|
{
|
||||||
|
@@ -49,13 +49,6 @@
|
|||||||
|
|
||||||
using namespace ::osl;
|
using namespace ::osl;
|
||||||
|
|
||||||
extern "C" {
|
|
||||||
|
|
||||||
void SAL_DLLPUBLIC_EXPORT plugin_init_sys_tray();
|
|
||||||
void SAL_DLLPUBLIC_EXPORT plugin_shutdown_sys_tray();
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
static ResMgr *pVCLResMgr;
|
static ResMgr *pVCLResMgr;
|
||||||
static GtkStatusIcon* pTrayIcon;
|
static GtkStatusIcon* pTrayIcon;
|
||||||
static GtkWidget *pExitMenuItem = nullptr;
|
static GtkWidget *pExitMenuItem = nullptr;
|
||||||
|
Reference in New Issue
Block a user