summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.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/docxattributeoutput.hxx
parent12c4c9cbf3de4c03bfb89d0f57c3a5094447c065 (diff)
sw: avoid 'using namespace' in headers
Change-Id: I51fe244a7296feba7aad08a7bee9e7ec961bcadd
Diffstat (limited to 'sw/source/filter/ww8/docxattributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/docxattributeoutput.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx b/sw/source/filter/ww8/docxattributeoutput.hxx
index c2ed3795d4a2..fadc5124880c 100644
--- a/sw/source/filter/ww8/docxattributeoutput.hxx
+++ b/sw/source/filter/ww8/docxattributeoutput.hxx
@@ -291,7 +291,7 @@ public:
virtual void SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo = NULL ) override;
// preserve DOCX 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;