summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/svx/fntctrl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx
index f2489c750f3c..af085725dc3d 100644
--- a/include/svx/fntctrl.hxx
+++ b/include/svx/fntctrl.hxx
@@ -28,7 +28,7 @@
class SfxItemSet;
class FontPrevWin_Impl;
-class SAL_WARN_UNUSED SVX_DLLPUBLIC FontPrevWindow : public weld::CustomWidgetController
+class SAL_WARN_UNUSED SVX_DLLPUBLIC SvxFontPrevWindow : public weld::CustomWidgetController
{
private:
std::unique_ptr<FontPrevWin_Impl> pImpl;
@@ -39,8 +39,8 @@ private:
SVX_DLLPRIVATE static void SetFontLang(const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont);
public:
- FontPrevWindow();
- virtual ~FontPrevWindow() override;
+ SvxFontPrevWindow();
+ virtual ~SvxFontPrevWindow() override;
SvxFont& GetFont();
const SvxFont& GetFont() const;