summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-07 22:19:27 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-08 12:02:36 +0000
commitf150208ca885aeeaf5ecae2ff90ccf80717e3246 (patch)
tree39365913e669e2478a2f85d0dbabf6ca0192390b /reportdesign
parent91b5497f8a9a765af8fa3affa437ef1950783bfb (diff)
these Links either shouldn't be links, or shouldn't exist
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/dlg/GroupsSorting.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/reportdesign/source/ui/dlg/GroupsSorting.cxx b/reportdesign/source/ui/dlg/GroupsSorting.cxx
index 53711b8b46d9..5edc7a5414c7 100644
--- a/reportdesign/source/ui/dlg/GroupsSorting.cxx
+++ b/reportdesign/source/ui/dlg/GroupsSorting.cxx
@@ -165,8 +165,6 @@ protected:
private:
- DECL_LINK( AsynchActivate, void* );
- DECL_LINK( AsynchDeactivate, void* );
DECL_LINK( DelayedPaste, void* );
DECL_LINK( CBChangeHdl,ComboBox*);
@@ -408,19 +406,6 @@ IMPL_LINK( OFieldExpressionControl, CBChangeHdl, ComboBox*, /*pComboBox*/ )
SaveModified();
return 0L;
}
-//------------------------------------------------------------------------------
-IMPL_LINK_NOARG(OFieldExpressionControl, AsynchActivate)
-{
- ActivateCell();
- return 0L;
-}
-
-//------------------------------------------------------------------------------
-IMPL_LINK_NOARG(OFieldExpressionControl, AsynchDeactivate)
-{
- DeactivateCell();
- return 0L;
-}
//------------------------------------------------------------------------------
sal_Bool OFieldExpressionControl::IsTabAllowed(sal_Bool /*bForward*/) const