summaryrefslogtreecommitdiff
path: root/cui/source/inc/autocdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/autocdlg.hxx')
-rw-r--r--cui/source/inc/autocdlg.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx
index b0162208880a..c9b9b6ce2fe2 100644
--- a/cui/source/inc/autocdlg.hxx
+++ b/cui/source/inc/autocdlg.hxx
@@ -125,6 +125,7 @@ public:
class OfaSwAutoFmtOptionsPage : public SfxTabPage
{
+ friend class VclPtr<OfaSwAutoFmtOptionsPage>;
using TabPage::ActivatePage;
VclPtr<OfaACorrCheckListBox> m_pCheckLB;
@@ -338,6 +339,7 @@ public:
class OfaQuoteTabPage : public SfxTabPage
{
+ friend class VclPtr<OfaQuoteTabPage>;
using TabPage::ActivatePage;
private:
@@ -402,6 +404,7 @@ public:
class OfaAutoCompleteTabPage : public SfxTabPage
{
+ friend class VclPtr<OfaAutoCompleteTabPage>;
public:
class AutoCompleteMultiListBox : public MultiListBox
{