summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/dbconfig.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/config/dbconfig.cxx')
-rw-r--r--sw/source/ui/config/dbconfig.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/config/dbconfig.cxx b/sw/source/ui/config/dbconfig.cxx
index b6469980e86a..ac732a81811d 100644
--- a/sw/source/ui/config/dbconfig.cxx
+++ b/sw/source/ui/config/dbconfig.cxx
@@ -26,7 +26,6 @@
#include <unomid.h>
using namespace utl;
-using rtl::OUString;
using namespace com::sun::star::uno;
/*--------------------------------------------------------------------
@@ -116,7 +115,7 @@ const SwDBData& SwDBConfig::GetBibliographySource()
}
void SwDBConfig::Commit() {}
-void SwDBConfig::Notify( const ::com::sun::star::uno::Sequence< rtl::OUString >& ) {}
+void SwDBConfig::Notify( const ::com::sun::star::uno::Sequence< OUString >& ) {}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */