summaryrefslogtreecommitdiff
path: root/connectivity/source/resource
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/resource')
-rw-r--r--connectivity/source/resource/conn_log_res.src4
-rw-r--r--connectivity/source/resource/conn_shared_res.src12
-rw-r--r--connectivity/source/resource/sharedresources.cxx20
3 files changed, 18 insertions, 18 deletions
diff --git a/connectivity/source/resource/conn_log_res.src b/connectivity/source/resource/conn_log_res.src
index 4fa7d219399d..be2bae608a6f 100644
--- a/connectivity/source/resource/conn_log_res.src
+++ b/connectivity/source/resource/conn_log_res.src
@@ -19,9 +19,9 @@
#include "resource/jdbc_log.hrc"
-// ============================================================================
+
// = log messages for the JDBC driver
-// ============================================================================
+
String STR_LOG_DRIVER_CONNECTING_URL
{
diff --git a/connectivity/source/resource/conn_shared_res.src b/connectivity/source/resource/conn_shared_res.src
index 693025e82ed5..1ed4ed3dc010 100644
--- a/connectivity/source/resource/conn_shared_res.src
+++ b/connectivity/source/resource/conn_shared_res.src
@@ -27,9 +27,9 @@
#include "resource/kab_res.hrc"
#include "resource/hsqldb_res.hrc"
-// ============================================================================
+
// = the mozab driver's resource strings
-// ============================================================================
+
String STR_MOZILLA_ADDRESSBOOKS
{
@@ -195,9 +195,9 @@ String STR_COULD_NOT_CONNECT_LDAP
Text [ en-US ] = "The connection to the LDAP server could not be established.";
};
-// ============================================================================
+
// = common strings
-// ============================================================================
+
String STR_NO_CONNECTION_GIVEN
{
Text [ en-US ] = "It doesn't exist a connection to the database.";
@@ -321,9 +321,9 @@ String STR_LOAD_FILE_ERROR_MESSAGE
Text [ en-US ] = "The attempt to load the file resulted in the following error message ($exception_type$):\n\n$error_message$";
};
-// ============================================================================
+
// = the ado driver's resource strings
-// ============================================================================
+
String STR_TYPE_NOT_CONVERT
{
Text [ en-US ] = "The type could not be converted.";
diff --git a/connectivity/source/resource/sharedresources.cxx b/connectivity/source/resource/sharedresources.cxx
index 7cd77737f165..ea28d4801668 100644
--- a/connectivity/source/resource/sharedresources.cxx
+++ b/connectivity/source/resource/sharedresources.cxx
@@ -27,18 +27,18 @@
#include <tools/diagnose_ex.h>
#include <osl/diagnose.h>
-//........................................................................
+
namespace connectivity
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XComponentContext;
using ::com::sun::star::uno::Exception;
- //====================================================================
+
//= SharedResources_Impl
- //====================================================================
+
class SharedResources_Impl
{
private:
@@ -127,9 +127,9 @@ namespace connectivity
return *s_pInstance;
}
- //====================================================================
+
//= helpers
- //====================================================================
+
namespace
{
size_t lcl_substitute( OUString& _inout_rString,
@@ -149,9 +149,9 @@ namespace connectivity
}
}
- //====================================================================
+
//= SharedResources
- //====================================================================
+
SharedResources::SharedResources()
{
@@ -215,8 +215,8 @@ namespace connectivity
return sString;
}
-//........................................................................
+
} // namespace connectivity
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */