Tag: cws_src680_dba201b User: fs Date: 05/07/22 00:02:31 Modified: /dba/dbaccess/source/ui/inc/ documentcontroller.hxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: documentcontroller.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/documentcontroller.hxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +5 -4 ------------------- --- documentcontroller.hxx 20 Jul 2005 10:15:16 -0000 1.1.2.1 +++ documentcontroller.hxx 22 Jul 2005 07:02:28 -0000 1.1.2.2 @@ -2,9 +2,9 @@ * * $RCSfile: documentcontroller.hxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: fs $ $Date: 2005/07/20 10:15:16 $ + * last change: $Author: fs $ $Date: 2005/07/22 07:02:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -133,7 +133,8 @@ */ inline void clear() { - swap( ModelControllerConnector() ); + ModelControllerConnector aEmpty; + swap( aEmpty ); } public: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
