diff options
author | Noel Grandin <noel@peralex.com> | 2013-04-15 15:18:43 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-04-16 20:25:41 +0000 |
commit | e2ce3538943c510efa8041fca3c83728acf3a155 (patch) | |
tree | 677ea9ca83afe71c26372e6790aad24148d0a56a /cui | |
parent | c6e9926468b1ab7eade9c1afc9e2216dd7c97330 (diff) |
remove dead class SfxPtrAr and it's header sfx/inc/sfx2/minarray.hxx
Change-Id: I23c9f905e6f679299f95baa6d8d4bafa97a3f19a
Reviewed-on: https://gerrit.libreoffice.org/3399
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/acccfg.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/cfg.hxx | 1 | ||||
-rw-r--r-- | cui/source/inc/selector.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/inc/acccfg.hxx b/cui/source/inc/acccfg.hxx index 19eba293bef4..235499896f69 100644 --- a/cui/source/inc/acccfg.hxx +++ b/cui/source/inc/acccfg.hxx @@ -43,7 +43,6 @@ #include <svtools/treelistbox.hxx> #include <sfx2/tabdlg.hxx> #include <sfx2/basedlgs.hxx> -#include <sfx2/minarray.hxx> #include "cfgutil.hxx" class SfxMacroInfoItem; diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index 84ecf045156b..62686df592d4 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -40,7 +40,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/lang/XSingleComponentFactory.hpp> -#include <sfx2/minarray.hxx> #include <sfx2/tabdlg.hxx> #include <vector> #include <vcl/msgbox.hxx> diff --git a/cui/source/inc/selector.hxx b/cui/source/inc/selector.hxx index 4c14e9930a1f..40c8a64d0a7f 100644 --- a/cui/source/inc/selector.hxx +++ b/cui/source/inc/selector.hxx @@ -30,7 +30,6 @@ #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/script/browse/XBrowseNode.hpp> -#include <sfx2/minarray.hxx> #include <boost/ptr_container/ptr_vector.hpp> #define SVX_CFGGROUP_FUNCTION 1 |