summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/about.hrc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-02-10 17:26:44 +0100
committerEike Rathke <erack@redhat.com>2012-02-10 17:27:27 +0100
commit43aa1115c88f1300c73337a3622c2c03faa699f7 (patch)
treedf60e4e395da7cc4f74534a784bd3286821fe702 /cui/source/dialogs/about.hrc
parentd4a31e6ae28825a42cb8b1935fdfd777cda41e8f (diff)
changes to "convert detdata.cxx in SC module to boost:ptr_vector"
* for includes from other modules use <> instead of "", i.e. <boost/ptr_container/ptr_vector.hpp> * use size_t instead of int for container positions and count * no need for DeleteAndDestroy(), in fact delete p followed by ptr_vector::erase() attempted to delete the instance twice and would crash * adapted places that accessed DeleteAndDestroy() to operate on the vector instead * introduced GetDataVector() for that * changed the DeleteOnTab() loop that used DeleteAndDestroy() to properly iterate over the container instead * changed UpdateReference() to a loop using iterator * changed operator==() to use size_t instead of sal_uInt16 * note aside: mixing sal_uInt16 with a container's size isn't a good idea * adapted places that access Count() and GetObject() to use size_t instead of sal_uInt16 * made GetObject() const and return const ScDetOpData* * changed indentation to 4 spaces per level
Diffstat (limited to 'cui/source/dialogs/about.hrc')
0 files changed, 0 insertions, 0 deletions