diff options
-rw-r--r-- | odk/examples/cpp/Draw/Draw.cxx | 2 | ||||
-rw-r--r-- | odk/examples/cpp/Draw/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/cpp/Draw/Draw.cxx b/odk/examples/cpp/Draw/Draw.cxx index d7924e53c539..511869fd1370 100644 --- a/odk/examples/cpp/Draw/Draw.cxx +++ b/odk/examples/cpp/Draw/Draw.cxx @@ -133,7 +133,7 @@ Reference<XShape> createShape(Reference<XComponent> xDocComp, int height, int wi Point position; Reference<XShape> xShape; - // get the mutliservice factory + // get the multiservice factory Reference<XMultiServiceFactory> xDocMSF(xDocComp, UNO_QUERY); try diff --git a/odk/examples/cpp/Draw/Makefile b/odk/examples/cpp/Draw/Makefile index f3a3ca5ea80d..333a3a4672d3 100644 --- a/odk/examples/cpp/Draw/Makefile +++ b/odk/examples/cpp/Draw/Makefile @@ -64,7 +64,7 @@ endif CppDrawExample : $(OUT_BIN)/Draw$(EXE_EXT) @echo -------------------------------------------------------------------------------- - @echo The example connects to the office server, create an empy documents and puts some + @echo The example connects to the office server, create an empty documents and puts some @echo shapes on it. @echo - @echo Use the following command to execute the example! |