summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/source/pdf/impdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/pdf/impdialog.cxx b/filter/source/pdf/impdialog.cxx
index a2ff5f7e3952..671a9f6ffefa 100644
--- a/filter/source/pdf/impdialog.cxx
+++ b/filter/source/pdf/impdialog.cxx
@@ -486,7 +486,7 @@ Sequence< PropertyValue > ImpPDFTabDialog::GetFilterData()
else if( mbSelectionIsChecked )
{
aRet[ nLength - nElementAdded ].Name = "Selection";
- aRet[ nLength - nElementAdded ].Value <<= maSelection;
+ aRet[ nLength - nElementAdded ].Value = maSelection;
nElementAdded--;
}