diff options
-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 ), |