summaryrefslogtreecommitdiff
path: root/include/vcl/transfer.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-03-13 12:24:09 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-03-13 19:16:24 +0100
commit3c6e9593094a6a1e1fd4974f962da67b8dacf4c5 (patch)
tree8f1708394699b57cefa6d7d0f086b09091fb1754 /include/vcl/transfer.hxx
parent15cf536adce74c6ca3fb401e0e232aacadd87f8f (diff)
Fix typo in code
Change-Id: I2dd9383587fb3621f1f2bcc53c064c437de33bf1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131493 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'include/vcl/transfer.hxx')
-rw-r--r--include/vcl/transfer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/transfer.hxx b/include/vcl/transfer.hxx
index ec1d0955d85c..58b43426e07b 100644
--- a/include/vcl/transfer.hxx
+++ b/include/vcl/transfer.hxx
@@ -509,7 +509,7 @@ public:
using TransferableHelper::StartDrag;
void StartDrag( vcl::Window* pWindow, sal_Int8 nDragSourceActions,
- const Link<sal_Int8,void>& rCallbck );
+ const Link<sal_Int8,void>& rCallback );
virtual void DragFinished( sal_Int8 nDropAction ) override;
};