diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-12 16:39:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-13 16:17:33 +0200 |
commit | b883c7142b081ec121c546845ca1a228ea31ebb7 (patch) | |
tree | adc263734786d608aeb1638a14408d2f9eb7e8f7 /cui | |
parent | 4e5e3c8dd44dc47c0488a7d881861b6d77573b3e (diff) |
rename FontPrevWindow back to SvxFontPrevWindow
Change-Id: Ife6f7bbc64f397e502d50c629769a8b637a591c8
Reviewed-on: https://gerrit.libreoffice.org/80718
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/FontFeaturesDialog.hxx | 2 | ||||
-rw-r--r-- | cui/source/inc/chardlg.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/FontFeaturesDialog.hxx b/cui/source/inc/FontFeaturesDialog.hxx index d30f92305067..93e5f7c4a76e 100644 --- a/cui/source/inc/FontFeaturesDialog.hxx +++ b/cui/source/inc/FontFeaturesDialog.hxx @@ -48,7 +48,7 @@ private: OUString m_sFontName; OUString m_sResultFontName; - FontPrevWindow m_aPreviewWindow; + SvxFontPrevWindow m_aPreviewWindow; std::unique_ptr<weld::ScrolledWindow> m_xContentWindow; std::unique_ptr<weld::Container> m_xContentGrid; std::unique_ptr<weld::CustomWeld> m_xPreviewWindow; diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx index 15906a085657..7cf7f8e315ec 100644 --- a/cui/source/inc/chardlg.hxx +++ b/cui/source/inc/chardlg.hxx @@ -35,7 +35,7 @@ class FontList; class SvxCharBasePage : public SfxTabPage { protected: - FontPrevWindow m_aPreviewWin; + SvxFontPrevWindow m_aPreviewWin; std::unique_ptr<weld::CustomWeld> m_xPreviewWin; bool m_bPreviewBackgroundToCharacter; |