diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-04-15 11:11:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-04-15 11:11:25 +0000 |
commit | 9d28bc52667f349318d96a5565c88da1a0b1fc03 (patch) | |
tree | db6e8017958f0b2534a8e75209c25d97aeaf2786 /desktop/win32 | |
parent | 9e6b7b25d2ffd4ce5e6b81f058fbea07a267dd3e (diff) |
INTEGRATION: CWS sb86 (1.1.2); FILE ADDED
2008/03/27 10:44:05 sb 1.1.2.1: #i87491# lost unopkg.coms
Diffstat (limited to 'desktop/win32')
-rw-r--r-- | desktop/win32/source/guistdio/unopkgio.cxx | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/desktop/win32/source/guistdio/unopkgio.cxx b/desktop/win32/source/guistdio/unopkgio.cxx new file mode 100644 index 000000000000..b0c879ae4d81 --- /dev/null +++ b/desktop/win32/source/guistdio/unopkgio.cxx @@ -0,0 +1,39 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: unopkgio.cxx,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: vg $ $Date: 2008-04-15 12:11:25 $ + * + * 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 2008 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 "precompiled_desktop.hxx" + +#define GUISTDIO_KEEPRUNNING +#include "guistdio.inc" |