diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/docuno.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index a3b7680f7142..1228afe10a47 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -46,6 +46,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/sheet/XCellRangesAccess.hpp> #include <com/sun/star/sheet/opencl/XOpenCLSelection.hpp> +#include <com/sun/star/sheet/opencl/OpenCLPlatform.hpp> #include <com/sun/star/util/XChangesNotifier.hpp> #include <cppuhelper/implbase2.hxx> #include <cppuhelper/implbase3.hxx> @@ -333,6 +334,10 @@ public: virtual sal_Int32 SAL_CALL getDeviceID() throw(::com::sun::star::uno::RuntimeException); + + virtual com::sun::star::uno::Sequence< com::sun::star::sheet::opencl::OpenCLPlatform > + SAL_CALL getOpenCLPlatforms() + throw(::com::sun::star::uno::RuntimeException); }; |