summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/helper/formpdfexport.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolkit/source/helper/formpdfexport.cxx b/toolkit/source/helper/formpdfexport.cxx
index 7ea9de79a032..00ea42d3cb0d 100644
--- a/toolkit/source/helper/formpdfexport.cxx
+++ b/toolkit/source/helper/formpdfexport.cxx
@@ -563,9 +563,6 @@ namespace toolkitform
// entries
getStringItemVector( xModelProps, pListWidget->Entries );
- // since we explicitly list the entries in the order in which they appear, they should not be
- // resorted by the PDF viewer
- pListWidget->Sort = false;
// get selected items
Sequence< sal_Int16 > aSelectIndices;