summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-02-17 11:13:53 +0200
committerTor Lillqvist <tml@collabora.com>2015-02-17 11:23:00 +0200
commit6d500371eb109ea0e10c08e6f6514fc340a29484 (patch)
tree3c1c7c53ba6af29aad802439f69bebcb4a95a398 /filter
parentd83e6e9cdb727b3ca2938048e115ba38886d4c70 (diff)
Bin wrong, misleading and pointless comments
Change-Id: I3d5218b4777f7a1f486b5d4faec1959ade39d123
Diffstat (limited to 'filter')
-rw-r--r--filter/source/pdf/impdialog.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/filter/source/pdf/impdialog.cxx b/filter/source/pdf/impdialog.cxx
index 9ab990cd6796..5e1dc5283176 100644
--- a/filter/source/pdf/impdialog.cxx
+++ b/filter/source/pdf/impdialog.cxx
@@ -440,33 +440,27 @@ Sequence< PropertyValue > ImpPDFTabDialog::GetFilterData()
aRet.realloc( aRet.getLength() + nElementAdded );
- // add the encryption enable flag
sal_uInt32 const nLength(aRet.getLength());
aRet[ nLength - nElementAdded ].Name = "Watermark";
aRet[ nLength - nElementAdded ].Value <<= maWatermarkText;
nElementAdded--;
-// add the encryption enable flag
aRet[ nLength - nElementAdded ].Name = "EncryptFile";
aRet[ nLength - nElementAdded ].Value <<= mbEncrypt;
nElementAdded--;
-// add the open password
aRet[ nLength - nElementAdded ].Name = "PreparedPasswords";
aRet[ nLength - nElementAdded ].Value <<= mxPreparedPasswords;
nElementAdded--;
-//the restrict permission flag (needed to have the scripting consistent with the dialog)
aRet[ nLength - nElementAdded ].Name = "RestrictPermissions";
aRet[ nLength - nElementAdded ].Value <<= mbRestrictPermissions;
nElementAdded--;
-//add the permission password
aRet[ nLength - nElementAdded ].Name = "PreparedPermissionPassword";
aRet[ nLength - nElementAdded ].Value <<= maPreparedOwnerPassword;
nElementAdded--;
-// this should be the last added...
if( mbIsRangeChecked )
{
aRet[ nLength - nElementAdded ].Name = "PageRange";