diff options
Diffstat (limited to 'sd/source/ui/dlg/tabtempl.cxx')
-rwxr-xr-x[-rw-r--r--] | sd/source/ui/dlg/tabtempl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/tabtempl.cxx b/sd/source/ui/dlg/tabtempl.cxx index 972b0840f47e..fc8333658ba1 100644..100755 --- a/sd/source/ui/dlg/tabtempl.cxx +++ b/sd/source/ui/dlg/tabtempl.cxx @@ -71,7 +71,7 @@ SdTabTemplateDlg::SdTabTemplateDlg( Window* pParent, SfxStyleSheetBase& rStyleBase, SdrModel* pModel, SdrView* pView ) : - SfxStyleDialog ( pParent, SdResId( TAB_TEMPLATE ), rStyleBase, FALSE ), + SfxStyleDialog ( pParent, SdResId( TAB_TEMPLATE ), rStyleBase, sal_False ), rDocShell ( *pDocShell ), pSdrView ( pView ), pColorTab ( pModel->GetColorTable() ), @@ -122,7 +122,7 @@ SdTabTemplateDlg::~SdTabTemplateDlg() // ----------------------------------------------------------------------- -void SdTabTemplateDlg::PageCreated( USHORT nId, SfxTabPage &rPage ) +void SdTabTemplateDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) { SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool())); switch( nId ) |