summaryrefslogtreecommitdiff
path: root/cui/source/options/sdbcdriverenum.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:04:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 06:07:48 -0600
commit4f31b902712e7816bbd8e0df7629462a17f9ad3f (patch)
tree1bab0652e24e3e97fbd8639bdd0fcfcef7526c2c /cui/source/options/sdbcdriverenum.cxx
parent3c0a7cf4f67720f2cca2c4eb543f838d5b644e7f (diff)
Remove visual noise from cui
Change-Id: I6cec1f747ce57c3153af92e9e0c317d34d5a245d Reviewed-on: https://gerrit.libreoffice.org/8250 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options/sdbcdriverenum.cxx')
-rw-r--r--cui/source/options/sdbcdriverenum.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/cui/source/options/sdbcdriverenum.cxx b/cui/source/options/sdbcdriverenum.cxx
index e15be1bcdc90..cac802cbfe44 100644
--- a/cui/source/options/sdbcdriverenum.cxx
+++ b/cui/source/options/sdbcdriverenum.cxx
@@ -23,19 +23,19 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/sdbc/DriverManager.hpp>
-//........................................................................
+
namespace offapp
{
-//........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::sdbc;
- //====================================================================
+
//= ODriverEnumerationImpl
- //====================================================================
+
class ODriverEnumerationImpl
{
protected:
@@ -73,9 +73,9 @@ namespace offapp
}
}
- //====================================================================
+
//= ODriverEnumeration
- //====================================================================
+
ODriverEnumeration::ODriverEnumeration() throw()
:m_pImpl(new ODriverEnumerationImpl)
@@ -99,9 +99,9 @@ namespace offapp
{
return m_pImpl->getDriverImplNames().end();
}
-//........................................................................
+
} // namespace offapp
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */