diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-09-13 17:56:20 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-09-13 19:56:27 +0300 |
commit | e6f374189eede7819585292f5082ede3141bdac3 (patch) | |
tree | 843dd448ac617c72eebde37eb6a26d0228257ab7 /xmloff/source | |
parent | bdbe33b30691af92645bc3bc05886eaeec0f1460 (diff) |
Bin unused MAX_CACHE_SIZE
Change-Id: I00e04ba603da8b07d53a9e23134fa01ea1ab3f0b
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/style/impastpl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx index 04632ac3a31d..e58c013d633d 100644 --- a/xmloff/source/style/impastpl.hxx +++ b/xmloff/source/style/impastpl.hxx @@ -40,8 +40,6 @@ class XMLAutoStylePoolParent; class SvXMLExportPropertyMapper; class SvXMLExport; -#define MAX_CACHE_SIZE 65536 - // Implementationclass for stylefamily-information struct XMLAutoStyleFamily : boost::noncopyable |