diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-03 14:31:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-04 07:17:38 +0100 |
commit | 31b5c9b9bce461c2a9a9de99bbae2480788c19ca (patch) | |
tree | a6a855bd55c8ad5acb728606801922266ae07ef5 /solenv/vs | |
parent | 21e0d8162a0e683558c4d042ce688fc9a6833809 (diff) |
remove SfxUsrAnyItem typedef
and rename SfxUsrAnyItem class to SfxUnoAnyItem, the choice being made
by leaving the most popular one behind
Change-Id: If3818ee0966a50e3036d7e2db951910b6282c91f
Reviewed-on: https://gerrit.libreoffice.org/47313
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/vs')
-rw-r--r-- | solenv/vs/LibreOffice.natvis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/vs/LibreOffice.natvis b/solenv/vs/LibreOffice.natvis index bbf03995e726..04a705c5f010 100644 --- a/solenv/vs/LibreOffice.natvis +++ b/solenv/vs/LibreOffice.natvis @@ -278,7 +278,7 @@ <Type Name="CntUnencodedStringItem"> <DisplayString>{{which={m_nWhich,x}}} {m_aValue}</DisplayString> </Type> - <Type Name="SfxUsrAnyItem"> + <Type Name="SfxUnoAnyItem"> <DisplayString>{{which={m_nWhich,x}}} {aValue}</DisplayString> </Type> <Type Name="SvxFontItem"> |