diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-09 15:20:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-09 19:56:59 +0200 |
commit | c0266d67bbc79ba78cbd58f7051458253c8e5196 (patch) | |
tree | 567169906c7861dcd5e050ccd15d706b0a1a679d /sw/source/uibase/app/appopt.cxx | |
parent | 3ad3292376e7818ccc53047483d6ab3bc1930c3f (diff) |
weld SvxGridTabPage
Change-Id: I04c2ead288547ecd0fba22a7a95a2497ab8dc768
Reviewed-on: https://gerrit.libreoffice.org/60217
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase/app/appopt.cxx')
-rw-r--r-- | sw/source/uibase/app/appopt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/appopt.cxx b/sw/source/uibase/app/appopt.cxx index b7edb4e35d58..17bf33292a4c 100644 --- a/sw/source/uibase/app/appopt.cxx +++ b/sw/source/uibase/app/appopt.cxx @@ -429,7 +429,7 @@ VclPtr<SfxTabPage> SwModule::CreateTabPage( sal_uInt16 nId, TabPageParent pParen } case RID_SW_TP_HTML_OPTGRID_PAGE: case RID_SVXPAGE_GRID: - pRet = SvxGridTabPage::Create(pParent.pParent, rSet); + pRet = SvxGridTabPage::Create(pParent, rSet); break; case RID_SW_TP_STD_FONT: |