summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-30 08:37:32 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-30 08:37:32 +0200
commit860ffac8bf2ff3510e3be67ef8c0493a5a906ccb (patch)
tree14a0668a3fa242d23ac1afa01204fd2a9b681054 /forms/source
parentb888512fcbff5bf5ae4d30e82ed51a792ceb1839 (diff)
Unused member typedef shadowed by function parameters
Change-Id: I892e8cd4a46496199b3a78a1f08cc96dfa3c2f03
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/runtime/formoperations.hxx3
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