diff options
Diffstat (limited to 'sc/source/ui/Accessibility/AccessibleCellBase.cxx')
-rw-r--r-- | sc/source/ui/Accessibility/AccessibleCellBase.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/source/ui/Accessibility/AccessibleCellBase.cxx b/sc/source/ui/Accessibility/AccessibleCellBase.cxx index 826cac349d08..890908afecb8 100644 --- a/sc/source/ui/Accessibility/AccessibleCellBase.cxx +++ b/sc/source/ui/Accessibility/AccessibleCellBase.cxx @@ -38,6 +38,8 @@ #include <com/sun/star/sheet/XSheetAnnotation.hpp> #include <com/sun/star/sheet/XSheetAnnotationAnchor.hpp> #include <com/sun/star/text/XSimpleText.hpp> +#include <com/sun/star/table/BorderLine.hpp> +#include <com/sun/star/table/ShadowFormat.hpp> #include <editeng/brushitem.hxx> #include <comphelper/sequence.hxx> #include <comphelper/servicehelper.hxx> @@ -358,8 +360,6 @@ OUString SAL_CALL ScAccessibleCellBase::GetNote() return sNote; } -#include <com/sun/star/table/ShadowFormat.hpp> - OUString SAL_CALL ScAccessibleCellBase::getShadowAttrs() throw (css::uno::RuntimeException, std::exception) { @@ -441,8 +441,6 @@ OUString SAL_CALL ScAccessibleCellBase::getShadowAttrs() return sShadowAttrs; } -#include <com/sun/star/table/BorderLine.hpp> - OUString SAL_CALL ScAccessibleCellBase::getBorderAttrs() throw (css::uno::RuntimeException, std::exception) { |