Kaydet (Commit) 10cad89d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Drop useless typedef

Change-Id: I0521f9ead0ee317f4eafefafb9c91f942b977cd1
üst b1a4afa3
......@@ -60,7 +60,7 @@ namespace dbaui
DBG_NAME(ComposerDialog)
//---------------------------------------------------------------------
ComposerDialog::ComposerDialog(const Reference< XMultiServiceFactory >& _rxORB)
:ComposerDialog_BASE( _rxORB )
:OGenericUnoDialog( _rxORB )
{
DBG_CTOR(ComposerDialog,NULL);
......
......@@ -39,11 +39,10 @@ namespace dbaui
//= ComposerDialog
//=====================================================================
class ComposerDialog;
typedef ::svt::OGenericUnoDialog ComposerDialog_BASE;
typedef ::comphelper::OPropertyArrayUsageHelper< ComposerDialog > ComposerDialog_PBASE;
class ComposerDialog
:public ComposerDialog_BASE
:public svt::OGenericUnoDialog
,public ComposerDialog_PBASE
{
OModuleClient m_aModuleClient;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment