From d2106d8c8c1af64924f5423223388dbbe99af352 Mon Sep 17 00:00:00 2001 From: Mark Page Date: Wed, 15 Jun 2016 13:44:28 +0100 Subject: Remove the :: prefix in ::std for sw This patch was created using a script Variable name textual alignment is preserved to the same level Change-Id: I6b4858f8059b8cf71fc253e87d6df634362d62e9 Reviewed-on: https://gerrit.libreoffice.org/26306 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sw/inc/ndtxt.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/inc/ndtxt.hxx') diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index 14d189e39d42..2abdf1149e40 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -110,7 +110,7 @@ class SW_DLLPUBLIC SwTextNode: public SwContentNode, public ::sfx2::Metadatable /// pointer to the list, to whose the text node is added to SwList* mpList; - ::std::unique_ptr< OUString > m_pNumStringCache; + std::unique_ptr< OUString > m_pNumStringCache; css::uno::WeakReference m_wXParagraph; @@ -385,7 +385,7 @@ public: @param nWhich only attributes with this id are returned. @param eMode the predicate for matching (@see GetTextAttrMode). */ - ::std::vector GetTextAttrsAt( + std::vector GetTextAttrsAt( sal_Int32 const nIndex, RES_TXTATR const nWhich ) const; -- cgit