summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--reportdesign/source/ui/dlg/GroupsSorting.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/reportdesign/source/ui/dlg/GroupsSorting.cxx b/reportdesign/source/ui/dlg/GroupsSorting.cxx
index d60b07c557e8..d3719ad7b1d9 100644
--- a/reportdesign/source/ui/dlg/GroupsSorting.cxx
+++ b/reportdesign/source/ui/dlg/GroupsSorting.cxx
@@ -165,7 +165,6 @@ protected:
private:
- DECL_LINK( DelayedPaste, void*, void );
DECL_LINK( CBChangeHdl, ComboBox&, void);
void InsertRows( long nRow );
@@ -796,17 +795,6 @@ void OFieldExpressionControl::DeleteRows()
Invalidate();
}
-IMPL_LINK_NOARG( OFieldExpressionControl, DelayedPaste, void*, void )
-{
- m_nPasteEvent = nullptr;
-
- sal_Int32 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : GetCurRow();
-
- InsertRows( nPastePosition );
- SetNoSelection();
- GoToRow( nPastePosition );
-}
-
IMPL_LINK_NOARG( OFieldExpressionControl, DelayedDelete, void*, void )
{
m_nDeleteEvent = nullptr;