summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMuhammet Kara <muhammet.kara@collabora.com>2019-03-29 12:38:13 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2019-03-29 12:45:07 +0100
commitdb76236efd5a6ec5d6f94e700a70408c916f8c91 (patch)
tree18d52a12692f28918e0885cc83066f0af869751c /sfx2
parent8a76b845e0376fd39014d6180c78b863f373633f (diff)
Enable redaction for Impress
After the commit c2330b14e2bfa170131a83c375ec0b1a91c95415, different page sizes and orientations are handled properly, and Impress pages are converted to Draw perfectly. Change-Id: Ib9ab6b298e12fc0d8e9440bf63f31ad6dd05ab35 Reviewed-on: https://gerrit.libreoffice.org/69910 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objserv.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index 99ec1b9892ee..97e3734835a9 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -556,12 +556,6 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq)
bool bIsWriter = aRenderer.isWriter();
bool bIsCalc = aRenderer.isCalc();
- if (!bIsWriter && !bIsCalc)
- {
- SAL_WARN( "sfx.doc", "Redaction is supported only for Writer and Calc! (for now...)");
- return;
- }
-
sal_Int32 nPages = aRenderer.getPageCount();
std::vector< GDIMetaFile > aMetaFiles;