diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-06-12 23:12:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-06-12 23:25:17 +0200 |
commit | 3174c0234bd9fdbbd182d05e86a2699e239f7f68 (patch) | |
tree | 57a6678b5ad458c855d97f4660ffa694749dc1b2 /cui | |
parent | a96d082bc03683e9920a53ede7becb048240fbd5 (diff) |
remove unused SfxFilterPtrArr
Change-Id: Iea1e44f40a1e2d51947cdeff4f8948f3612dc25c
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optinet2.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/options/optinet2.hxx b/cui/source/options/optinet2.hxx index 6303423e6329..74d05788ec15 100644 --- a/cui/source/options/optinet2.hxx +++ b/cui/source/options/optinet2.hxx @@ -68,8 +68,6 @@ public: virtual void Modify(); }; -typedef std::vector<SfxFilter*> SfxFilterPtrArr; - // class SvxProxyTabPage ------------------------------------------------- class SvxProxyTabPage : public SfxTabPage |