diff options
Diffstat (limited to 'include/svx/galbrws.hxx')
-rw-r--r-- | include/svx/galbrws.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/galbrws.hxx b/include/svx/galbrws.hxx index 169db3dbe52e..206dec1635c2 100644 --- a/include/svx/galbrws.hxx +++ b/include/svx/galbrws.hxx @@ -74,7 +74,7 @@ public: Window* pParent, const ResId& rResId ); virtual ~GalleryBrowser(); - sal_Bool KeyInput( const KeyEvent& rKEvt, Window* pWindow ); + bool KeyInput( const KeyEvent& rKEvt, Window* pWindow ); }; #endif // INCLUDED_SVX_GALBRWS_HXX |