diff options
Diffstat (limited to 'include/svx/fmtools.hxx')
-rw-r--r-- | include/svx/fmtools.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svx/fmtools.hxx b/include/svx/fmtools.hxx index 000f3032ca83..6322cc3720d0 100644 --- a/include/svx/fmtools.hxx +++ b/include/svx/fmtools.hxx @@ -58,7 +58,6 @@ #include <rtl/ref.hxx> #include <tools/wintypes.hxx> #include <cppuhelper/weakref.hxx> -#include <comphelper/stl_types.hxx> #include <cppuhelper/implbase.hxx> #include <set> @@ -189,9 +188,7 @@ bool isRowSetAlive(const css::uno::Reference< css::uno::XInterface>& _rxRowSet); // checks if the css::sdbcx::XColumnsSupplier provided by _rxRowSet supplies any columns -typedef ::std::set < css::uno::Reference< css::uno::XInterface > - , ::comphelper::OInterfaceCompare< css::uno::XInterface > - > InterfaceBag; +typedef ::std::set< css::uno::Reference< css::uno::XInterface > > InterfaceBag; #endif // INCLUDED_SVX_FMTOOLS_HXX |