summaryrefslogtreecommitdiff
path: root/desktop/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-07-26 23:47:19 +0900
committerDavid Tardon <dtardon@redhat.com>2014-07-26 15:44:17 +0000
commitd3293105512a3c25c5a17799a3bab6e0c7ff929d (patch)
tree0843cb7756746c873dacec270804c09dea3b0c6a /desktop/inc
parent8ec047030f5ff5b8235b68eed06c7ed68ddeecfe (diff)
fdo#75757: remove inheritance to std::map
Typedef'ing AcceptorMap in appinit.cxx is enough. Change-Id: Ia26e119562c87b11d8dd81f49b72d825739162b2 Reviewed-on: https://gerrit.libreoffice.org/10555 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index b067ae6101b3..33e7c0cdbe01 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -20,8 +20,6 @@
#ifndef INCLUDED_DESKTOP_INC_APP_HXX
#define INCLUDED_DESKTOP_INC_APP_HXX
-// stl includes first
-#include <map>
#include <boost/optional.hpp>
#include <boost/scoped_ptr.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
@@ -29,7 +27,6 @@
#include <vcl/timer.hxx>
#include <tools/resmgr.hxx>
#include <unotools/bootstrap.hxx>
-#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/uno/Reference.h>
#include <osl/mutex.hxx>
@@ -46,7 +43,6 @@ namespace desktop
--------------------------------------------------------------------*/
class CommandLineArgs;
class Lockfile;
-class AcceptorMap : public std::map< OUString, css::uno::Reference<css::lang::XInitialization> > {};
struct ConvertData;
class Desktop : public Application
{