summaryrefslogtreecommitdiffstats
path: root/include/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-06 07:42:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-15 08:13:06 +0100
commit158fbb78cad97787e193cf95832fe26da69e4403 (patch)
tree63ce489df745629a119ad4142364bccd5cf8670c /include/connectivity
parenttdf#123734 Prepend "Custom." for values of custom PPD options (diff)
downloadcore-158fbb78cad97787e193cf95832fe26da69e4403.tar.gz
core-158fbb78cad97787e193cf95832fe26da69e4403.zip
make some classes module-private
Change-Id: I95845d7217fc5e77e3f8e205030e9cd761ad0cc5 Reviewed-on: https://gerrit.libreoffice.org/82116 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/PColumn.hxx2
-rw-r--r--include/connectivity/ParameterCont.hxx2
-rw-r--r--include/connectivity/TIndex.hxx2
-rw-r--r--include/connectivity/TIndexColumns.hxx2
-rw-r--r--include/connectivity/TKey.hxx2
-rw-r--r--include/connectivity/TKeyColumns.hxx2
-rw-r--r--include/connectivity/internalnode.hxx2
-rw-r--r--include/connectivity/sdbcx/VKeyColumn.hxx2
-rw-r--r--include/connectivity/sqlnode.hxx2
-rw-r--r--include/connectivity/sqlparse.hxx2
-rw-r--r--include/connectivity/sqlscan.hxx2
11 files changed, 11 insertions, 11 deletions
diff --git a/include/connectivity/PColumn.hxx b/include/connectivity/PColumn.hxx
index 7442ad1b0b8a..8e1aa77e19b3 100644
--- a/include/connectivity/PColumn.hxx
+++ b/include/connectivity/PColumn.hxx
@@ -114,7 +114,7 @@ namespace connectivity
typedef sdbcx::OColumn OOrderColumn_BASE;
typedef ::comphelper::OPropertyArrayUsageHelper<OOrderColumn> OOrderColumn_PROP;
- class OOO_DLLPUBLIC_DBTOOLS OOrderColumn :
+ class OOrderColumn :
public OOrderColumn_BASE, public OOrderColumn_PROP
{
const bool m_bAscending;
diff --git a/include/connectivity/ParameterCont.hxx b/include/connectivity/ParameterCont.hxx
index a17fa6a75ade..841a96222aa2 100644
--- a/include/connectivity/ParameterCont.hxx
+++ b/include/connectivity/ParameterCont.hxx
@@ -28,7 +28,7 @@ namespace dbtools
//= OParameterContinuation
- class OOO_DLLPUBLIC_DBTOOLS OParameterContinuation final : public comphelper::OInteraction< css::sdb::XInteractionSupplyParameters >
+ class OParameterContinuation final : public comphelper::OInteraction< css::sdb::XInteractionSupplyParameters >
{
css::uno::Sequence< css::beans::PropertyValue > m_aValues;
diff --git a/include/connectivity/TIndex.hxx b/include/connectivity/TIndex.hxx
index 452828f27039..de03af913e6b 100644
--- a/include/connectivity/TIndex.hxx
+++ b/include/connectivity/TIndex.hxx
@@ -26,7 +26,7 @@
namespace connectivity
{
class OTableHelper;
- class OOO_DLLPUBLIC_DBTOOLS OIndexHelper final : public connectivity::sdbcx::OIndex
+ class OIndexHelper final : public connectivity::sdbcx::OIndex
{
OTableHelper* m_pTable;
public:
diff --git a/include/connectivity/TIndexColumns.hxx b/include/connectivity/TIndexColumns.hxx
index 8de56e7fc063..37eecea0497c 100644
--- a/include/connectivity/TIndexColumns.hxx
+++ b/include/connectivity/TIndexColumns.hxx
@@ -26,7 +26,7 @@
namespace connectivity
{
class OIndexHelper;
- class OOO_DLLPUBLIC_DBTOOLS OIndexColumns final : public sdbcx::OCollection
+ class OIndexColumns final : public sdbcx::OCollection
{
OIndexHelper* m_pIndex;
virtual sdbcx::ObjectType createObject(const OUString& _rName) override;
diff --git a/include/connectivity/TKey.hxx b/include/connectivity/TKey.hxx
index aecd75525343..131d1c7fcbee 100644
--- a/include/connectivity/TKey.hxx
+++ b/include/connectivity/TKey.hxx
@@ -26,7 +26,7 @@
namespace connectivity
{
class OTableHelper;
- class OOO_DLLPUBLIC_DBTOOLS OTableKeyHelper final : public connectivity::sdbcx::OKey
+ class OTableKeyHelper final : public connectivity::sdbcx::OKey
{
OTableHelper* m_pTable;
public:
diff --git a/include/connectivity/TKeyColumns.hxx b/include/connectivity/TKeyColumns.hxx
index 13039cbd39d9..7d8b16489125 100644
--- a/include/connectivity/TKeyColumns.hxx
+++ b/include/connectivity/TKeyColumns.hxx
@@ -26,7 +26,7 @@
namespace connectivity
{
class OTableKeyHelper;
- class OOO_DLLPUBLIC_DBTOOLS OKeyColumnsHelper final : public connectivity::sdbcx::OCollection
+ class OKeyColumnsHelper final : public connectivity::sdbcx::OCollection
{
OTableKeyHelper* m_pKey;
virtual sdbcx::ObjectType createObject(const OUString& _rName) override;
diff --git a/include/connectivity/internalnode.hxx b/include/connectivity/internalnode.hxx
index f09e3049e4d8..32bf388e7bb3 100644
--- a/include/connectivity/internalnode.hxx
+++ b/include/connectivity/internalnode.hxx
@@ -29,7 +29,7 @@ namespace connectivity
/** special node for avoiding memory leaks
*/
- class OOO_DLLPUBLIC_DBTOOLS OSQLInternalNode final : public OSQLParseNode
+ class OSQLInternalNode final : public OSQLParseNode
{
public:
OSQLInternalNode(const sal_Char* pNewValue,
diff --git a/include/connectivity/sdbcx/VKeyColumn.hxx b/include/connectivity/sdbcx/VKeyColumn.hxx
index 6eecf9459e22..b64c536fd61c 100644
--- a/include/connectivity/sdbcx/VKeyColumn.hxx
+++ b/include/connectivity/sdbcx/VKeyColumn.hxx
@@ -30,7 +30,7 @@ namespace connectivity
class OKeyColumn;
typedef ::comphelper::OIdPropertyArrayUsageHelper<OKeyColumn> OKeyColumn_PROP;
- class OOO_DLLPUBLIC_DBTOOLS OKeyColumn :
+ class OKeyColumn :
public OColumn, public OKeyColumn_PROP
{
OUString m_ReferencedColumn;
diff --git a/include/connectivity/sqlnode.hxx b/include/connectivity/sqlnode.hxx
index 61c9ff5efc3b..99facc07da56 100644
--- a/include/connectivity/sqlnode.hxx
+++ b/include/connectivity/sqlnode.hxx
@@ -71,7 +71,7 @@ namespace connectivity
//= SQLParseNodeParameter
- struct OOO_DLLPUBLIC_DBTOOLS SQLParseNodeParameter
+ struct SQLParseNodeParameter
{
const css::lang::Locale& rLocale;
::dbtools::DatabaseMetaData aMetaData;
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx
index 0a0025644fc3..40b60ee07c6b 100644
--- a/include/connectivity/sqlparse.hxx
+++ b/include/connectivity/sqlparse.hxx
@@ -58,7 +58,7 @@ namespace connectivity
//= OParseContext
- class OOO_DLLPUBLIC_DBTOOLS OParseContext final : public IParseContext
+ class OParseContext final : public IParseContext
{
public:
OParseContext();
diff --git a/include/connectivity/sqlscan.hxx b/include/connectivity/sqlscan.hxx
index 2ceac71c9ec1..e09ede20ea8d 100644
--- a/include/connectivity/sqlscan.hxx
+++ b/include/connectivity/sqlscan.hxx
@@ -29,7 +29,7 @@ namespace connectivity
/** Scanner for SQL92
*/
- class OOO_DLLPUBLIC_DBTOOLS OSQLScanner
+ class OSQLScanner
{
const IParseContext* m_pContext; // context for parse, knows all international stuff
OString m_sStatement; // statement to parse