Kaydet (Commit) b01c3159 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

loplugin:unreffun

Change-Id: I4663de7eb81b7af39b5a24581667fd7fcfb829cd
üst ea992517
......@@ -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
{
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment