diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-01-19 17:27:28 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-01-19 17:27:28 +0100 |
commit | 0de12dba1aa5a192e594a495c84c8b90c96c892b (patch) | |
tree | 243b4a18f4e86850d5daf3be4fabef3691fbf5d2 | |
parent | aa2a9c2c4a94bf12b723bb55aec1895309555ca4 (diff) |
#i107450#: some problems with the dialog factory
-rw-r--r-- | cui/source/factory/dlgfact.cxx | 1 | ||||
-rw-r--r-- | cui/source/factory/dlgfact.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx index 083a7d1d0936..6f313e2e2e2b 100644 --- a/cui/source/factory/dlgfact.cxx +++ b/cui/source/factory/dlgfact.cxx @@ -1955,4 +1955,3 @@ SvxAbstractInsRowColDlg* AbstractDialogFactory_Impl::CreateSvxInsRowColDlg( Wind { return new SvxInsRowColDlg( pParent, bCol, nHelpId ); } - diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx index daa6cbc9ac0b..c4404568cea1 100644 --- a/cui/source/factory/dlgfact.hxx +++ b/cui/source/factory/dlgfact.hxx @@ -596,7 +596,6 @@ private: //AbstractDialogFactory_Impl implementations class AbstractDialogFactory_Impl : public SvxAbstractDialogFactory { - public: virtual VclAbstractDialog* CreateVclDialog( Window* pParent, sal_uInt32 nResId ); virtual VclAbstractDialog* CreateSfxDialog( Window* pParent, const SfxBindings& rBindings, sal_uInt32 nResId ); |