diff options
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/w32/secimpl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/secimpl.hxx b/sal/osl/w32/secimpl.hxx index 43af57d61cef..ff4121091ac1 100644 --- a/sal/osl/w32/secimpl.hxx +++ b/sal/osl/w32/secimpl.hxx @@ -30,7 +30,7 @@ typedef struct { HANDLE m_hProfile; HANDLE m_hToken; sal_Unicode m_User[USER_BUFFER_SIZE]; -/* ts: Erweiterung um Fileserver-login */ +/* ts: extension by fileserver login */ NETRESOURCEW *m_pNetResource; } oslSecurityImpl; |