diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-11-12 12:27:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-12 12:54:34 +0000 |
commit | d3b49a68f40615aecc6368fbb4b954ffc9ada178 (patch) | |
tree | f2c31fffb3c924c7aa0a5eeee09c359f5b077420 | |
parent | c0bed3147c472acc18736b764798324880a23163 (diff) |
drop commented out DLG_OPTIONS use
Change-Id: Ife7dbfedf876a9e59eb95a83c91b603cfa96bb32
Reviewed-on: https://gerrit.libreoffice.org/6650
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | filter/source/svg/impsvgdialog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ), |