From d3b49a68f40615aecc6368fbb4b954ffc9ada178 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 12 Nov 2013 12:27:07 +0000 Subject: drop commented out DLG_OPTIONS use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ife7dbfedf876a9e59eb95a83c91b603cfa96bb32 Reviewed-on: https://gerrit.libreoffice.org/6650 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- filter/source/svg/impsvgdialog.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'filter') diff --git a/filter/source/svg/impsvgdialog.cxx b/filter/source/svg/impsvgdialog.cxx index 7e7c5b93a29a..efcb7635302e 100644 --- a/filter/source/svg/impsvgdialog.cxx +++ b/filter/source/svg/impsvgdialog.cxx @@ -35,8 +35,8 @@ inline sal_Int32 implMap( Window& /*rWnd*/, sal_Int32 nVal ) // - ImpSVGDialog - // ---------------- -ImpSVGDialog::ImpSVGDialog( Window* pParent/*, ResMgr& rResMgr*/, Sequence< PropertyValue >& rFilterData ) : - ModalDialog( pParent/*KA, ResId( DLG_OPTIONS, &rResMgr*/ ), +ImpSVGDialog::ImpSVGDialog( Window* pParent, Sequence< PropertyValue >& rFilterData ) : + ModalDialog( pParent ), maFI( this ), maCBTinyProfile( this ), maCBEmbedFonts( this ), -- cgit