Tag: cws_src680_dba201b User: oj Date: 05/07/14 00:05:23 Modified: /dba/dbaccess/source/ui/tabledesign/ TableDesignControl.cxx
Log: #i51894# change command for editdoc File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TableDesignControl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TableDesignControl.cxx?r1=1.6.146.1&r2=1.6.146.2 Delta lines: +3 -3 ------------------- --- TableDesignControl.cxx 11 Jul 2005 13:37:29 -0000 1.6.146.1 +++ TableDesignControl.cxx 14 Jul 2005 07:05:19 -0000 1.6.146.2 @@ -2,9 +2,9 @@ * * $RCSfile: TableDesignControl.cxx,v $ * - * $Revision: 1.6.146.1 $ + * $Revision: 1.6.146.2 $ * - * last change: $Author: fs $ $Date: 2005/07/11 13:37:29 $ + * last change: $Author: oj $ $Date: 2005/07/14 07:05:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -162,7 +162,7 @@ if( rEvt.GetKeyCode().GetCode() == KEY_F2 ) { ::com::sun::star::util::URL aUrl; - aUrl.Complete =::rtl::OUString::createFromAscii(".uno:DBSlots/EditDoc"); + aUrl.Complete =::rtl::OUString::createFromAscii(".uno:DSBEditDoc"); GetView()->getController()->dispatch( aUrl,Sequence< PropertyValue >() ); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
