summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/accessibleeditbrowseboxcell.cxx
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/source/extended/accessibleeditbrowseboxcell.cxx
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/source/extended/accessibleeditbrowseboxcell.cxx')
-rwxr-xr-x[-rw-r--r--]accessibility/source/extended/accessibleeditbrowseboxcell.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/accessibility/source/extended/accessibleeditbrowseboxcell.cxx b/accessibility/source/extended/accessibleeditbrowseboxcell.cxx
index a535109669dd..dac4abebb873 100644..100755
--- a/accessibility/source/extended/accessibleeditbrowseboxcell.cxx
+++ b/accessibility/source/extended/accessibleeditbrowseboxcell.cxx
@@ -33,9 +33,9 @@ namespace accessibility
using namespace ::svt;
EditBrowseBoxTableCell::EditBrowseBoxTableCell(
- const com::sun::star::uno::Reference< XAccessible >& _rxParent,
- const com::sun::star::uno::Reference< XAccessible >& _rxOwningAccessible,
- const com::sun::star::uno::Reference< XAccessibleContext >& _xControlChild,
+ const css::uno::Reference< XAccessible >& _rxParent,
+ const css::uno::Reference< XAccessible >& _rxOwningAccessible,
+ const css::uno::Reference< XAccessibleContext >& _xControlChild,
IAccessibleTableProvider& _rBrowseBox,
const Reference< XWindow >& _xFocusWindow,
sal_Int32 _nRowPos,
@@ -55,7 +55,7 @@ namespace accessibility
}
}
- OUString SAL_CALL EditBrowseBoxTableCell::getImplementationName() throw ( ::com::sun::star::uno::RuntimeException, std::exception )
+ OUString SAL_CALL EditBrowseBoxTableCell::getImplementationName() throw ( css::uno::RuntimeException, std::exception )
{
return OUString( "com.sun.star.comp.svtools.TableCellProxy" );
}
@@ -126,7 +126,7 @@ namespace accessibility
return baseGetAccessibleChildCount();
}
- Reference< XAccessible > SAL_CALL EditBrowseBoxTableCell::getAccessibleChild( sal_Int32 i ) throw (::com::sun::star::lang::IndexOutOfBoundsException, RuntimeException, std::exception)
+ Reference< XAccessible > SAL_CALL EditBrowseBoxTableCell::getAccessibleChild( sal_Int32 i ) throw (css::lang::IndexOutOfBoundsException, RuntimeException, std::exception)
{
SolarMethodGuard aGuard( *this );
return baseGetAccessibleChild( i );