[Libreoffice-commits] core.git: filter/source

Caolán McNamara caolanm at redhat.com
Tue Nov 12 04:54:55 PST 2013


 filter/source/svg/impsvgdialog.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d3b49a68f40615aecc6368fbb4b954ffc9ada178
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 12 12:27:07 2013 +0000

    drop commented out DLG_OPTIONS use
    
    Change-Id: Ife7dbfedf876a9e59eb95a83c91b603cfa96bb32
    Reviewed-on: https://gerrit.libreoffice.org/6650
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/filter/source/svg/impsvgdialog.cxx b/filter/source/svg/impsvgdialog.cxx
index 7e7c5b9..efcb763 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 ),


More information about the Libreoffice-commits mailing list