summaryrefslogtreecommitdiff
path: root/sc/inc/docuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r--sc/inc/docuno.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index 1228afe10a47..a8b6b261f9cd 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -326,6 +326,12 @@ public:
virtual void SAL_CALL enableOpenCL(sal_Bool bEnable)
throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL enableAutomaticDeviceSelection(sal_Bool bForce)
+ throw(::com::sun::star::uno::RuntimeException);
+
+ virtual void SAL_CALL disableAutomaticDeviceSelection()
+ throw(::com::sun::star::uno::RuntimeException);
+
virtual void SAL_CALL selectOpenCLDevice( sal_Int32 platform, sal_Int32 device )
throw(::com::sun::star::uno::RuntimeException);