summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-04 13:51:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-04 14:54:25 +0100
commitb14cdcbf6834461f6f079c153fc7d32402c28236 (patch)
tree9c30f168398a8e3162c1b614e0860cc160a9cbef /include
parent262e7be01461887202f629d1ccc57751b1a085c5 (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.hxx2
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);
};