diff options
Diffstat (limited to 'sw/inc/autostyle_helper.hxx')
-rw-r--r-- | sw/inc/autostyle_helper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/autostyle_helper.hxx b/sw/inc/autostyle_helper.hxx index 9336085db02e..956bf01a8a62 100644 --- a/sw/inc/autostyle_helper.hxx +++ b/sw/inc/autostyle_helper.hxx @@ -26,6 +26,6 @@ class SwDoc; std::shared_ptr<SfxItemSet> PropValuesToAutoStyleItemSet(SwDoc& rDoc, IStyleAccess::SwAutoStyleFamily eFamily, const css::uno::Sequence<css::beans::PropertyValue>& Values, - SfxItemSet& rSet); + SwAttrSet& rSet); /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |