Remove doubled define of MAP_LEN(x).

This commit is contained in:
Thomas Arnhold 2011-01-21 18:59:02 +01:00
parent 66c6b4a53f
commit e8320c5ed6

View file

@ -96,8 +96,6 @@
#define MAP_LEN(x) x, sizeof(x) - 1
#define MAP_LEN(x) x, sizeof(x) - 1
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::frame;