summaryrefslogtreecommitdiff
path: root/sw/inc/fmtmeta.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/fmtmeta.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/fmtmeta.hxx')
-rw-r--r--sw/inc/fmtmeta.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fmtmeta.hxx b/sw/inc/fmtmeta.hxx
index d660f9973153..1ac8c050b3c5 100644
--- a/sw/inc/fmtmeta.hxx
+++ b/sw/inc/fmtmeta.hxx
@@ -194,7 +194,7 @@ public:
class SW_DLLPUBLIC MetaFieldManager
{
private:
- typedef ::std::vector< std::weak_ptr<MetaField> > MetaFieldList_t;
+ typedef std::vector< std::weak_ptr<MetaField> > MetaFieldList_t;
MetaFieldList_t m_MetaFields;
/// Document properties of a clipboard document, empty for non-clipboard documents.
css::uno::Reference<css::document::XDocumentProperties> m_xDocumentProperties;
@@ -209,7 +209,7 @@ public:
const sal_uInt32 nNumberFormat = SAL_MAX_UINT32,
const bool bIsFixedLanguage = false );
/// get all meta fields
- ::std::vector< css::uno::Reference<css::text::XTextField> > getMetaFields();
+ std::vector< css::uno::Reference<css::text::XTextField> > getMetaFields();
/// Copy document properties from rSource to m_xDocumentProperties.
void copyDocumentProperties(const SwDoc& rSource);
const css::uno::Reference<css::document::XDocumentProperties>& getDocumentProperties();