summaryrefslogtreecommitdiff
path: root/forms/source/runtime/formoperations.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/runtime/formoperations.hxx')
-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