diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-22 20:32:33 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-22 22:45:12 +0200 |
commit | 6e55f7df9ae8e0948b456cb02f6c841b353acd23 (patch) | |
tree | 1e641e1f12c8a22ae140fbdc86e68e0934280af8 /sc/inc | |
parent | a4df49725b142f1c779fd7f95c58acfa5654cd92 (diff) |
mark all new styles as default styles, tdf#103380, tdf#103330
Change-Id: I0b893d61ea6c9d0fd4af9f08b0d3b2e5454e544e
Reviewed-on: https://gerrit.libreoffice.org/36819
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/stlpool.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/stlpool.hxx b/sc/inc/stlpool.hxx index 2b7f1f09abe6..7d75031fe2cd 100644 --- a/sc/inc/stlpool.hxx +++ b/sc/inc/stlpool.hxx @@ -56,6 +56,8 @@ public: virtual SfxStyleSheetBase& Make( const OUString&, SfxStyleFamily eFam, sal_uInt16 nMask = SFXSTYLEBIT_ALL) override; + void setAllStandard(); + protected: virtual ~ScStyleSheetPool() override; |