summaryrefslogtreecommitdiff
path: root/cui/source/options/sdbcdriverenum.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/sdbcdriverenum.cxx')
-rw-r--r--cui/source/options/sdbcdriverenum.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/options/sdbcdriverenum.cxx b/cui/source/options/sdbcdriverenum.cxx
index 3a0bc110ce9a..e15be1bcdc90 100644
--- a/cui/source/options/sdbcdriverenum.cxx
+++ b/cui/source/options/sdbcdriverenum.cxx
@@ -47,7 +47,7 @@ namespace offapp
const ::std::vector< OUString >& getDriverImplNames() const { return m_aImplNames; }
};
- //--------------------------------------------------------------------
+
ODriverEnumerationImpl::ODriverEnumerationImpl()
{
try
@@ -76,25 +76,25 @@ namespace offapp
//====================================================================
//= ODriverEnumeration
//====================================================================
- //--------------------------------------------------------------------
+
ODriverEnumeration::ODriverEnumeration() throw()
:m_pImpl(new ODriverEnumerationImpl)
{
}
- //--------------------------------------------------------------------
+
ODriverEnumeration::~ODriverEnumeration() throw()
{
delete m_pImpl;
}
- //--------------------------------------------------------------------
+
ODriverEnumeration::const_iterator ODriverEnumeration::begin() const throw()
{
return m_pImpl->getDriverImplNames().begin();
}
- //--------------------------------------------------------------------
+
ODriverEnumeration::const_iterator ODriverEnumeration::end() const throw()
{
return m_pImpl->getDriverImplNames().end();