loplugin:unreffun

Change-Id: I4663de7eb81b7af39b5a24581667fd7fcfb829cd
This commit is contained in:
Tor Lillqvist
2016-12-19 11:13:42 +02:00
parent ea992517bf
commit b01c31598d
2 changed files with 7 additions and 7 deletions

View File

@@ -34,6 +34,13 @@
#include <sfx2/dllapi.h>
#include <tools/link.hxx>
extern "C" {
void SAL_DLLPUBLIC_EXPORT plugin_init_sys_tray();
void SAL_DLLPUBLIC_EXPORT plugin_shutdown_sys_tray();
}
class ResMgr;
namespace sfx2
{

View File

@@ -49,13 +49,6 @@
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 GtkStatusIcon* pTrayIcon;
static GtkWidget *pExitMenuItem = nullptr;