summaryrefslogtreecommitdiff
path: root/cui/source/options/sdbcdriverenum.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/sdbcdriverenum.hxx')
-rw-r--r--cui/source/options/sdbcdriverenum.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/cui/source/options/sdbcdriverenum.hxx b/cui/source/options/sdbcdriverenum.hxx
index e0f61dddccf5..b329a858b780 100644
--- a/cui/source/options/sdbcdriverenum.hxx
+++ b/cui/source/options/sdbcdriverenum.hxx
@@ -22,14 +22,10 @@
#include <sal/types.h>
+#include <rtl/ustring.hxx>
#include <vector>
-namespace rtl
-{
- class OUString;
-}
-
//........................................................................
namespace offapp
{
@@ -52,7 +48,7 @@ namespace offapp
public:
ODriverEnumeration() throw();
~ODriverEnumeration() throw();
- typedef ::std::vector< ::rtl::OUString >::const_iterator const_iterator;
+ typedef ::std::vector< OUString >::const_iterator const_iterator;
const_iterator begin() const throw();
const_iterator end() const throw();