solenv/vs/LibreOffice.natvis |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 3a6840cecaff91e7f90a2bbeee9c927b37608a78
Author: Mike Kaganski <[email protected]>
Date:   Thu Nov 30 00:23:48 2017 +0300

    Add SfxEnumItem to Natvis
    
    Change-Id: I11177cd99a3d895c7ec94661fa677a0edfcdf9bf
    Reviewed-on: https://gerrit.libreoffice.org/45536
    Reviewed-by: Mike Kaganski <[email protected]>
    Tested-by: Mike Kaganski <[email protected]>

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>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to