summaryrefslogtreecommitdiff
path: root/cui/source/dialogs
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2016-08-22 16:48:05 +0530
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-10-12 08:36:13 +0000
commit686349476e03f951f4a9ff9755b9f71951b64ea5 (patch)
tree7cb559cca9cf88dc0a2e2a957244701ab0b4fe60 /cui/source/dialogs
parentda01e9ec5dfb7787b4a3669486b3940590933850 (diff)
[GSoC] Move all fill style tabs inside area tab
Change-Id: I89e84b7b3c7075ad4107e7bc444ea5c07bc90795 Reviewed-on: https://gerrit.libreoffice.org/27866 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'cui/source/dialogs')
-rw-r--r--cui/source/dialogs/sdrcelldlg.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/cui/source/dialogs/sdrcelldlg.cxx b/cui/source/dialogs/sdrcelldlg.cxx
index 3fd53db146f0..d6e9244cb738 100644
--- a/cui/source/dialogs/sdrcelldlg.cxx
+++ b/cui/source/dialogs/sdrcelldlg.cxx
@@ -51,10 +51,6 @@ void SvxFormatCellsDialog::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
rAreaPage.SetGradientList( mpGradientList );
rAreaPage.SetHatchingList( mpHatchingList );
rAreaPage.SetBitmapList( mpBitmapList );
- rAreaPage.SetPageType( PageType::Area );
- rAreaPage.SetDlgType( 1 );
- rAreaPage.SetPos( 0 );
- rAreaPage.Construct();
rAreaPage.ActivatePage( mrOutAttrs );
}
else if (nId == m_nBorderPageId)