summaryrefslogtreecommitdiffstats
path: root/include/connectivity/DriversConfig.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/DriversConfig.hxx')
-rw-r--r--include/connectivity/DriversConfig.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/DriversConfig.hxx b/include/connectivity/DriversConfig.hxx
index b2f2c7631e57..143f5326d90a 100644
--- a/include/connectivity/DriversConfig.hxx
+++ b/include/connectivity/DriversConfig.hxx
@@ -52,9 +52,9 @@ namespace connectivity
const TInstalledDrivers& getInstalledDrivers(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxORB) const { Load(_rxORB); return m_aDrivers; }
};
- //
+
// Allows to access all driver which are located in the configuration
- //
+
class OOO_DLLPUBLIC_DBTOOLS DriversConfig
{
typedef salhelper::SingletonRef<DriversConfigImpl> OSharedConfigNode;