summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/ins_paste.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/ins_paste.cxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/dlg/ins_paste.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/ins_paste.cxx b/sd/source/ui/dlg/ins_paste.cxx
index c0079d5eee77..38107bb5639f 100644..100755
--- a/sd/source/ui/dlg/ins_paste.cxx
+++ b/sd/source/ui/dlg/ins_paste.cxx
@@ -49,7 +49,7 @@ SdInsertPasteDlg::SdInsertPasteDlg( Window* pWindow ) :
aBtnHelp( this, SdResId( BTN_HELP ) )
{
FreeResource();
- aRbAfter.Check( TRUE );
+ aRbAfter.Check( sal_True );
}
// -----------------------------------------------------------------------------
@@ -60,7 +60,7 @@ SdInsertPasteDlg::~SdInsertPasteDlg()
// -----------------------------------------------------------------------------
-BOOL SdInsertPasteDlg::IsInsertBefore() const
+sal_Bool SdInsertPasteDlg::IsInsertBefore() const
{
return( aRbBefore.IsChecked() );
}