summaryrefslogtreecommitdiffstats
path: root/svx/inc/galbrws2.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-14 16:15:22 +0200
committerNoel Grandin <noel@peralex.com>2014-04-15 09:02:33 +0200
commitbe88947bac607013c6b7a3c923a2eccd09e50942 (patch)
tree09cdc0803437ac8c76e12c60c6644c49cb1d5dd4 /svx/inc/galbrws2.hxx
parentsal_Bool to bool in SvtRulerAccessible (diff)
downloadcore-be88947bac607013c6b7a3c923a2eccd09e50942.tar.gz
core-be88947bac607013c6b7a3c923a2eccd09e50942.zip
svx: sal_Bool->bool
Change-Id: I464eba5fd5521c31868c6fc8a2137f17428d421e
Diffstat (limited to 'svx/inc/galbrws2.hxx')
-rw-r--r--svx/inc/galbrws2.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx
index 4036a1892785..56dbb31ad909 100644
--- a/svx/inc/galbrws2.hxx
+++ b/svx/inc/galbrws2.hxx
@@ -172,7 +172,7 @@ public:
void StartDrag( Window* pWindow, const Point* pDragPoint = NULL );
void TogglePreview( Window* pWindow, const Point* pPreviewPoint = NULL );
void ShowContextMenu( Window* pWindow, const Point* pContextPoint = NULL );
- sal_Bool KeyInput( const KeyEvent& rEvt, Window* pWindow );
+ bool KeyInput( const KeyEvent& rEvt, Window* pWindow );
com::sun::star::uno::Reference< com::sun::star::frame::XFrame > GetFrame() const;
com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > GetUNOContext() const { return m_xContext; }