diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-09-07 15:01:51 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-09-07 15:01:51 +0000 |
commit | 576e00c645fb8184e6b405b588e4d8c851d8558c (patch) | |
tree | d4557d42eab5bd451f47e0d426e9fe92a1d08053 /connectivity/source/parse/wrap_sqlbison.cxx | |
parent | 53ff3f21d1e6e5a2ac0340bbc64b71435dc8bed2 (diff) |
INTEGRATION: CWS ause034 (1.1.2); FILE ADDED
2005/09/07 12:44:18 hjs 1.1.2.2: #i44902# see #i54170#
2005/08/05 11:50:11 hjs 1.1.2.1: #i44902# create wrapping source to avoid dmake feature
Diffstat (limited to 'connectivity/source/parse/wrap_sqlbison.cxx')
-rw-r--r-- | connectivity/source/parse/wrap_sqlbison.cxx | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/connectivity/source/parse/wrap_sqlbison.cxx b/connectivity/source/parse/wrap_sqlbison.cxx new file mode 100644 index 000000000000..93e972e7bb88 --- /dev/null +++ b/connectivity/source/parse/wrap_sqlbison.cxx @@ -0,0 +1,37 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: wrap_sqlbison.cxx,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: rt $ $Date: 2005-09-07 16:01:51 $ + * + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. + * + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2005 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + ************************************************************************/ + +#include "sqlbison.cxx" + |