summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlfly.cxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-04-06 18:56:36 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-04-06 22:02:13 +0200
commit9dc6182766b7d311069da57ce693a64e49612771 (patch)
treed70cb32c43cf304ebf7dd8b37f843e52e1bf290b /sw/source/filter/html/htmlfly.cxx
parent566c8c4de38cd21fb0308cc86f87c01d996f51ed (diff)
html: "using namespace css" missing
Change-Id: I06d0b77b374be004bf417480e5cc59c73e21bf60
Diffstat (limited to 'sw/source/filter/html/htmlfly.cxx')
-rw-r--r--sw/source/filter/html/htmlfly.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/filter/html/htmlfly.cxx b/sw/source/filter/html/htmlfly.cxx
index f3bb026d2a48..15fcdb99b92c 100644
--- a/sw/source/filter/html/htmlfly.cxx
+++ b/sw/source/filter/html/htmlfly.cxx
@@ -33,6 +33,8 @@
#include "doc.hxx"
#include "frmfmt.hxx"
+using namespace css;
+
SwHTMLPosFlyFrm::SwHTMLPosFlyFrm( const SwPosFlyFrm& rPosFly,
const SdrObject *pSdrObj,
sal_uInt8 nOutMode ) :