From 860ffac8bf2ff3510e3be67ef8c0493a5a906ccb Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 30 Aug 2012 08:37:32 +0200 Subject: Unused member typedef shadowed by function parameters Change-Id: I892e8cd4a46496199b3a78a1f08cc96dfa3c2f03 --- forms/source/runtime/formoperations.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'forms') diff --git a/forms/source/runtime/formoperations.hxx b/forms/source/runtime/formoperations.hxx index 121b96b7be96..34f3a6a6792e 100644 --- a/forms/source/runtime/formoperations.hxx +++ b/forms/source/runtime/formoperations.hxx @@ -298,9 +298,6 @@ namespace frm void impl_executeFilterOrSort_throw( bool _bFilter ) const; private: - /// typedef for member method of this class - typedef void (FormOperations::*Action)( const void* ) const; - /** calls a (member) function, catches SQLExceptions, extends them with additional context information, and rethrows them -- cgit