summaryrefslogtreecommitdiff
path: root/rsc/inc/rsckey.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-01-14 16:31:56 +0200
committerNoel Grandin <noel@peralex.com>2016-01-15 09:36:41 +0200
commitf19e32b101d56ceb7215a6a9d45d39a2cd264189 (patch)
tree660e03934bc5a036c7538945ab60b2267e7a58c6 /rsc/inc/rsckey.hxx
parent802765dbe5f79748453c985da08824fb9ddefe11 (diff)
loplugin:unusedmethods unused return value in rsc
Change-Id: I6301aed80083c21e26851817220de6e135eb4da7
Diffstat (limited to 'rsc/inc/rsckey.hxx')
-rw-r--r--rsc/inc/rsckey.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/inc/rsckey.hxx b/rsc/inc/rsckey.hxx
index 79a613e3994a..4ca2812ff69d 100644
--- a/rsc/inc/rsckey.hxx
+++ b/rsc/inc/rsckey.hxx
@@ -43,7 +43,7 @@ public:
Atom Put( Atom nName, sal_uInt32 nTyp, sal_IntPtr nValue );
Atom Put( const char * pName, sal_uInt32 nTyp, sal_IntPtr nValue );
Atom Put( const char * pName, sal_uInt32 nTyp );
- Atom Put( Atom nName, sal_uInt32 nTyp, RscTop * pClass );
+ void Put( Atom nName, sal_uInt32 nTyp, RscTop * pClass );
// if true, it was found
bool Get( Atom nName, KEY_STRUCT * pEle );