summaryrefslogtreecommitdiff
path: root/odk/examples/cpp
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-17 08:40:28 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-17 08:40:28 +0000
commitc477b1152b433918c8dc495d1034e15a15409f09 (patch)
treef99274d8b2c6cb2ebf83fcc6f0536c0f30152d8c /odk/examples/cpp
parent9476a7355262fa184a8138d5eb6d6b80b0c15191 (diff)
INTEGRATION: CWS sdk01 (1.5.10.1.6); FILE MERGED
2003/03/13 11:38:24 jsc 1.5.10.1.6.1: #108153# improve usability
Diffstat (limited to 'odk/examples/cpp')
-rw-r--r--odk/examples/cpp/DocumentLoader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/cpp/DocumentLoader/Makefile b/odk/examples/cpp/DocumentLoader/Makefile
index 07845a6d44e3..0520205a0710 100644
--- a/odk/examples/cpp/DocumentLoader/Makefile
+++ b/odk/examples/cpp/DocumentLoader/Makefile
@@ -84,8 +84,8 @@ $(COMPOENNT_ENV_FLAG) :
CppDocumentLoaderExample : $(OUT_BIN)/DocumentLoader$(EXE_EXT) $(COMPOENNT_ENV_FLAG)
@echo --------------------------------------------------------------------------------
- @echo The example loads the test.sxw document in the DocumentLoader example directory. If you
- @echo want to load your own document, please use: DocumentLoader filename [connection_url]
+ @echo The example loads the "$(QM)test.sxw$(QM)" document in the DocumentLoader example directory.
+ @echo I you want to load your own document, please use: DocumentLoader "$(QM)filename$(QM)" [connection_url]
@echo Use the following command to execute the example!
@echo -
@echo make DocumentLoader.run