diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2015-04-25 21:07:12 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-04-28 11:58:32 +0000 |
commit | ec7f227f90fbdd0bd17c0b885a832e6408106deb (patch) | |
tree | ae6da93b5f65435d4dca598415c54aa560a5fd31 /svl | |
parent | 6b84bc7d24e2a862dd5edbd600be4959cd22c633 (diff) |
expand and remove DECL_PTRHINT macro
since there are only 2 uses of it
Change-Id: I49543168d5d9aeaae66d99663707657d67002fdc
Reviewed-on: https://gerrit.libreoffice.org/15531
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/poolitem.cxx | 2 | ||||
-rw-r--r-- | svl/source/misc/inethist.cxx | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/svl/source/items/poolitem.cxx b/svl/source/items/poolitem.cxx index 0e2a8d93bb2a..d6480b01cd41 100644 --- a/svl/source/items/poolitem.cxx +++ b/svl/source/items/poolitem.cxx @@ -40,8 +40,6 @@ const char* pw4 = "Wow! 50.000.000 items!"; const char* pw5 = "Wow! 10.000.000 items!"; #endif -IMPL_PTRHINT(SfxPoolItemHint,SfxPoolItem) - SfxPoolItem::SfxPoolItem(sal_uInt16 const nWhich) : m_nRefCount(0) , m_nWhich(nWhich) diff --git a/svl/source/misc/inethist.cxx b/svl/source/misc/inethist.cxx index 984cef027120..68428ebda073 100644 --- a/svl/source/misc/inethist.cxx +++ b/svl/source/misc/inethist.cxx @@ -41,11 +41,6 @@ #define INETHIST_SIZE_LIMIT 1024 #define INETHIST_MAGIC_HEAD 0x484D4849UL -/* - * INetURLHistoryHint implementation. - */ -IMPL_PTRHINT (INetURLHistoryHint, const INetURLObject); - class INetURLHistory_Impl: private boost::noncopyable { struct head_entry |