summaryrefslogtreecommitdiffstats
path: root/odk/examples/basic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-31 15:59:44 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-31 15:59:44 +0000
commit416bfc2490d18d704e63bdddf85af9b5362e8ef9 (patch)
treed6e2a3d3dcfa984b9ccb9acf0fc8303b3b2b55b4 /odk/examples/basic
parentINTEGRATION: CWS sdksample (1.4.40); FILE MERGED (diff)
downloadcore-416bfc2490d18d704e63bdddf85af9b5362e8ef9.tar.gz
core-416bfc2490d18d704e63bdddf85af9b5362e8ef9.zip
INTEGRATION: CWS sdksample (1.3.62); FILE MERGED
2005/01/13 15:23:49 jsc 1.3.62.1: #i39890# change to new doc extensions
Diffstat (limited to 'odk/examples/basic')
-rw-r--r--odk/examples/basic/makefile.mk22
1 files changed, 11 insertions, 11 deletions
diff --git a/odk/examples/basic/makefile.mk b/odk/examples/basic/makefile.mk
index 6873cd7f29d9..d19f7ba0a291 100644
--- a/odk/examples/basic/makefile.mk
+++ b/odk/examples/basic/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: kz $ $Date: 2003-08-27 16:46:29 $
+# last change: $Author: rt $ $Date: 2005-01-31 16:59:44 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -76,29 +76,29 @@ TARGET=copying
DRAWING_FILES=\
$(DESTDIRBASICEXAMPLES)$/drawing$/dirtree.txt \
- $(DESTDIRBASICEXAMPLES)$/drawing$/importexportofasciifiles.sxd
+ $(DESTDIRBASICEXAMPLES)$/drawing$/importexportofasciifiles.odg
FORMSANDCONTROLS_FILES=\
$(DESTDIRBASICEXAMPLES)$/forms_and_controls$/beef.wmf \
$(DESTDIRBASICEXAMPLES)$/forms_and_controls$/burger.wmf \
- $(DESTDIRBASICEXAMPLES)$/forms_and_controls$/burger_factory.sxw \
+ $(DESTDIRBASICEXAMPLES)$/forms_and_controls$/burger_factory.odt \
$(DESTDIRBASICEXAMPLES)$/forms_and_controls$/chicken.wmf \
$(DESTDIRBASICEXAMPLES)$/forms_and_controls$/fish.wmf \
$(DESTDIRBASICEXAMPLES)$/forms_and_controls$/vegetable.wmf
SHEET_FILES=\
- $(DESTDIRBASICEXAMPLES)$/sheet$/adapting_to_euroland.sxc
+ $(DESTDIRBASICEXAMPLES)$/sheet$/adapting_to_euroland.ods
STOCKQUOTEUPDATER_FILES=\
- $(DESTDIRBASICEXAMPLES)$/stock_quotes_updater$/stock.sxc
+ $(DESTDIRBASICEXAMPLES)$/stock_quotes_updater$/stock.ods
TEXT_FILES=\
- $(DESTDIRBASICEXAMPLES)$/text$/creating_an_index$/index.sxw \
+ $(DESTDIRBASICEXAMPLES)$/text$/creating_an_index$/index.odt \
$(DESTDIRBASICEXAMPLES)$/text$/creating_an_index$/indexlist.txt \
- $(DESTDIRBASICEXAMPLES)$/text$/modifying_text_automatically$/changing_appearance.sxw \
- $(DESTDIRBASICEXAMPLES)$/text$/modifying_text_automatically$/inserting_bookmarks.sxw \
- $(DESTDIRBASICEXAMPLES)$/text$/modifying_text_automatically$/replacing_text.sxw \
- $(DESTDIRBASICEXAMPLES)$/text$/modifying_text_automatically$/using_regular_expressions.sxw
+ $(DESTDIRBASICEXAMPLES)$/text$/modifying_text_automatically$/changing_appearance.odt \
+ $(DESTDIRBASICEXAMPLES)$/text$/modifying_text_automatically$/inserting_bookmarks.odt \
+ $(DESTDIRBASICEXAMPLES)$/text$/modifying_text_automatically$/replacing_text.odt \
+ $(DESTDIRBASICEXAMPLES)$/text$/modifying_text_automatically$/using_regular_expressions.odt
DIR_FILE_LIST= \
$(DRAWING_FILES) \