summaryrefslogtreecommitdiff
path: root/sw/inc/istyleaccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/istyleaccess.hxx')
-rw-r--r--sw/inc/istyleaccess.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/istyleaccess.hxx b/sw/inc/istyleaccess.hxx
index 88de8512a7ad..7bb832f08cdb 100644
--- a/sw/inc/istyleaccess.hxx
+++ b/sw/inc/istyleaccess.hxx
@@ -36,7 +36,8 @@ public:
virtual ~IStyleAccess() {}
virtual std::shared_ptr<SfxItemSet> getAutomaticStyle( const SfxItemSet& rSet,
- SwAutoStyleFamily eFamily ) = 0;
+ SwAutoStyleFamily eFamily,
+ const OUString* pParentName = nullptr ) = 0;
virtual void getAllStyles( std::vector<std::shared_ptr<SfxItemSet>> &rStyles,
SwAutoStyleFamily eFamily ) = 0;
/** It's slow to iterate through a stylepool looking for a special name, but if