From c3c45ff7efcd8b22be64af410befbfa5cc330f6f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 14 Jun 2015 18:29:22 +0200 Subject: Fix typos Change-Id: Id05ea8cf8aed878bedfe73c274df3c67b64bad37 Reviewed-on: https://gerrit.libreoffice.org/16263 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svtools/source/contnr/treelistbox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx index 2730afeae235..a1f21fa35010 100644 --- a/svtools/source/contnr/treelistbox.cxx +++ b/svtools/source/contnr/treelistbox.cxx @@ -3870,7 +3870,7 @@ void SvTreeListBox::EnableList( bool _bEnable ) ::com::sun::star::uno::Reference< XAccessible > xAccParent = pParent->GetAccessible(); if ( xAccParent.is() ) { - // need to be done here to get the vclxwindow later on in the accessbile + // need to be done here to get the vclxwindow later on in the accessible ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > xTemp(GetComponentInterface()); xAccessible = pImp->m_aFactoryAccess.getFactory().createAccessibleTreeListBox( *this, xAccParent ); } -- cgit