[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Tue Sep 20 07:16:36 UTC 2016
sc/source/ui/app/msgpool.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit e245b05b2d0a64c4aed9bad96242ee6c021d43c5
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Tue Sep 20 09:13:52 2016 +0200
adapt aMsgItemInfo to 5b8c22379
Change-Id: If5fd822f3f90b204d2661cf7b4446cb925ee6f3b
diff --git a/sc/source/ui/app/msgpool.cxx b/sc/source/ui/app/msgpool.cxx
index 5509647..be2db5a 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()
More information about the Libreoffice-commits
mailing list