summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppSwapWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/app/AppSwapWindow.hxx')
-rw-r--r--dbaccess/source/ui/app/AppSwapWindow.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/source/ui/app/AppSwapWindow.hxx b/dbaccess/source/ui/app/AppSwapWindow.hxx
index bc24248e09a5..2282039f9995 100644
--- a/dbaccess/source/ui/app/AppSwapWindow.hxx
+++ b/dbaccess/source/ui/app/AppSwapWindow.hxx
@@ -34,7 +34,7 @@ namespace dbaui
ElementType m_eLastType;
OAppBorderWindow& m_rBorderWin;
- void ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackground );
+ void ImplInitSettings( bool bFont, bool bForeground, bool bBackground );
DECL_LINK( OnContainerSelectHdl, SvtIconChoiceCtrl* );
DECL_LINK( ChangeToLastSelected, void* );
@@ -46,10 +46,10 @@ namespace dbaui
// window overloads
virtual void Resize() SAL_OVERRIDE;
- sal_Bool isCutAllowed() SAL_OVERRIDE { return sal_False; }
- sal_Bool isCopyAllowed() SAL_OVERRIDE { return sal_False; }
- sal_Bool isPasteAllowed() SAL_OVERRIDE { return sal_False; }
- virtual sal_Bool hasChildPathFocus() SAL_OVERRIDE { return HasChildPathFocus(); }
+ bool isCutAllowed() SAL_OVERRIDE { return false; }
+ bool isCopyAllowed() SAL_OVERRIDE { return false; }
+ bool isPasteAllowed() SAL_OVERRIDE { return false; }
+ virtual bool hasChildPathFocus() SAL_OVERRIDE { return HasChildPathFocus(); }
void copy() SAL_OVERRIDE { }
void cut() SAL_OVERRIDE { }
void paste() SAL_OVERRIDE { }