diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-04 13:51:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-04 14:54:25 +0100 |
commit | b14cdcbf6834461f6f079c153fc7d32402c28236 (patch) | |
tree | 9c30f168398a8e3162c1b614e0860cc160a9cbef /include | |
parent | 262e7be01461887202f629d1ccc57751b1a085c5 (diff) |
natural sort contents of writer navigator
i.e. graphic1, graphic2, graphic10
not
i.e. graphic1, graphic10, graphic2
Change-Id: Ic8596144b594a933cb1366e29d3c45a4c90d7d07
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/lstbox.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx index 21b78bc7d39e..92072a0d0188 100644 --- a/include/vcl/lstbox.hxx +++ b/include/vcl/lstbox.hxx @@ -236,6 +236,8 @@ public: virtual bool set_property(const OString &rKey, const OString &rValue) SAL_OVERRIDE; void EnableQuickSelection( const bool& b ); + + static sal_Int32 NaturalSortCompare(const OUString &rA, const OUString &rB); }; |