summaryrefslogtreecommitdiffstats
path: root/solenv/vs
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-11-30 00:23:48 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2017-11-29 22:25:02 +0100
commit3a6840cecaff91e7f90a2bbeee9c927b37608a78 (patch)
tree4f86f864311cc9bf6632372d8359db0a86be9747 /solenv/vs
parentSupport for GPG encryption in more ODF filters (diff)
downloadcore-3a6840cecaff91e7f90a2bbeee9c927b37608a78.tar.gz
core-3a6840cecaff91e7f90a2bbeee9c927b37608a78.zip
Add SfxEnumItem to Natvis
Change-Id: I11177cd99a3d895c7ec94661fa677a0edfcdf9bf Reviewed-on: https://gerrit.libreoffice.org/45536 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'solenv/vs')
-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>