diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-06 23:09:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-07 11:06:46 +0000 |
commit | ac7a11255afc531ce2ca4958277c27d6d29e7c3c (patch) | |
tree | 1300d78788caf520e2ea2bff314e5e4e4bfb8d3c /unusedcode.easy | |
parent | bbc6d8506d0bb1035c7c6d1755a0655612b54e69 (diff) |
We just want to know if this ole object is already exported or not
So it's merely the knowledge of having exported this object already that we
need to know in order to elide re-exporting it.
This code is still 64bit unsafe, as the nPictureId has to be a unique
32bit value for each object, so using the pointer as the key is
horribly dubious, but this should be the same as the original code.
Diffstat (limited to 'unusedcode.easy')
-rwxr-xr-x | unusedcode.easy | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unusedcode.easy b/unusedcode.easy index b80fef4636e0..fbdf2a40e69e 100755 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -371,11 +371,6 @@ WPXPropertyList::Iter::last() WPXPropertyListVector::Iter::last() WPXString::Iter::last() WPXSubDocument::WPXSubDocument() -WW8OleMaps::Insert(WW8OleMap* const&, unsigned short&) -WW8OleMaps::Insert(WW8OleMap* const*, unsigned short) -WW8OleMaps::Insert(WW8OleMaps const*, unsigned short, unsigned short) -WW8OleMaps::Remove(WW8OleMap* const&, unsigned short) -WW8OleMaps::Remove(unsigned short, unsigned short) WinMtfOutput::DrawLine(Point const&, Point const&) WinMtfOutput::GetTextLayoutMode() const WinMtfOutput::SetFont(Font const&) |