summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFactory.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-08-05 18:33:57 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-08-05 18:39:36 +0200
commiteec640d9a0ab8aa52406b711d66f36c3b8d8d83f (patch)
tree774b1ea82ad249c251f0363a1468dd5ec23656dc /writerfilter/source/ooxml/OOXMLFactory.cxx
parent32de046e05a5907a85d85cee0b293cab858a0400 (diff)
writerfilter: avoid 'using' in generated header
Change-Id: Ib9510aed34e451c529133c9c114b770c374fe403
Diffstat (limited to 'writerfilter/source/ooxml/OOXMLFactory.cxx')
-rw-r--r--writerfilter/source/ooxml/OOXMLFactory.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFactory.cxx b/writerfilter/source/ooxml/OOXMLFactory.cxx
index 5f8512fe4f2c..e40096ae8960 100644
--- a/writerfilter/source/ooxml/OOXMLFactory.cxx
+++ b/writerfilter/source/ooxml/OOXMLFactory.cxx
@@ -28,6 +28,8 @@
namespace writerfilter {
namespace ooxml {
+using namespace com::sun::star;
+
AttributeInfo::AttributeInfo()
:m_nResource(RT_NoResource), m_nRef(0)
{