summaryrefslogtreecommitdiff
path: root/include/framework/titlehelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-25 16:42:40 +0200
committerNoel Grandin <noel@peralex.com>2014-03-27 13:45:07 +0200
commit65c3e11ea90964726c7d7671447d12e767167d12 (patch)
treee20a9eec669bf03258ef90f656f3e57eaf6809b8 /include/framework/titlehelper.hxx
parentd4aa726f16899ecc75b5c7c3736f21509e7a4e9c (diff)
framework: sal_Bool->bool
Change-Id: If3276f184c63e85762fe54ce19655c30e00aeb15
Diffstat (limited to 'include/framework/titlehelper.hxx')
-rw-r--r--include/framework/titlehelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/titlehelper.hxx b/include/framework/titlehelper.hxx
index 7123de31e4b3..839e57ce30ef 100644
--- a/include/framework/titlehelper.hxx
+++ b/include/framework/titlehelper.hxx
@@ -187,7 +187,7 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex
It was set from outside and so outside code has to make sure it will be
updated.
*/
- ::sal_Bool m_bExternalTitle;
+ bool m_bExternalTitle;
/** the actual title value */
OUString m_sTitle;