diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-22 00:50:56 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-22 00:52:32 +0100 |
commit | 22e96521da9614c07b75452dc27014aca079fbf1 (patch) | |
tree | b39ee7ec441510c00821850a38e6015030655dd3 /sal/inc/osl/pipe_decl.hxx | |
parent | ef026f335902a278f8594d612826508277d81bff (diff) |
WaE: silence some documentation errors
Diffstat (limited to 'sal/inc/osl/pipe_decl.hxx')
-rw-r--r-- | sal/inc/osl/pipe_decl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/osl/pipe_decl.hxx b/sal/inc/osl/pipe_decl.hxx index b361440992fd..084a61b7338a 100644 --- a/sal/inc/osl/pipe_decl.hxx +++ b/sal/inc/osl/pipe_decl.hxx @@ -185,7 +185,7 @@ public: /** Attaches the oslPipe to this object. If the object already was attached to an oslPipe, the old one will be closed and destroyed. - @param Pipe. + @param Pipe */ inline StreamPipe & SAL_CALL operator=(oslPipe Pipe); |