summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/DocumentLoader
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:40:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:40:54 +0000
commit62c63d34028234e3296081e49493f0eba92fc74b (patch)
tree59d0c33c863444664ea0b19626d6b5e4dfc9f2fe /odk/examples/cpp/DocumentLoader
parent72ef55fe37b026d9f89cea441737d4c20fd35c73 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'odk/examples/cpp/DocumentLoader')
-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 0520205a0710..07845a6d44e3 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 "$(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 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 Use the following command to execute the example!
@echo -
@echo make DocumentLoader.run