summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-15 14:27:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-15 18:45:01 +0100
commit21c41659969cba4dc50d3208fb1736032c971661 (patch)
treebb09fe49b432c2838eaae36af6b7d0b6161fc69e /include
parent2e9ad89ee9c4f062b6e257548338b9e4c459f820 (diff)
Resolves: tdf#121415 font tab page has no name
Change-Id: I3ca6a8b58163fe5c84a306dd80dd7171f8540299 Reviewed-on: https://gerrit.libreoffice.org/63425 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/tabdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index d3a56e6a4cd3..0bf86625d690 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -121,6 +121,7 @@ protected:
*/
void SavePosAndId();
+ void SetPageName(sal_uInt16 nPageId, const OString& rName) const;
public:
SfxTabDialog(vcl::Window* pParent,
const OUString& rID, const OUString& rUIXMLDescription,