diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-02 16:15:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-02 16:18:05 +0100 |
commit | 6fa98a08f2f4b57b660fc39542a9ceb20779d769 (patch) | |
tree | d8a1c426ffed351c4403ceb936eb0dd5189550db /include | |
parent | 31e4419ac7581aa7864905bcd4ce42e14df6c9bb (diff) |
Related: fdo#75307 use the unique auto help id to identify tabpages
and dialogs that are loaded from the .ui format
Change-Id: Id8abff6d89818ca7384d9691a05eacd378a5905c
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 1 | ||||
-rw-r--r-- | include/vcl/tabpage.hxx | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index 4bc1138e71db..54baa7a023ba 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -91,7 +91,6 @@ friend class SfxTabDialogController; SfxItemSet* pOutSet; TabDlg_Impl* pImpl; sal_uInt16* pRanges; - sal_uInt32 nResId; sal_uInt16 nAppPageId; bool bItemsReset; sal_Bool bFmt; // sal_True, sal_False or 2(some kind of hack) diff --git a/include/vcl/tabpage.hxx b/include/vcl/tabpage.hxx index a8ac279af746..88a1ead9b343 100644 --- a/include/vcl/tabpage.hxx +++ b/include/vcl/tabpage.hxx @@ -53,6 +53,8 @@ public: virtual void ActivatePage(); virtual void DeactivatePage(); + OString GetConfigId() const; + //To-Do, consider inheriting from VclContainer virtual void SetPosSizePixel(const Point& rNewPos, const Size& rNewSize) SAL_OVERRIDE; virtual void SetPosPixel(const Point& rNewPos) SAL_OVERRIDE; |