ScLinkedAreaDlg: unused private member

Change-Id: I01a64a47e2c0587bb35c609e6658b8fe01301320
This commit is contained in:
Matúš Kukan
2013-10-28 10:34:11 +01:00
parent c5fd63966e
commit fe6f195f04

View File

@@ -20,7 +20,6 @@
#ifndef SC_LINKAREA_HXX
#define SC_LINKAREA_HXX
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
@@ -52,7 +51,6 @@ private:
sfx2::DocumentInserter* pDocInserter;
SfxObjectShellRef aSourceRef;
::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject > xSourceObject;
DECL_LINK(FileHdl, void *);
DECL_LINK(BrowseHdl, void *);