summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2017-01-12 15:47:31 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2017-01-17 16:08:46 +0100
commit9235c5a3c2c7038b75606235859057f13824d5a1 (patch)
treed4b04f5f6e60e410a5e57c266a2ba0e1680024e3 /sw/inc/dbmgr.hxx
parent2c86015adc2875666969c519436684253cf13c32 (diff)
MM change listener from friend to a nested class
Change-Id: I245a27e02816d3c96ca7777059b99c42cb64cca5
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index b124106e5e9f..bc22bdfc70ee 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -231,14 +231,13 @@ struct SwMergeDescriptor
}
};
-struct SwDBManager_Impl;
-class SwConnectionDisposedListener_Impl;
class AbstractMailMergeDlg;
class SwDoc;
class SW_DLLPUBLIC SwDBManager
{
-friend class SwConnectionDisposedListener_Impl;
+ struct SwDBManager_Impl;
+ class ConnectionDisposedListener_Impl;
enum class MergeStatus
{