summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unoevent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/unoevent.hxx')
-rw-r--r--sw/source/core/inc/unoevent.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/inc/unoevent.hxx b/sw/source/core/inc/unoevent.hxx
index 46c752fb2208..d942c6065dbd 100644
--- a/sw/source/core/inc/unoevent.hxx
+++ b/sw/source/core/inc/unoevent.hxx
@@ -20,6 +20,7 @@
#define INCLUDED_SW_SOURCE_CORE_INC_UNOEVENT_HXX
#include <svtools/unoevent.hxx>
+#include <unostyle.hxx>
#include <svl/macitem.hxx>
class SvxMacroItem;
@@ -82,10 +83,10 @@ class SwFrameStyleEventDescriptor : public SvEventDescriptor
{
OUString sSwFrameStyleEventDescriptor;
- SwXFrameStyle& rStyle;
+ sw::ICoreFrameStyle& m_rStyle;
public:
- SwFrameStyleEventDescriptor( SwXFrameStyle& rStyleRef );
+ SwFrameStyleEventDescriptor( sw::ICoreFrameStyle& rStyle );
virtual ~SwFrameStyleEventDescriptor();