diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2012-01-09 18:59:51 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-01-09 18:59:51 +0100 |
commit | ea1ce3c63044394b1e4387808231d535a4118f4e (patch) | |
tree | bee3fbf489f0673357603856882b47e247f8a768 /canvas | |
parent | 9c59cd15b150638c845bbc275b9b04460afc23bd (diff) |
Kill unused macro in canvas.
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/factory/cf_service.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/canvas/source/factory/cf_service.cxx b/canvas/source/factory/cf_service.cxx index 8127bfd4ff7e..8ede9a993691 100644 --- a/canvas/source/factory/cf_service.cxx +++ b/canvas/source/factory/cf_service.cxx @@ -50,8 +50,6 @@ #include <algorithm> #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) -#define ARLEN(x) (sizeof (x) / sizeof *(x)) - using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |