From e8f8f24c8415898c787bbfb629247ed62e73a2b9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 21 Feb 2014 12:53:51 +0100 Subject: vcl: sal_Bool -> bool Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e --- include/sfx2/tbxctrl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2/tbxctrl.hxx') diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx index c859d1a2f7c0..ac7d66a51768 100644 --- a/include/sfx2/tbxctrl.hxx +++ b/include/sfx2/tbxctrl.hxx @@ -120,7 +120,7 @@ private: protected: virtual void PopupModeEnd(); - virtual sal_Bool Close(); + virtual bool Close(); virtual void DeleteFloatingWindow(); sal_uInt16 GetId() const { return m_nId; } -- cgit v1.2.3