diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-02 12:42:53 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-02 12:42:53 +0100 |
commit | 934cdea97a052f82c87b4d87bd371a105d64e7ed (patch) | |
tree | cd9d08a554b6921985490cd35e1acf93c08a60be /odk | |
parent | 0b2bbad06c508382deb780814de6c6fde2c6d6fe (diff) |
-writer -> --writer
Change-Id: I78bd922b33d237f36c62ab27e1e383b456797e3a
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/cpp/complextoolbarcontrols/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/complextoolbarcontrols/Makefile b/odk/examples/cpp/complextoolbarcontrols/Makefile index 06af1afa94f1..76658e2fb542 100644 --- a/odk/examples/cpp/complextoolbarcontrols/Makefile +++ b/odk/examples/cpp/complextoolbarcontrols/Makefile @@ -171,7 +171,7 @@ Example : $(COMP_REGISTERFLAG) @echo -------------------------------------------------------------------------------- run: $(COMP1_COMP_REGISTERFLAG) - "$(OFFICE_PROGRAM_PATH)$(PS)soffice" -writer + "$(OFFICE_PROGRAM_PATH)$(PS)soffice" --writer .PHONY: clean |