summaryrefslogtreecommitdiff
path: root/editeng/inc
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-10-06 16:21:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-10-08 06:35:09 +0200
commit8167cc226960d635c9e68f603cb1ab2c57426828 (patch)
tree6de70344cf0e9fad47dbf94667fe3c83d21c6999 /editeng/inc
parentbd7cf3915964ba80786e2ae77b33fc654fde1f31 (diff)
use SfxItemSetFixed in editeng
Change-Id: I892a69d50f7d641f9a941a55c7b3952d1c59c435 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123144 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng/inc')
-rw-r--r--editeng/inc/editdoc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/editdoc.hxx b/editeng/inc/editdoc.hxx
index 3fb103532f38..d56b4b385d7d 100644
--- a/editeng/inc/editdoc.hxx
+++ b/editeng/inc/editdoc.hxx
@@ -154,7 +154,7 @@ class ContentAttribs
{
private:
SfxStyleSheet* pStyle;
- SfxItemSet aAttribSet;
+ SfxItemSetFixed<EE_PARA_START, EE_CHAR_END> aAttribSet;
public:
ContentAttribs( SfxItemPool& rItemPool );