summaryrefslogtreecommitdiffstats
path: root/include/svx/fmpage.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 12:35:24 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:15 +0200
commit3df902ba28f6b142277a45b781a6d65389fad6b9 (patch)
treecba5c47d55da4cb4f920fb954617fd1633f079e6 /include/svx/fmpage.hxx
parentsvx: sal_Bool->bool (diff)
downloadcore-3df902ba28f6b142277a45b781a6d65389fad6b9.tar.gz
core-3df902ba28f6b142277a45b781a6d65389fad6b9.zip
svx: sal_Bool->bool
Change-Id: I7588dbf9805cb89b0b13cfae379698038657c994
Diffstat (limited to 'include/svx/fmpage.hxx')
-rw-r--r--include/svx/fmpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmpage.hxx b/include/svx/fmpage.hxx
index 472aed529d34..2d36c1576c09 100644
--- a/include/svx/fmpage.hxx
+++ b/include/svx/fmpage.hxx
@@ -69,7 +69,7 @@ public:
public:
const OUString& GetName() const { return m_sPageName; }
void SetName( const OUString& rName ) { m_sPageName = rName; }
- sal_Bool RequestHelp(
+ bool RequestHelp(
Window* pWin,
SdrView* pView,
const HelpEvent& rEvt );