diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-12 13:18:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-12 15:10:36 +0100 |
commit | c828319753558e25a48ce7808604bcc648f2483d (patch) | |
tree | 2e80536c456c60eeb3fbee9a3bdf3e5b72666492 /include/svl | |
parent | 87bc985bab3eb2aedcff5b49cd63bcaab715df19 (diff) |
Get rid of MAP_CHAR_LEN macro
Change-Id: I0c8af0f3acdae7eb5167ea1dd4e0e4abf0357bb2
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/itemprop.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svl/itemprop.hxx b/include/svl/itemprop.hxx index a4d98b4b64f7..757615e2033d 100644 --- a/include/svl/itemprop.hxx +++ b/include/svl/itemprop.hxx @@ -28,9 +28,6 @@ #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <vector> -// UNO III - Implementation -#define MAP_CHAR_LEN(cchar) cchar, sizeof(cchar) - 1 - struct SfxItemPropertyMapEntry { OUString aName; |