diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-02-14 17:53:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-02-14 17:59:43 +0100 |
commit | ca0600f0c9022d631317423ab5a59493b41906ab (patch) | |
tree | 4dba1d2a3caac097f7628c05aed9046707076662 /vcl | |
parent | b88fe998ce8c80d7629fe70118311096615d959d (diff) |
multiple unsequenced modifications to 'nPos' [-Werror,-Wunsequenced]
...solved by removing the nPos member and instead calculating the index on the
fly. The difference is that old indices were before calling std::sort in
OPropertyInfoService::getPropertyInfo() while new ones are after, but that
should probably be OK per the documentation of
com.sun.star.inspection.XObjectInspectionModel.getPropertyOrderIndex (which
appears to be the only client of that functionality).
Change-Id: Id346bb219acbdad88ec43cf46feca8c37f2c7cf4
Diffstat (limited to 'vcl')
0 files changed, 0 insertions, 0 deletions