[Libreoffice-commits] core.git: svx/source
Stephan Bergmann
sbergman at redhat.com
Wed Nov 11 06:15:25 PST 2015
svx/source/svdraw/svdibrow.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4bdf05b28d6584a1986ac7e5855d0260ff62930d
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Nov 11 15:15:01 2015 +0100
-Werror,-Wunevaluated-expression
Change-Id: Ibc717656d10a1a4e8ed3c7d170f2613abf299880
diff --git a/svx/source/svdraw/svdibrow.cxx b/svx/source/svdraw/svdibrow.cxx
index 646d2c0..b1bd674 100644
--- a/svx/source/svdraw/svdibrow.cxx
+++ b/svx/source/svdraw/svdibrow.cxx
@@ -968,7 +968,7 @@ void _SdrItemBrowserControl::SetAttributes(const SfxItemSet* pSet, const SfxItem
aEntry.eState=eState;
aEntry.nWhichId=nWhich;
if (!IsInvalidItem(&rItem)) {
- aEntry.pType=&typeid(&typeid(rItem));
+ aEntry.pType=&typeid(rItem);
aEntry.nMax=0x7FFFFFFF;
aEntry.nMin=-aEntry.nMax;
aEntry.nVal=-4711;
More information about the Libreoffice-commits
mailing list