summaryrefslogtreecommitdiff
path: root/connectivity/source/resource
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 17:59:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 06:54:35 -0600
commitac9212feedb828064c5cf5cbb0bde8f02cc93d65 (patch)
treee429c2bbcdfe7a98c2d55433e752bfecac3d5d00 /connectivity/source/resource
parent2a33953f6eb5da62042ea3731ef9d61666d5556f (diff)
Remove visual noise from connectivity
Conflicts: connectivity/source/inc/odbc/OConnection.hxx Change-Id: I5ca98359e18cf1b27bf53037dde211774d798626 Reviewed-on: https://gerrit.libreoffice.org/8245 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
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: */