diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-09-26 09:12:02 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-09-26 09:12:02 +0100 |
commit | 3d22598a193130c5bfb0b5f459359a0b66b4424e (patch) | |
tree | f40c7935e2ff667e02707990c7e4b12de103fadb /sd | |
parent | 90879a4bc82f2e23a076275ccdaf7cc4751f56f0 (diff) |
more post colortable cleanup
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/copydlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/copydlg.cxx b/sd/source/ui/dlg/copydlg.cxx index 83144e7d82ba..c86d9c4457c6 100644 --- a/sd/source/ui/dlg/copydlg.cxx +++ b/sd/source/ui/dlg/copydlg.cxx @@ -105,7 +105,7 @@ CopyDlg::CopyDlg( maBtnSetViewData.SetAccessibleName (maBtnSetViewData.GetQuickHelpText()); // Farbtabellen - DBG_ASSERT( mpColorList, "Keine gueltige ColorTable uebergeben!" ); + DBG_ASSERT( mpColorList.is(), "No colortable available !" ); maLbStartColor.Fill( mpColorList ); maLbEndColor.CopyEntries( maLbStartColor ); |