summaryrefslogtreecommitdiff
path: root/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 /connectivity
parent3c825bcc483d24bc408f7438d966c79a1f5b084c (diff)
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 'connectivity')
-rw-r--r--connectivity/source/drivers/mork/MColumnAlias.hxx2
-rw-r--r--connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx2
-rw-r--r--connectivity/source/inc/RowFunctionParser.hxx2
-rw-r--r--connectivity/source/inc/component/CColumns.hxx2
-rw-r--r--connectivity/source/inc/component/CResultSet.hxx2
-rw-r--r--connectivity/source/inc/file/FResultSetMetaData.hxx2
-rw-r--r--connectivity/source/inc/file/fanalyzer.hxx2
-rw-r--r--connectivity/source/inc/file/fcode.hxx4
8 files changed, 9 insertions, 9 deletions
diff --git a/connectivity/source/drivers/mork/MColumnAlias.hxx b/connectivity/source/drivers/mork/MColumnAlias.hxx
index 6ce3f3052493..50c725258234 100644
--- a/connectivity/source/drivers/mork/MColumnAlias.hxx
+++ b/connectivity/source/drivers/mork/MColumnAlias.hxx
@@ -30,7 +30,7 @@ namespace connectivity
{
namespace mork
{
- class SAL_DLLPUBLIC_EXPORT OColumnAlias
+ class OColumnAlias
{
public:
struct AliasEntry
diff --git a/connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx b/connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx
index 7cd49f4bcf3a..5f0e728be354 100644
--- a/connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx
+++ b/connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx
@@ -34,7 +34,7 @@ namespace connectivity
typedef ::cppu::WeakImplHelper< css::sdbc::XResultSetMetaData> ODatabaseMetaResultSetMetaData_BASE;
- class OOO_DLLPUBLIC_DBTOOLS ODatabaseMetaDataResultSetMetaData : public ODatabaseMetaResultSetMetaData_BASE
+ class ODatabaseMetaDataResultSetMetaData : public ODatabaseMetaResultSetMetaData_BASE
{
std::map<sal_Int32,connectivity::OColumn> m_mColumns;
std::map<sal_Int32,connectivity::OColumn>::const_iterator m_mColumnsIter;
diff --git a/connectivity/source/inc/RowFunctionParser.hxx b/connectivity/source/inc/RowFunctionParser.hxx
index b338d34e2cfe..8df2c00d744f 100644
--- a/connectivity/source/inc/RowFunctionParser.hxx
+++ b/connectivity/source/inc/RowFunctionParser.hxx
@@ -60,7 +60,7 @@ struct OOO_DLLPUBLIC_DBTOOLS ParseError
ParseError( const char* ) {}
};
-class OOO_DLLPUBLIC_DBTOOLS FunctionParser
+class FunctionParser
{
public:
diff --git a/connectivity/source/inc/component/CColumns.hxx b/connectivity/source/inc/component/CColumns.hxx
index 99a18f1d21b9..2a37db2b56ee 100644
--- a/connectivity/source/inc/component/CColumns.hxx
+++ b/connectivity/source/inc/component/CColumns.hxx
@@ -27,7 +27,7 @@ namespace connectivity
namespace component
{
/// Columns implementation for Writer tables and Calc sheets.
- class OOO_DLLPUBLIC_FILE OComponentColumns : public file::OColumns
+ class OComponentColumns : public file::OColumns
{
protected:
virtual sdbcx::ObjectType createObject(const OUString& _rName) override;
diff --git a/connectivity/source/inc/component/CResultSet.hxx b/connectivity/source/inc/component/CResultSet.hxx
index ca1423a9a969..e3abc8e78beb 100644
--- a/connectivity/source/inc/component/CResultSet.hxx
+++ b/connectivity/source/inc/component/CResultSet.hxx
@@ -37,7 +37,7 @@ namespace connectivity
/// ResultSet implementation for Writer tables and Calc sheets.
- class OOO_DLLPUBLIC_FILE OComponentResultSet : public OComponentResultSet_BASE2,
+ class OComponentResultSet : public OComponentResultSet_BASE2,
public OComponentResultSet_BASE,
public OComponentResultSet_BASE3
{
diff --git a/connectivity/source/inc/file/FResultSetMetaData.hxx b/connectivity/source/inc/file/FResultSetMetaData.hxx
index 85527e99c13c..bc519c79318f 100644
--- a/connectivity/source/inc/file/FResultSetMetaData.hxx
+++ b/connectivity/source/inc/file/FResultSetMetaData.hxx
@@ -36,7 +36,7 @@ namespace connectivity
typedef ::cppu::WeakImplHelper< css::sdbc::XResultSetMetaData> OResultSetMetaData_BASE;
- class OOO_DLLPUBLIC_FILE OResultSetMetaData :
+ class OResultSetMetaData :
public OResultSetMetaData_BASE
{
OUString m_aTableName;
diff --git a/connectivity/source/inc/file/fanalyzer.hxx b/connectivity/source/inc/file/fanalyzer.hxx
index a2463870d1c9..f90613343bd4 100644
--- a/connectivity/source/inc/file/fanalyzer.hxx
+++ b/connectivity/source/inc/file/fanalyzer.hxx
@@ -28,7 +28,7 @@ namespace connectivity
namespace file
{
class OConnection;
- class OOO_DLLPUBLIC_FILE OSQLAnalyzer final
+ class OSQLAnalyzer final
{
typedef std::pair< ::rtl::Reference<OPredicateCompiler>,::rtl::Reference<OPredicateInterpreter> > TPredicates;
diff --git a/connectivity/source/inc/file/fcode.hxx b/connectivity/source/inc/file/fcode.hxx
index 77bc2a199ee1..06c8f544f819 100644
--- a/connectivity/source/inc/file/fcode.hxx
+++ b/connectivity/source/inc/file/fcode.hxx
@@ -73,7 +73,7 @@ namespace connectivity
};
- class OOO_DLLPUBLIC_FILE OOperandRow : public OOperand
+ class OOperandRow : public OOperand
{
sal_uInt16 m_nRowPos;
OValueRefRow m_pRow;
@@ -88,7 +88,7 @@ namespace connectivity
};
// Attributes from a result row
- class OOO_DLLPUBLIC_FILE OOperandAttr : public OOperandRow
+ class OOperandAttr : public OOperandRow
{
public:
OOperandAttr(sal_uInt16 _nPos,