diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-31 09:24:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-31 13:04:16 +0000 |
commit | fa277f5952d719f0dbc880301343e6653548bd03 (patch) | |
tree | 29fc49d64d52763663da8d20139a626deaa0ae10 /include/vcl/metaact.hxx | |
parent | a19817c3cafb483fe69ca3a6bc08bb3733ed8a2a (diff) |
callcatcher: a titchy bit more ww1 filter fallout
Change-Id: I38517bb7fbf4ab1e9314a28973b707223d7120e7
Diffstat (limited to 'include/vcl/metaact.hxx')
-rw-r--r-- | include/vcl/metaact.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/metaact.hxx b/include/vcl/metaact.hxx index 1aea53f3a0a4..d75d5ec73d3b 100644 --- a/include/vcl/metaact.hxx +++ b/include/vcl/metaact.hxx @@ -89,10 +89,7 @@ public: void Delete() { if ( 0 == --mnRefCount ) delete this; } public: - OUString GetTypeName() { return TypeName( mnType ); } - static MetaAction* ReadMetaAction( SvStream& rIStm, ImplMetaReadData* pData ); - static OUString TypeName( sal_uInt16 nType ); }; class VCL_DLLPUBLIC MetaPixelAction : public MetaAction |