diff options
Diffstat (limited to 'include/svx/textchain.hxx')
-rw-r--r-- | include/svx/textchain.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/textchain.hxx b/include/svx/textchain.hxx index 4a1dfe7400ad..5416c90a3ecb 100644 --- a/include/svx/textchain.hxx +++ b/include/svx/textchain.hxx @@ -79,7 +79,6 @@ namespace rtl { } typedef rtl::OUString ChainLinkId; -typedef std::map< ChainLinkId, ImpChainLinkProperties *> LinkPropertiesMap; enum class CursorChainingEvent { @@ -143,7 +142,7 @@ public: protected: TextChain(); - LinkPropertiesMap maLinkPropertiesMap; + std::map< ChainLinkId, ImpChainLinkProperties *> maLinkPropertiesMap; private: friend class SdrModel; |