diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-15 09:10:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-15 09:21:49 +0100 |
commit | d0964b3ea1f932b7e9e70786d81fff6b4cb7f39f (patch) | |
tree | 3d4b8892089b75966f6f915c6d3944cb584852c2 /binaryurp | |
parent | 061ebc34468c37d27524352de56faaf9df742556 (diff) |
callcatcher: unused methods
Diffstat (limited to 'binaryurp')
-rw-r--r-- | binaryurp/source/writer.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/binaryurp/source/writer.cxx b/binaryurp/source/writer.cxx index c01c56c7835b..42a238879bf2 100644 --- a/binaryurp/source/writer.cxx +++ b/binaryurp/source/writer.cxx @@ -51,11 +51,6 @@ namespace { namespace css = com::sun::star; -bool isProtocolPropertyMessage(rtl::OUString const & oid) { - return oid.equalsAsciiL( - RTL_CONSTASCII_STRINGPARAM("UrpProtocolProperties")); -} - } Writer::Item::Item() {} |