summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/attributeoutputbase.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-09-08 10:00:28 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-09-08 10:12:28 +0200
commit46be75d73b534f88486806c7152cb2436894595a (patch)
tree8a0655db95a64b718c8b6f6d11697a2a44071052 /sw/source/filter/ww8/attributeoutputbase.hxx
parent481cd6368bd1af2b4a51be57bcedfb8fc631bf0e (diff)
sal_Int16 -> FlyProcessingState
Change-Id: Ibbc48711e656a804a5ac6a5651091131bbf81c4f
Diffstat (limited to 'sw/source/filter/ww8/attributeoutputbase.hxx')
-rw-r--r--sw/source/filter/ww8/attributeoutputbase.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/attributeoutputbase.hxx b/sw/source/filter/ww8/attributeoutputbase.hxx
index 93b6aaa85963..a823b5f89afb 100644
--- a/sw/source/filter/ww8/attributeoutputbase.hxx
+++ b/sw/source/filter/ww8/attributeoutputbase.hxx
@@ -22,6 +22,7 @@
#include "fields.hxx"
#include "WW8TableInfo.hxx"
+#include "wrtww8.hxx"
#include <rtl/textenc.h>
#include <editeng/svxenum.hxx>
@@ -310,7 +311,7 @@ public:
virtual void SectionTitlePage() = 0;
/// Set the state of the Fly at current position
- virtual void SetStateOfFlyFrame( sal_Int16 /*nStateOfFlyFrame*/ ){};
+ virtual void SetStateOfFlyFrame( FlyProcessingState /*nStateOfFlyFrame*/ ){};
/// If the node has an anchor linked.
virtual void SetAnchorIsLinkedToNode( bool /*bAnchorLinkedToNode*/){};