diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-11 20:08:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-12 14:53:26 +0000 |
commit | 49dff05943db6e58c5216e85fd2923d8da9ebbb5 (patch) | |
tree | 48437e3de76773dc27b28f1bb7273550952abb93 /include/svx | |
parent | 82a26c4bd03af4596ec0add69a52d20c77544144 (diff) |
cli_ure: fix dbglevel=2 build on windows
Some blocks are completely unused.
According to http://msdn.microsoft.com/de-de/library/ms235298.aspx
rtl_uString * __pin * pp_sInterfaces = &_sInterfaces;
should be
pin_ptr<rtl_uString *> pp_sInterfaces = &_sInterfaces;
Change-Id: I039e94649d542fb5b51231b2e0df0a4dc1170c19
Reviewed-on: https://gerrit.libreoffice.org/9318
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'include/svx')
0 files changed, 0 insertions, 0 deletions