diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-15 14:27:28 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-11-16 06:45:34 +0100 |
commit | 9a43f68475363aa3d242e97e0e8e0da32f21288a (patch) | |
tree | 89bc7d3a264312ab518791f469bd35f35394510e /include | |
parent | 5ea33b0f99c3586e6be2fe39cc983ad72619a68f (diff) |
Resolves: tdf#121415 font tab page has no name
Change-Id: I3ca6a8b58163fe5c84a306dd80dd7171f8540299
Reviewed-on: https://gerrit.libreoffice.org/63440
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index 2a73fa84d09e..e04d1599853e 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -137,6 +137,7 @@ protected: */ void SavePosAndId(); + void SetPageName(sal_uInt16 nPageId, const OString& rName) const; public: SfxTabDialog(vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription, |