From 9dc6182766b7d311069da57ce693a64e49612771 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sun, 6 Apr 2014 18:56:36 +0200 Subject: html: "using namespace css" missing Change-Id: I06d0b77b374be004bf417480e5cc59c73e21bf60 --- sw/source/filter/html/htmlfly.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw/source') 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 ) : -- cgit