summaryrefslogtreecommitdiff
path: root/include/svx/fntctrl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 15:56:11 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:15 +0200
commit11bb658a60777243483fe8e682ca46e88855690a (patch)
tree43150bf47ae7b4f5919128e759439969d585184a /include/svx/fntctrl.hxx
parent3df902ba28f6b142277a45b781a6d65389fad6b9 (diff)
svx: sal_Bool->bool
Change-Id: I881b262277a23dae7975b541fe0dccf0d09cb985
Diffstat (limited to 'include/svx/fntctrl.hxx')
-rw-r--r--include/svx/fntctrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx
index b8c5745e0481..b431c418a123 100644
--- a/include/svx/fntctrl.hxx
+++ b/include/svx/fntctrl.hxx
@@ -40,7 +40,7 @@ class SVX_DLLPUBLIC SvxFontPrevWindow : public Window
private:
FontPrevWin_Impl* pImpl;
- SVX_DLLPRIVATE void InitSettings( sal_Bool bForeground, sal_Bool bBackground );
+ SVX_DLLPRIVATE void InitSettings( bool bForeground, bool bBackground );
SVX_DLLPRIVATE void Init ();
SVX_DLLPRIVATE void SetFontSize(const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont);
SVX_DLLPRIVATE void SetFontLang(const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont);