summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8attributeoutput.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-20 09:23:12 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-20 09:24:57 +0200
commit4559e4b900724d2f47094e5a890b48b9eaad2f03 (patch)
tree56cc5014967be9b14069ec85fef9a74cd6719502 /sw/source/filter/ww8/ww8attributeoutput.hxx
parent12c4c9cbf3de4c03bfb89d0f57c3a5094447c065 (diff)
sw: avoid 'using namespace' in headers
Change-Id: I51fe244a7296feba7aad08a7bee9e7ec961bcadd
Diffstat (limited to 'sw/source/filter/ww8/ww8attributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/ww8attributeoutput.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8attributeoutput.hxx b/sw/source/filter/ww8/ww8attributeoutput.hxx
index 59f183f639a7..eae91c0bce11 100644
--- a/sw/source/filter/ww8/ww8attributeoutput.hxx
+++ b/sw/source/filter/ww8/ww8attributeoutput.hxx
@@ -148,7 +148,7 @@ public:
virtual void SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo = NULL ) override;
// preserve DOC page vertical alignment
- virtual void TextVerticalAdjustment( const drawing::TextVerticalAdjust ) SAL_OVERRIDE;
+ virtual void TextVerticalAdjustment( const css::drawing::TextVerticalAdjust ) SAL_OVERRIDE;
/// Start of the section properties.
virtual void StartSection() override;