summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--solenv/vs/LibreOffice.natvis3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/vs/LibreOffice.natvis b/solenv/vs/LibreOffice.natvis
index 5e6eb82fc166..f2b6d41a6de4 100644
--- a/solenv/vs/LibreOffice.natvis
+++ b/solenv/vs/LibreOffice.natvis
@@ -258,6 +258,9 @@
<Type Name="SfxBoolItem">
<DisplayString>{{which={m_nWhich,x}}} {m_bValue}</DisplayString>
</Type>
+ <Type Name="SfxEnumItem &lt; * &gt;">
+ <DisplayString>{{which={m_nWhich,x}}} {m_nValue}</DisplayString>
+ </Type>
<Type Name="CntUnencodedStringItem">
<DisplayString>{{which={m_nWhich,x}}} {m_aValue}</DisplayString>
</Type>