summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentMarkAccess.hxx
diff options
context:
space:
mode:
authorMark Page <aptitude@btconnect.com>2016-06-15 13:44:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-06-16 08:02:23 +0000
commitd2106d8c8c1af64924f5423223388dbbe99af352 (patch)
tree14b7998527b8a7058df86a110442b1ff08561f30 /sw/inc/IDocumentMarkAccess.hxx
parentbd4ef2734b60d2188874178f173c9163ced09ce7 (diff)
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 <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/inc/IDocumentMarkAccess.hxx')
-rw-r--r--sw/inc/IDocumentMarkAccess.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/IDocumentMarkAccess.hxx b/sw/inc/IDocumentMarkAccess.hxx
index a0bdeb6a8fac..6bd844d0c59f 100644
--- a/sw/inc/IDocumentMarkAccess.hxx
+++ b/sw/inc/IDocumentMarkAccess.hxx
@@ -51,7 +51,7 @@ class IDocumentMarkAccess
};
typedef std::shared_ptr< ::sw::mark::IMark> pMark_t;
- typedef ::std::vector< pMark_t > container_t;
+ typedef std::vector< pMark_t > container_t;
typedef container_t::iterator iterator_t;
typedef container_t::const_iterator const_iterator_t;
typedef container_t::const_reverse_iterator const_reverse_iterator_t;
@@ -170,7 +170,7 @@ class IDocumentMarkAccess
virtual void deleteMarks(
const SwNodeIndex& rStt,
const SwNodeIndex& rEnd,
- ::std::vector< ::sw::mark::SaveBookmark>* pSaveBkmk, // Ugly: SaveBookmark is core-internal
+ std::vector< ::sw::mark::SaveBookmark>* pSaveBkmk, // Ugly: SaveBookmark is core-internal
const SwIndex* pSttIdx,
const SwIndex* pEndIdx) =0;