summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/drtxtob.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/drtxtob.hxx')
-rw-r--r--sc/source/ui/inc/drtxtob.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/drtxtob.hxx b/sc/source/ui/inc/drtxtob.hxx
index 09c1d94d4bfa..7b40147ddff4 100644
--- a/sc/source/ui/inc/drtxtob.hxx
+++ b/sc/source/ui/inc/drtxtob.hxx
@@ -35,7 +35,7 @@ class TransferableClipboardListener;
class ScDrawTextObjectBar : public SfxShell
{
ScViewData* pViewData;
- TransferableClipboardListener* pClipEvtLstnr;
+ css::uno::Reference<TransferableClipboardListener> mxClipEvtLstnr;
bool bPastePossible;
DECL_LINK_TYPED( ClipboardChanged, TransferableDataHelper*, void );