From 43bc3031483d172eccd72c3804e2d4fc2ef37de4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 28 Oct 2016 13:37:33 +0100 Subject: unify color selectors Note: this removes the use of auto-color from writer's asian text grid, because its always invisible as far as I can see in practice. Change-Id: Ie850790d740a4d56c43015e493e093678cef3b4e --- sd/qa/unit/dialogs-test.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sd/qa') diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx index 4acc570ca599..3b10d337a3ca 100644 --- a/sd/qa/unit/dialogs-test.cxx +++ b/sd/qa/unit/dialogs-test.cxx @@ -292,16 +292,10 @@ VclAbstractDialog* SdDialogsTest::createDialogByID(sal_uInt32 nID) } case 2: { - // CreateCopyDlg(const SfxItemSet& rInAttrs, const rtl::Reference &pColTab, ::sd::View* pView) override; - // works without XColorList (DropDowns will be empty), but - // it's easy to access, so use it - XColorListRef pColorList(XColorList::CreateStdColorList()); - // needs an SfxItemSet, use the one from the 1st object pRetval = getSdAbstractDialogFactory()->CreateCopyDlg( getViewShell()->GetActiveWindow(), getSfxItemSetFromSdrObject(), - pColorList, getDrawView()); break; } -- cgit