summaryrefslogtreecommitdiffstats
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-18 10:12:08 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-11-18 10:38:08 +0000
commit53f16c39f5c4c69ab603bf9098daec71f7a0acb8 (patch)
tree00b3166ecff36bb55dcf0b8c2122a08b72656ab5 /include/svx
parentClean up (diff)
downloadcore-53f16c39f5c4c69ab603bf9098daec71f7a0acb8.tar.gz
core-53f16c39f5c4c69ab603bf9098daec71f7a0acb8.zip
remove unused typedefs and inline use-once typedefs
and improve the script a little Change-Id: I2792ea4dd5df3a50736fbe209225c3f16fb86b84 Reviewed-on: https://gerrit.libreoffice.org/20033 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/textchain.hxx3
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;