summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl/swdtflvr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dochdl/swdtflvr.cxx')
-rw-r--r--sw/source/uibase/dochdl/swdtflvr.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx
index bcb5f60babe1..51cc3ffdbaeb 100644
--- a/sw/source/uibase/dochdl/swdtflvr.cxx
+++ b/sw/source/uibase/dochdl/swdtflvr.cxx
@@ -176,6 +176,8 @@ void collectUIInformation(const OUString& rAction, const OUString& aParameters)
#define DDE_TXT_ENCODING osl_getThreadTextEncoding()
+namespace {
+
class SwTransferDdeLink : public ::sfx2::SvBaseLink
{
OUString sName;
@@ -205,6 +207,8 @@ public:
void Disconnect( bool bRemoveDataAdvise );
};
+}
+
/// Tracks the boundaries of pasted content and notifies listeners.
class SwPasteContext
{
@@ -221,6 +225,8 @@ private:
sal_Int32 m_nStartContent = 0;
};
+namespace {
+
// helper class for Action and Undo enclosing
class SwTrnsfrActionAndUndo
{
@@ -247,6 +253,8 @@ public:
}
};
+}
+
SwTransferable::SwTransferable( SwWrtShell& rSh )
: m_pWrtShell( &rSh ),
m_pCreatorView( nullptr ),