diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-04 08:56:53 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-04 13:06:26 +0000 |
commit | 7236df4fec03bc8f58f33a7aa43cef7e52e48882 (patch) | |
tree | a88773e664aed7ebd66a1c90b38448d92c801b9e /idl/inc | |
parent | b5cf88fa1f4dbda954c383d5c3f91ac677f44a5b (diff) |
remove unused Compare method
Change-Id: I12578410a27f613a064f293022280b5345117a9c
Reviewed-on: https://gerrit.libreoffice.org/22102
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/types.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index 25bca906274d..4f342753689a 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -74,7 +74,6 @@ public: sal_uLong MakeSfx( OStringBuffer& rAtrrArray ); virtual void Insert( SvSlotElementList&, const OString& rPrefix, SvIdlDataBase& ); - OString Compare( SvMetaAttribute *pAttr ); }; typedef tools::SvRef<SvMetaAttribute> SvMetaAttributeRef; |