summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-26 13:25:02 +0200
committerNoel Grandin <noel@peralex.com>2014-03-27 13:45:09 +0200
commitffca95023020a24eaff4ece1d4c7bedd469bfb78 (patch)
tree301269f53d41a33798965e21197508d20633eb9b /svx/source/dialog
parentbasic: sal_Bool->bool (diff)
downloadcore-ffca95023020a24eaff4ece1d4c7bedd469bfb78.tar.gz
core-ffca95023020a24eaff4ece1d4c7bedd469bfb78.zip
sfx2/childwin.hxx: sal_Bool->bool
Change-Id: I4fe18964a3178c797ce6e1fe259ec230c2de6eb7
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/hyperdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/hyperdlg.cxx b/svx/source/dialog/hyperdlg.cxx
index 31f3ffa4a160..8134696c61b8 100644
--- a/svx/source/dialog/hyperdlg.cxx
+++ b/svx/source/dialog/hyperdlg.cxx
@@ -87,7 +87,7 @@ SfxChildWinInfo SvxHlinkDlgWrapper::GetInfo() const
return SfxChildWindow::GetInfo();
}
-sal_Bool SvxHlinkDlgWrapper::QueryClose()
+bool SvxHlinkDlgWrapper::QueryClose()
{
return !mpDlg || mpDlg->QueryClose();
}