Tag: cws_src680_dba24d User: oj Date: 2008-01-07 14:31:37+0000 Modified: dba/connectivity/source/commontools/RowFunctionParser.cxx
Log: compile error File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: RowFunctionParser.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/RowFunctionParser.cxx?r1=1.1.2.3&r2=1.1.2.4 Delta lines: +5 -3 ------------------- --- RowFunctionParser.cxx 2008-01-07 11:36:33+0000 1.1.2.3 +++ RowFunctionParser.cxx 2008-01-07 14:31:35+0000 1.1.2.4 @@ -4,9 +4,9 @@ * * $RCSfile: RowFunctionParser.cxx,v $ * - * $Revision: 1.1.2.3 $ + * $Revision: 1.1.2.4 $ * - * last change: $Author: oj $ $Date: 2008/01/07 11:36:33 $ + * last change: $Author: oj $ $Date: 2008/01/07 14:31:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -68,7 +68,8 @@ #include <algorithm> #include <stack> -using namespace connectivity; +namespace connectivity +{ using namespace com::sun::star; namespace @@ -511,4 +512,5 @@ return pContext->maOperandStack.top(); } +} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
