diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-30 08:37:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-30 08:37:32 +0200 |
commit | 860ffac8bf2ff3510e3be67ef8c0493a5a906ccb (patch) | |
tree | 14a0668a3fa242d23ac1afa01204fd2a9b681054 /forms/source | |
parent | b888512fcbff5bf5ae4d30e82ed51a792ceb1839 (diff) |
Unused member typedef shadowed by function parameters
Change-Id: I892e8cd4a46496199b3a78a1f08cc96dfa3c2f03
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/runtime/formoperations.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 |