dbaccess/source/ui/browser/brwctrlr.cxx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit a730fe78a8d8aa1edf81ccb16622f6d10ebd20e6
Author: Lionel Elie Mamane <lio...@mamane.lu>
Date:   Mon Jun 9 08:31:54 2014 +0200

    fdo#79786 implement getFormOperations for data grid (table view)
    
    Change-Id: I704057b25ca11633ba62fbb834bd2e6095f348f3
    Reviewed-on: https://gerrit.libreoffice.org/9686
    Reviewed-by: Lionel Elie Mamane <lio...@mamane.lu>
    Tested-by: Lionel Elie Mamane <lio...@mamane.lu>

diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx 
b/dbaccess/source/ui/browser/brwctrlr.cxx
index fd19148..8b8b354 100644
--- a/dbaccess/source/ui/browser/brwctrlr.cxx
+++ b/dbaccess/source/ui/browser/brwctrlr.cxx
@@ -43,6 +43,7 @@
 #include <com/sun/star/form/XSubmit.hpp>
 #include <com/sun/star/form/XSubmitListener.hpp>
 #include <com/sun/star/form/runtime/XFormController.hpp>
+#include <com/sun/star/form/runtime/FormOperations.hpp>
 #include <com/sun/star/sdb/CommandType.hpp>
 #include <com/sun/star/sdb/ErrorCondition.hpp>
 #include <com/sun/star/sdb/ParametersRequest.hpp>
@@ -93,6 +94,7 @@ using namespace ::com::sun::star::sdbcx;
 using namespace ::com::sun::star::task;
 using namespace ::com::sun::star::beans;
 using namespace ::com::sun::star::frame;
+using namespace ::com::sun::star::form::runtime;
 using namespace ::com::sun::star::form;
 using namespace ::com::sun::star::util;
 using namespace ::com::sun::star::lang;
@@ -255,8 +257,7 @@ 
SbaXDataBrowserController::FormControllerImpl::~FormControllerImpl()
 
 Reference< runtime::XFormOperations > SAL_CALL 
SbaXDataBrowserController::FormControllerImpl::getFormOperations() throw 
(RuntimeException, std::exception)
 {
-    SAL_WARN("dbaccess.ui", 
"SbaXDataBrowserController::FormControllerImpl::getFormOperations: not 
supported!" );
-    return NULL;
+    return FormOperations::createWithFormController( m_pOwner->m_xContext, 
this );
 }
 
 Reference< ::com::sun::star::awt::XControl >  
SbaXDataBrowserController::FormControllerImpl::getCurrentControl(void) throw( 
RuntimeException, std::exception )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to