diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unostyle.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx index 7ce92cc73979..eda86466bed6 100644 --- a/sw/inc/unostyle.hxx +++ b/sw/inc/unostyle.hxx @@ -112,13 +112,6 @@ namespace sw virtual css::document::XEventsSupplier& GetEventsSupplier() =0; virtual ~ICoreFrameStyle() {}; }; - class ICoreParagraphStyle - { - public: - static const css::uno::Sequence<sal_Int8>& getUnoTunnelId(); - virtual const SwTextFormatColl* GetFormatColl() =0; - virtual ~ICoreParagraphStyle() {}; - }; } // access to all automatic style families |