summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/linkmgr2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/linkmgr2.cxx')
-rw-r--r--sfx2/source/appl/linkmgr2.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/appl/linkmgr2.cxx b/sfx2/source/appl/linkmgr2.cxx
index 4f9c109a23d1..fb8746e834fd 100644
--- a/sfx2/source/appl/linkmgr2.cxx
+++ b/sfx2/source/appl/linkmgr2.cxx
@@ -60,6 +60,8 @@ using ::com::sun::star::util::XCloseable;
namespace sfx2
{
+namespace {
+
class SvxInternalLink : public sfx2::SvLinkSource
{
public:
@@ -68,6 +70,8 @@ public:
virtual bool Connect( sfx2::SvBaseLink* ) override;
};
+}
+
LinkManager::LinkManager(SfxObjectShell* p)
: pPersist( p )
{