diff options
author | mb93783 <mb93783@macpro-dev1> | 2009-11-04 15:39:48 +0100 |
---|---|---|
committer | mb93783 <mb93783@macpro-dev1> | 2009-11-04 15:39:48 +0100 |
commit | af8010c7940390659ade046f54b51d53fadeaad2 (patch) | |
tree | 969b38d87d5fb48608792e98bb7e8e2a258dff8e /cui/source/options | |
parent | acaa9c4bff0dcbd9cc893cdbbb1373409d2d9f63 (diff) |
#i106432#, #i103496#: some fixes found while building on more platforms
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/fontsubs.hxx | 2 | ||||
-rw-r--r-- | cui/source/options/optpath.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/fontsubs.hxx b/cui/source/options/fontsubs.hxx index be174768bea4..f14ce19c490b 100644 --- a/cui/source/options/fontsubs.hxx +++ b/cui/source/options/fontsubs.hxx @@ -39,7 +39,7 @@ namespace utl { class SourceViewConfig; -}; +} // class SvxFontSubstCheckListBox ------------------------------------------ diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx index db2fc6cca26c..8e004b54b018 100644 --- a/cui/source/options/optpath.cxx +++ b/cui/source/options/optpath.cxx @@ -583,7 +583,7 @@ IMPL_LINK( SvxPathTabPage, PathHdl_Impl, PushButton *, EMPTYARG ) if ( pFact ) { AbstractSvxMultiPathDialog* pMultiDlg = - pFact->CreateSvxMultiPathDialog( this, RID_SVXDLG_MULTIPATH ); + pFact->CreateSvxMultiPathDialog( this ); DBG_ASSERT( pMultiDlg, "Dialogdiet fail!" ); pMultiDlg->EnableRadioButtonMode(); |