diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-06-08 00:25:01 +1000 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-06-16 16:50:14 +0200 |
commit | a607c1dedc0044f13a77ab19a50660be314a697c (patch) | |
tree | fea819e9799767d0bad222cef001b5e2f99caad5 /include | |
parent | df65749845192ded79a9ea6ad3208eb2d9bcf6d1 (diff) |
salhelper: typo in dynload.hxx
Change-Id: I06d0cd4c7986a59f54102f945a560f710887ad8b
Reviewed-on: https://gerrit.libreoffice.org/38514
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/salhelper/dynload.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx index 472fcd16083d..e310bdb361a0 100644 --- a/include/salhelper/dynload.hxx +++ b/include/salhelper/dynload.hxx @@ -50,7 +50,7 @@ public: /// decrease the reference count and delete the last instance. sal_uInt32 SAL_CALL release(); - /// returns a poiner to the initialized API function structure. + /// returns a pointer to the initialized API function structure. void* SAL_CALL getApi() const; protected: @@ -89,7 +89,7 @@ protected: }; -/** The ODynmaicLoader provides a special load on call mechanism for dynamic libraries +/** The ODynamicLoader provides a special load on call mechanism for dynamic libraries which support a C-API. The libraries must provide a struct with function pointers for all supported C functions. |