diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-09-20 09:13:52 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-09-20 09:13:52 +0200 |
commit | e245b05b2d0a64c4aed9bad96242ee6c021d43c5 (patch) | |
tree | ee38b9e3c1c64154820393c5e95a6f5d851744cc /sc/source/ui/app | |
parent | 3a8035bcb6cf081572d86813021bbccab265a935 (diff) |
adapt aMsgItemInfo to 5b8c22379
Change-Id: If5fd822f3f90b204d2661cf7b4446cb925ee6f3b
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r-- | sc/source/ui/app/msgpool.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/app/msgpool.cxx b/sc/source/ui/app/msgpool.cxx index 5509647270b1..be2db5a53571 100644 --- a/sc/source/ui/app/msgpool.cxx +++ b/sc/source/ui/app/msgpool.cxx @@ -35,7 +35,8 @@ static SfxItemInfo const aMsgItemInfos[] = { SID_PIVOT_TABLE, true }, // SCITEM_PIVOTDATA { SID_SOLVE, true }, // SCITEM_SOLVEDATA { SID_SCUSERLISTS, true }, // SCITEM_USERLIST - { SID_PRINTER_NOTFOUND_WARN, true } // SCITEM_PRINTWARN + { SID_PRINTER_NOTFOUND_WARN, true }, // SCITEM_PRINTWARN + { 0, false } // SCITEM_CONDFORMATDLGDATA }; ScMessagePool::ScMessagePool() |