diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 18:24:05 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 18:33:42 +0200 |
commit | 00240d049790d11c4ef35de7a294819107197efd (patch) | |
tree | 6479f4fee0eac540ca6d0b80552834f2b19e4364 /svl | |
parent | d341aca7f68bc082cdefe4b1176f56c2c14a0322 (diff) |
Remove unused defines
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/hint.hxx | 6 | ||||
-rw-r--r-- | svl/inc/svl/inettype.hxx | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/svl/inc/svl/hint.hxx b/svl/inc/svl/hint.hxx index b8fddb6bc1e9..8c5c5d9f5394 100644 --- a/svl/inc/svl/hint.hxx +++ b/svl/inc/svl/hint.hxx @@ -47,12 +47,6 @@ public: sal_Bool IsOwner() const { return bIsOwner; } \ } -#define IMPL_PTRHINT_AUTODELETE(Name, Type) \ - TYPEINIT1(Name, SfxHint); \ - Name::Name( Type* pObject, sal_Bool bOwnedByHint ) \ - { pObj = pObject; bIsOwner = bOwnedByHint; } \ - Name::~Name() { if ( bIsOwner ) delete pObj; } - #define IMPL_PTRHINT(Name, Type) \ TYPEINIT1(Name, SfxHint); \ Name::Name( Type* pObject, sal_Bool bOwnedByHint ) \ diff --git a/svl/inc/svl/inettype.hxx b/svl/inc/svl/inettype.hxx index d97287233f55..a41d2d815397 100644 --- a/svl/inc/svl/inettype.hxx +++ b/svl/inc/svl/inettype.hxx @@ -134,11 +134,6 @@ #define CONTENT_TYPE_STR_APP_VND_SUN_XML_IMPRESSPACKED "application/vnd.sun.xml.impress-packed" //============================================================================ -/** Definitions for frequently used media type parameter names. - */ -#define INET_CONTENT_TYPE_PARAMETER_CHARSET "charset" - -//============================================================================ /** Definitions for matching parts of URIs. */ #define INETTYPE_URL_PROT_COMPONENT ".component" @@ -168,7 +163,6 @@ #define INETTYPE_URL_SCHED_CMB "cmbview" #define INETTYPE_URL_SCHED_FORM "formular" -#define INETTYPE_URL_SCHED_EVENT "type=event" #define INETTYPE_URL_SCHED_TASK "type=task" //============================================================================ |