summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dbui/mmconfigitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dbui/mmconfigitem.cxx')
-rw-r--r--sw/source/uibase/dbui/mmconfigitem.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/source/uibase/dbui/mmconfigitem.cxx b/sw/source/uibase/dbui/mmconfigitem.cxx
index 7a60a41fff79..1ca6be629095 100644
--- a/sw/source/uibase/dbui/mmconfigitem.cxx
+++ b/sw/source/uibase/dbui/mmconfigitem.cxx
@@ -69,6 +69,8 @@ const char cDataCommandType[] = "DataSource/DataCommandType";
#define IMAP_PORT 143
#define IMAP_SECURE_PORT 993
+namespace {
+
struct DBAddressDataAssignment
{
SwDBData aDBData;
@@ -83,6 +85,8 @@ struct DBAddressDataAssignment
{}
};
+}
+
class SwMailMergeConfigItem_Impl : public utl::ConfigItem
{
friend class SwMailMergeConfigItem;
@@ -1593,6 +1597,8 @@ SwView* SwMailMergeConfigItem::GetSourceView()
return m_pSourceView;
}
+namespace {
+
//This implements XSelectionChangeListener and XDispatch because the
//broadcaster uses this combo to determine if to send the database-changed
//update. Its probably that listening to statusChanged at some other level is
@@ -1631,6 +1637,8 @@ public:
}
};
+}
+
void SwMailMergeConfigItem::SetSourceView(SwView* pView)
{
if (m_xDBChangedListener.is())