diff options
Diffstat (limited to 'include/svx/fntctrl.hxx')
-rw-r--r-- | include/svx/fntctrl.hxx | 2 |
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); |