summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/dbtreeview.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-01-04 13:38:11 +0200
committerNoel Grandin <noel@peralex.com>2013-01-09 08:08:16 +0200
commitb23fd68eeeddd6973f5ea79da4cf7638094ad8d4 (patch)
treee977427671a7fe58c5b7fb2e2aef2a03e2f7497a /dbaccess/source/ui/browser/dbtreeview.hxx
parente88e974e7cd9d92ca338ba6c56baa0aa9a4b0636 (diff)
fdo#468080, remove unnecessary XMultiServiceFactory from framework
The ActionTrigger classes in framework were not using their XMultiServiceFactory parameters, so remove them. And follow that through by cleaning up places that no longer need to store XMultiServiceFactory references. Change-Id: I433c4fdb02a56eeef75728893e0c9b749d8313be
Diffstat (limited to 'dbaccess/source/ui/browser/dbtreeview.hxx')
-rw-r--r--dbaccess/source/ui/browser/dbtreeview.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/dbtreeview.hxx b/dbaccess/source/ui/browser/dbtreeview.hxx
index c54cf39ae8da..3232f6f16013 100644
--- a/dbaccess/source/ui/browser/dbtreeview.hxx
+++ b/dbaccess/source/ui/browser/dbtreeview.hxx
@@ -22,8 +22,6 @@
#include <vcl/window.hxx>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-
class SvTreeList;
namespace dbaui
{
@@ -42,7 +40,6 @@ namespace dbaui
public:
DBTreeView( Window* pParent,
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB,
WinBits nBits );
~DBTreeView();