diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-08 10:43:42 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-09 06:43:57 +0000 |
commit | 10aaf339862776c9906e195d34c238187f0ea6ac (patch) | |
tree | 67f0703ce9a0f465f22b839ae731c6c8c09f870a /dbaccess/source/ui/inc/brwctrlr.hxx | |
parent | 4599858e21925f2f5febed8eebf4f5bd0fa97163 (diff) |
convert some manual ref-counting in dbaccess
Change-Id: I2df7b6b79bff4a5c7358288518c5518b6a7032bf
Reviewed-on: https://gerrit.libreoffice.org/26051
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'dbaccess/source/ui/inc/brwctrlr.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/brwctrlr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/brwctrlr.hxx b/dbaccess/source/ui/inc/brwctrlr.hxx index d5fc7a93b037..5c160fb5e2c0 100644 --- a/dbaccess/source/ui/inc/brwctrlr.hxx +++ b/dbaccess/source/ui/inc/brwctrlr.hxx @@ -93,8 +93,8 @@ namespace dbaui AutoTimer m_aInvalidateClipboard; // for testing the state of the CUT/COPY/PASTE-slots TransferableDataHelper m_aSystemClipboard; // content of the clipboard - TransferableClipboardListener* - m_pClipbordNotifier; // notifier for changes in the clipboard + rtl::Reference<TransferableClipboardListener> + m_pClipboardNotifier; // notifier for changes in the clipboard OAsynchronousLink m_aAsyncGetCellFocus; OAsynchronousLink m_aAsyncDisplayError; |