summaryrefslogtreecommitdiffstats
path: root/include/svx/textchain.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/textchain.hxx')
-rw-r--r--include/svx/textchain.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/textchain.hxx b/include/svx/textchain.hxx
index f270754c2df5..2a0cc42f6b02 100644
--- a/include/svx/textchain.hxx
+++ b/include/svx/textchain.hxx
@@ -142,9 +142,10 @@ public:
protected:
TextChain();
- std::map< ChainLinkId, ImpChainLinkProperties *> maLinkPropertiesMap;
private:
+ std::map< ChainLinkId, ImpChainLinkProperties *> maLinkPropertiesMap;
+
friend class SdrModel;
//SdrTextObj *impGetNextLink(const SdrTextObj *) const;
//SdrTextObj *impGetPrevLink(const SdrTextObj *) const;