[Libreoffice-commits] .: forms/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Aug 29 23:38:04 PDT 2012
forms/source/runtime/formoperations.hxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 860ffac8bf2ff3510e3be67ef8c0493a5a906ccb
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Aug 30 08:37:32 2012 +0200
Unused member typedef shadowed by function parameters
Change-Id: I892e8cd4a46496199b3a78a1f08cc96dfa3c2f03
diff --git a/forms/source/runtime/formoperations.hxx b/forms/source/runtime/formoperations.hxx
index 121b96b..34f3a6a 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
More information about the Libreoffice-commits
mailing list