diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2012-08-13 23:14:08 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2012-08-13 23:52:39 +0200 |
commit | 8f032e04ad69166d03510b2baa4f72fefe834cc0 (patch) | |
tree | 25dcf8dd4df20751a6f568fcda1e2f91a09e0a14 /tools/inc/impstrg.hxx | |
parent | 731f3ce64a84b14b43a2a8ca3d455dd8711781b9 (diff) |
removed "// end of sth." comments in tools/inc/
This is a follow-up patch of c8b7aa55138848fe07108779099267424bc03e3d.
Change-Id: I597be0bbcda36580c8607cab094e53e9f39133e2
Diffstat (limited to 'tools/inc/impstrg.hxx')
-rw-r--r-- | tools/inc/impstrg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/impstrg.hxx b/tools/inc/impstrg.hxx index 579d42c2fa9b..dfa583bb890b 100644 --- a/tools/inc/impstrg.hxx +++ b/tools/inc/impstrg.hxx @@ -32,6 +32,6 @@ const char* DbgCheckUniString( const void* pString ); xub_StrLen ImplStringLen( const sal_Char* pStr ); xub_StrLen ImplStringLen( const sal_Unicode* pStr ); -#endif // _IMPSTRG_HXX +#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |