diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-26 13:01:42 +0200 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2016-09-26 13:25:01 +0000 |
commit | da870b35dd0cf8b7a987530e896b3e044f444908 (patch) | |
tree | 9b5ca8b09a2fda7eebdfa670cc3d5c43e194281e /sw/inc | |
parent | 56cda453daf71a368f316cb559e3e1f529e1c4fa (diff) |
remove unused ICoreParagraphStyle
which was introduced in
commit aef1e2dde5e53ba8416a393bbe155ef0c18511a7
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date: Mon Dec 21 03:55:14 2015 +0100
move SwXStyle entirely into compilation unit
but Bjoern can't remember why he introduced it:
"Likely best to rip it out now and implement it properly when there is
a good testcase for this XML filter scenario ..."
Change-Id: Iaef19131d804369436097ab445d6c192587f9d9f
Reviewed-on: https://gerrit.libreoffice.org/29297
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Jenkins <ci@libreoffice.org>
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 |