summaryrefslogtreecommitdiff
path: root/accessibility/inc/accessibility/helper/listboxhelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 14:34:04 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-17 13:00:43 +0000
commitbe62355f5258df4cd6a58c2e300886d5c714cced (patch)
tree3eac902a0ae8d9d79f6b961ef339e3be523a1f77 /accessibility/inc/accessibility/helper/listboxhelper.hxx
parent1f6882348e74f7a3b7c144f693c99b7120c5b89b (diff)
com::sun::star->css in accessibility
Change-Id: Iadc69c0c7e770a8c7a94942a24b9455233102211 Reviewed-on: https://gerrit.libreoffice.org/17161 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'accessibility/inc/accessibility/helper/listboxhelper.hxx')
-rw-r--r--accessibility/inc/accessibility/helper/listboxhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/inc/accessibility/helper/listboxhelper.hxx b/accessibility/inc/accessibility/helper/listboxhelper.hxx
index 89c5b0cc762b..9e0d12116f33 100644
--- a/accessibility/inc/accessibility/helper/listboxhelper.hxx
+++ b/accessibility/inc/accessibility/helper/listboxhelper.hxx
@@ -176,7 +176,7 @@ public:
return m_aComboListBox.GetIndexForPoint( rPoint, nPos );
}
- ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard >
+ css::uno::Reference< css::datatransfer::clipboard::XClipboard >
GetClipboard() SAL_OVERRIDE
{
return m_aComboListBox.GetClipboard();