diff options
Diffstat (limited to 'include/sfx2/linkmgr.hxx')
-rw-r--r-- | include/sfx2/linkmgr.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sfx2/linkmgr.hxx b/include/sfx2/linkmgr.hxx index 3865594c49a2..37e0a0b50ab8 100644 --- a/include/sfx2/linkmgr.hxx +++ b/include/sfx2/linkmgr.hxx @@ -23,6 +23,7 @@ #include <sal/config.h> #include <sfx2/dllapi.h> #include <sfx2/linksrc.hxx> +#include <sfx2/lnkbase.hxx> #include <set> #include <vector> @@ -43,9 +44,6 @@ namespace sfx2 // FormatID "RegisterStatusInfoId" and a string as the data container. // This contains the following enum. -class SvBaseLink; -class SvBaseLinkRef; - typedef std::vector<SvBaseLinkRef*> SvBaseLinks; typedef std::set<SvLinkSource*> SvLinkSources; |