summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-07-13 09:11:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-07-13 15:07:08 +0200
commit3319e2975c0b08595b64111c8340c5cd9ef193d5 (patch)
treef8a3acd32da49db81204cee7b9e7842acb0eea8e /sfx2
parent1487b26a150b898a61b201e849e2f18f7f14de4c (diff)
unused ResMgr
Change-Id: I0bb25a89ddc76c91d01d1cee785be0337eb1f1d0 Reviewed-on: https://gerrit.libreoffice.org/39897 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/shutdowniconunx.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/appl/shutdowniconunx.cxx b/sfx2/source/appl/shutdowniconunx.cxx
index 66ed890a9843..1bdf3e2e5ef5 100644
--- a/sfx2/source/appl/shutdowniconunx.cxx
+++ b/sfx2/source/appl/shutdowniconunx.cxx
@@ -26,7 +26,6 @@
#include <gtk/gtk.h>
#include <glib.h>
#include <osl/module.hxx>
-#include <tools/resmgr.hxx>
#include <sfx2/app.hxx>
#include "app.hrc"
#include "shutdownicon.hxx"
@@ -48,7 +47,6 @@
using namespace ::osl;
-static ResMgr *pVCLResMgr;
static GtkStatusIcon* pTrayIcon;
static GtkWidget *pExitMenuItem = nullptr;
static GtkWidget *pOpenMenuItem = nullptr;
@@ -330,8 +328,6 @@ void plugin_init_sys_tray()
pShutdownIcon->GetResString( STR_QUICKSTART_TIP ),
RTL_TEXTENCODING_UTF8 );
- pVCLResMgr = ResMgr::CreateResMgr("vcl");
-
pTrayIcon = gtk_status_icon_new_from_icon_name ("libreoffice-startcenter");
g_object_set (pTrayIcon, "title", aLabel.getStr(),