summaryrefslogtreecommitdiffstats
path: root/ucb/workben
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 13:10:18 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 13:10:18 +0000
commitd0e8047cfb9c707f13f343ba999488e47edaeefc (patch)
treeb5e2f1f434cf2c06167acc33c1b95281d5c315b1 /ucb/workben
parentINTEGRATION: CWS pchfix02 (1.3.70); FILE MERGED (diff)
downloadcore-d0e8047cfb9c707f13f343ba999488e47edaeefc.tar.gz
core-d0e8047cfb9c707f13f343ba999488e47edaeefc.zip
INTEGRATION: CWS pchfix02 (1.17.70); FILE MERGED
2006/09/01 17:55:56 kaib 1.17.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'ucb/workben')
-rw-r--r--ucb/workben/ucb/ucbdemo.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/ucb/workben/ucb/ucbdemo.cxx b/ucb/workben/ucb/ucbdemo.cxx
index e09be5044deb..9da072f40fdb 100644
--- a/ucb/workben/ucb/ucbdemo.cxx
+++ b/ucb/workben/ucb/ucbdemo.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ucbdemo.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:22:56 $
+ * last change: $Author: obo $ $Date: 2006-09-17 14:10:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_ucb.hxx"
+
#include <stack>
#ifndef _RTL_USTRBUF_HXX_