From 8ae4e64287643b7340e6e35bd16fffeac663e809 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 25 Oct 2018 16:10:34 +0200 Subject: fix gdb pretty printing revert part of commit 6f50961e69406a17d6ec998956a6b33208b1001b remove more rtl::OUString and OString prefixes Change-Id: I026f8175c855a20bab54940f6235bca5c91ddbab --- solenv/vs/LibreOffice.natvis | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'solenv/vs') diff --git a/solenv/vs/LibreOffice.natvis b/solenv/vs/LibreOffice.natvis index ad16550d0504..409ccd5919c8 100644 --- a/solenv/vs/LibreOffice.natvis +++ b/solenv/vs/LibreOffice.natvis @@ -8,11 +8,11 @@ * --> - + {*pData} *pData,su - + {*pData} *pData,s @@ -54,7 +54,7 @@ {*((unsigned __int64*)pData),d} (UNSIGNED_HYPER) {*((float*)pData)} (FLOAT) {*((double*)pData)} (DOUBLE) - {*((OUString*)pData)} (STRING) + {*((rtl::OUString*)pData)} (STRING) {*((com::sun::star::uno::Type*)pData)} (TYPE) {*((_uno_Any*)pData)} (ANY) {*((sal_Int32*)pData),d} (ENUM) -- cgit