summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/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/inc/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/inc/resource')
-rw-r--r--connectivity/source/inc/resource/ado_res.hrc4
-rw-r--r--connectivity/source/inc/resource/calc_res.hrc4
-rw-r--r--connectivity/source/inc/resource/common_res.hrc4
-rw-r--r--connectivity/source/inc/resource/conn_shared_res.hrc4
-rw-r--r--connectivity/source/inc/resource/dbase_res.hrc4
-rw-r--r--connectivity/source/inc/resource/evoab2_res.hrc4
-rw-r--r--connectivity/source/inc/resource/file_res.hrc4
-rw-r--r--connectivity/source/inc/resource/hsqldb_res.hrc4
-rw-r--r--connectivity/source/inc/resource/kab_res.hrc4
-rw-r--r--connectivity/source/inc/resource/macab_res.hrc4
-rw-r--r--connectivity/source/inc/resource/mork_res.hrc4
-rw-r--r--connectivity/source/inc/resource/mozab_res.hrc4
-rw-r--r--connectivity/source/inc/resource/sharedresources.hxx12
13 files changed, 30 insertions, 30 deletions
diff --git a/connectivity/source/inc/resource/ado_res.hrc b/connectivity/source/inc/resource/ado_res.hrc
index cae52c31980a..0e8c69ee5441 100644
--- a/connectivity/source/inc/resource/ado_res.hrc
+++ b/connectivity/source/inc/resource/ado_res.hrc
@@ -23,9 +23,9 @@
#include "resource/conn_shared_res.hrc"
#include "resource/common_res.hrc"
-// ============================================================================
+
// = the ado driver's resource strings
-// ============================================================================
+
#define STR_INVALID_COLUMN_DESCRIPTOR_ERROR ( STR_ADO_BASE + 1 )
#define STR_INVALID_GROUP_DESCRIPTOR_ERROR ( STR_ADO_BASE + 2 )
#define STR_INVALID_INDEX_DESCRIPTOR_ERROR ( STR_ADO_BASE + 3 )
diff --git a/connectivity/source/inc/resource/calc_res.hrc b/connectivity/source/inc/resource/calc_res.hrc
index 7ec01df03c60..0984584bb689 100644
--- a/connectivity/source/inc/resource/calc_res.hrc
+++ b/connectivity/source/inc/resource/calc_res.hrc
@@ -23,9 +23,9 @@
#include "resource/conn_shared_res.hrc"
#include "resource/common_res.hrc"
-// ============================================================================
+
// = the calc driver's resource strings
-// ============================================================================
+
#define STR_LOAD_FILE_ERROR_MESSAGE ( STR_CALC_BASE + 0 )
diff --git a/connectivity/source/inc/resource/common_res.hrc b/connectivity/source/inc/resource/common_res.hrc
index 5d9ce54e5816..891a47abc0bb 100644
--- a/connectivity/source/inc/resource/common_res.hrc
+++ b/connectivity/source/inc/resource/common_res.hrc
@@ -22,9 +22,9 @@
#include "resource/conn_shared_res.hrc"
-// ============================================================================
+
// = common strings
-// ============================================================================
+
#define STR_STRING_LENGTH_EXCEEDED ( STR_COMMON_BASE + 1 )
#define STR_CANNOT_CONVERT_STRING ( STR_COMMON_BASE + 2 )
diff --git a/connectivity/source/inc/resource/conn_shared_res.hrc b/connectivity/source/inc/resource/conn_shared_res.hrc
index 3b8fe21e9cae..f136389b35e9 100644
--- a/connectivity/source/inc/resource/conn_shared_res.hrc
+++ b/connectivity/source/inc/resource/conn_shared_res.hrc
@@ -20,7 +20,7 @@
#ifndef CONNECTIVITY_SHARED_RES_HRC
#define CONNECTIVITY_SHARED_RES_HRC
-// ============================================================================
+
// = normal resource ids, per driver
// Mozilla driver resource ids
@@ -54,7 +54,7 @@
// hsqldb driver resource ids
#define STR_HSQLDB_BASE 1750
-// ============================================================================
+
// = resource ids for log messages
#define STR_LOG_MESSAGE_BASE 10000
diff --git a/connectivity/source/inc/resource/dbase_res.hrc b/connectivity/source/inc/resource/dbase_res.hrc
index 54e4b7370655..b9d80342a63c 100644
--- a/connectivity/source/inc/resource/dbase_res.hrc
+++ b/connectivity/source/inc/resource/dbase_res.hrc
@@ -23,9 +23,9 @@
#include "resource/conn_shared_res.hrc"
#include "resource/common_res.hrc"
-// ============================================================================
+
// = the calc driver's resource strings
-// ============================================================================
+
#define STR_COULD_NOT_DELETE_INDEX ( STR_DBASE_BASE + 0 )
#define STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE ( STR_DBASE_BASE + 1 )
diff --git a/connectivity/source/inc/resource/evoab2_res.hrc b/connectivity/source/inc/resource/evoab2_res.hrc
index 10b2638fe2f3..b4dcdf373f1b 100644
--- a/connectivity/source/inc/resource/evoab2_res.hrc
+++ b/connectivity/source/inc/resource/evoab2_res.hrc
@@ -23,9 +23,9 @@
#include "resource/conn_shared_res.hrc"
#include "resource/common_res.hrc"
-// ============================================================================
+
// = the calc driver's resource strings
-// ============================================================================
+
#define STR_CANNOT_OPEN_BOOK ( STR_EVOAB2_BASE + 0 )
#define STR_SORT_BY_COL_ONLY ( STR_EVOAB2_BASE + 1 )
diff --git a/connectivity/source/inc/resource/file_res.hrc b/connectivity/source/inc/resource/file_res.hrc
index 38f27fb13780..054e3157606f 100644
--- a/connectivity/source/inc/resource/file_res.hrc
+++ b/connectivity/source/inc/resource/file_res.hrc
@@ -22,9 +22,9 @@
#include "resource/conn_shared_res.hrc"
#include "resource/common_res.hrc"
-// ============================================================================
+
// = the file driver's resource strings
-// ============================================================================
+
#define STR_QUERY_COMPLEX_COUNT ( STR_FILE_BASE + 0 )
#define STR_QUERY_INVALID_BETWEEN ( STR_FILE_BASE + 1 )
diff --git a/connectivity/source/inc/resource/hsqldb_res.hrc b/connectivity/source/inc/resource/hsqldb_res.hrc
index 0ae55112278f..cd9da8f5ccfa 100644
--- a/connectivity/source/inc/resource/hsqldb_res.hrc
+++ b/connectivity/source/inc/resource/hsqldb_res.hrc
@@ -23,9 +23,9 @@
#include "resource/conn_shared_res.hrc"
#include "resource/common_res.hrc"
-// ============================================================================
+
// = the hsqldb driver's resource strings
-// ============================================================================
+
#define STR_NO_STORAGE ( STR_HSQLDB_BASE + 0 )
#define STR_INVALID_FILE_URL ( STR_HSQLDB_BASE + 1 )
diff --git a/connectivity/source/inc/resource/kab_res.hrc b/connectivity/source/inc/resource/kab_res.hrc
index d6551884a960..f33081c71d07 100644
--- a/connectivity/source/inc/resource/kab_res.hrc
+++ b/connectivity/source/inc/resource/kab_res.hrc
@@ -22,9 +22,9 @@
#include "resource/conn_shared_res.hrc"
#include "resource/common_res.hrc"
-// ============================================================================
+
// = the kab driver's resource strings
-// ============================================================================
+
#define STR_NO_KDE_INST ( STR_KAB_BASE + 0 )
#define STR_KDE_VERSION_TOO_OLD ( STR_KAB_BASE + 1 )
diff --git a/connectivity/source/inc/resource/macab_res.hrc b/connectivity/source/inc/resource/macab_res.hrc
index 6959a08bd69c..f407039a59be 100644
--- a/connectivity/source/inc/resource/macab_res.hrc
+++ b/connectivity/source/inc/resource/macab_res.hrc
@@ -22,9 +22,9 @@
#include "resource/conn_shared_res.hrc"
#include "resource/common_res.hrc"
-// ============================================================================
+
// = the macab driver's resource strings
-// ============================================================================
+
#define STR_NO_TABLE ( STR_MACAB_BASE + 0 )
#define STR_NO_MAC_OS_FOUND ( STR_MACAB_BASE + 1 )
diff --git a/connectivity/source/inc/resource/mork_res.hrc b/connectivity/source/inc/resource/mork_res.hrc
index 84f68b58a991..5278c77322d9 100644
--- a/connectivity/source/inc/resource/mork_res.hrc
+++ b/connectivity/source/inc/resource/mork_res.hrc
@@ -22,9 +22,9 @@
#include "resource/conn_shared_res.hrc"
-// ============================================================================
+
// = the mozab driver's resource strings
-// ============================================================================
+
#define STR_MOZILLA_ADDRESSBOOKS ( STR_MORK_BASE + 0 )
#define STR_THUNDERBIRD_ADDRESSBOOKS ( STR_MORK_BASE + 1 )
diff --git a/connectivity/source/inc/resource/mozab_res.hrc b/connectivity/source/inc/resource/mozab_res.hrc
index 334f18508982..fb36c6356b7c 100644
--- a/connectivity/source/inc/resource/mozab_res.hrc
+++ b/connectivity/source/inc/resource/mozab_res.hrc
@@ -22,9 +22,9 @@
#include "resource/conn_shared_res.hrc"
-// ============================================================================
+
// = the mozab driver's resource strings
-// ============================================================================
+
#define STR_MOZILLA_ADDRESSBOOKS ( STR_MOZAB_BASE + 0 )
#define STR_THUNDERBIRD_ADDRESSBOOKS ( STR_MOZAB_BASE + 1 )
diff --git a/connectivity/source/inc/resource/sharedresources.hxx b/connectivity/source/inc/resource/sharedresources.hxx
index 089788c524ea..0d41ebcfdc4e 100644
--- a/connectivity/source/inc/resource/sharedresources.hxx
+++ b/connectivity/source/inc/resource/sharedresources.hxx
@@ -24,15 +24,15 @@
#include <list>
#include "connectivity/dbtoolsdllapi.hxx"
-//........................................................................
+
namespace connectivity
{
-//........................................................................
+
typedef sal_uInt16 ResourceId;
- //====================================================================
+
//= SharedResources
- //====================================================================
+
/** helper class for accessing resources shared by different libraries
in the connectivity module
*/
@@ -145,9 +145,9 @@ namespace connectivity
const ::std::list< ::std::pair<const sal_Char* , OUString > > _aStringToSubstitutes) const;
};
-//........................................................................
+
} // namespace connectivity
-//........................................................................
+
#endif // CONNECTIVITY_SHAREDRESOURCES_HXX