diff options
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 6 |
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; |