summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlforw.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-25 10:32:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-25 12:02:34 +0200
commitd9c8738998cdbb11f8b2e221e8b61609ddf70811 (patch)
tree2e11e32dabeef17ef797fa13dfc5d5d4feae9f86 /sw/source/filter/html/htmlforw.cxx
parentab45b41efe1109e015ecfcb670547d44026e4764 (diff)
convert HTML constants to scoped enums and typed_flags
Change-Id: Iaaede23c95d08016023fc419c83725f437eda080
Diffstat (limited to 'sw/source/filter/html/htmlforw.cxx')
-rw-r--r--sw/source/filter/html/htmlforw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlforw.cxx b/sw/source/filter/html/htmlforw.cxx
index f0de3f6e2dcc..eab6e05d87e4 100644
--- a/sw/source/filter/html/htmlforw.cxx
+++ b/sw/source/filter/html/htmlforw.cxx
@@ -1329,7 +1329,7 @@ void SwHTMLWriter::GetControls()
for( size_t i=0; i<m_pHTMLPosFlyFrames->size(); i++ )
{
const SwHTMLPosFlyFrame* pPosFlyFrame = (*m_pHTMLPosFlyFrames)[ i ];
- if( HTML_OUT_CONTROL != pPosFlyFrame->GetOutFn() )
+ if( HtmlOut::Control != pPosFlyFrame->GetOutFn() )
continue;
const SdrObject *pSdrObj = pPosFlyFrame->GetSdrObject();