Kaydet (Commit) 38cf887a authored tarafından Isamu Mogi's avatar Isamu Mogi Kaydeden (comit) Caolán McNamara

Replace UTF-8 no-break space to ASCII space

UTF-8 no-break space causes C4819 warning in MSVC with CP932.

Change-Id: I83a6ea6d060d132d21d8ea3141051f850d0e6bd2
Reviewed-on: https://gerrit.libreoffice.org/8628Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 58d80a6f
...@@ -163,8 +163,8 @@ public: ...@@ -163,8 +163,8 @@ public:
To be used like: To be used like:
css::uno::XInterface * FOO_constructor_function(...) { css::uno::XInterface * FOO_constructor_function(...) {
     return cppu::acquire(new FOO(...)); return cppu::acquire(new FOO(...));
   } }
@param instance @param instance
Newly created instance that should be acquired. Newly created instance that should be acquired.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment