summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-01 18:53:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-05 07:01:44 +0100
commite189a3f5b5c4f381dcf109eb9a2ee9b6d32d5551 (patch)
treeec73a1899adb6af2fa94cff8764fe7bb9b45b34f /sw/inc
parent2a9e162564a6af63bece77f50fc553640e747b9e (diff)
make some classes module private
Mark some stuff SAL_DLLPUBLIC_RTTI in include/vcl/metaact.hxx in order to make ASAN happy. Change-Id: I97febe0968bf58b9cbe60ce647f0ada25e6f4bb0 Reviewed-on: https://gerrit.libreoffice.org/84202 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/dbmgr.hxx2
-rw-r--r--sw/inc/docsh.hxx2
-rw-r--r--sw/inc/ndole.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index ec106df3c624..1b90b5dca571 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -235,7 +235,7 @@ class SwDoc;
class SW_DLLPUBLIC SwDBManager
{
struct SwDBManager_Impl;
- class ConnectionDisposedListener_Impl;
+ class SAL_DLLPRIVATE ConnectionDisposedListener_Impl;
class MailDispatcherListener_Impl;
enum class MergeStatus
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index 08eaf82c3e67..865b6e243686 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -320,7 +320,7 @@ public:
void CallAutomationDocumentEventSinks(const OUString& Method, css::uno::Sequence< css::uno::Any >& Arguments);
void RegisterAutomationDocumentObject(css::uno::Reference< ooo::vba::word::XDocument > const& xDocument);
- class LockAllViewsGuard
+ class SAL_DLLPRIVATE LockAllViewsGuard
{
std::vector<SwViewShell*> m_aViewWasUnLocked;
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx
index b413d5af187d..8382a42e58dc 100644
--- a/sw/inc/ndole.hxx
+++ b/sw/inc/ndole.hxx
@@ -173,7 +173,7 @@ namespace sw
class DocumentSettingManager;
}
-class SW_DLLPUBLIC PurgeGuard
+class PurgeGuard
{
private:
::sw::DocumentSettingManager &m_rManager;