summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/editsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/editsh.hxx')
-rw-r--r--sc/source/ui/inc/editsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/editsh.hxx b/sc/source/ui/inc/editsh.hxx
index 85d5fdfc1ccf..77b3e8b24480 100644
--- a/sc/source/ui/inc/editsh.hxx
+++ b/sc/source/ui/inc/editsh.hxx
@@ -39,7 +39,7 @@ class ScEditShell : public SfxShell
private:
EditView* pEditView;
ScViewData* pViewData;
- TransferableClipboardListener* pClipEvtLstnr;
+ css::uno::Reference<TransferableClipboardListener> mxClipEvtLstnr;
bool bPastePossible;
bool bIsInsertMode;