summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-09-08 21:44:04 +0200
committerMichael Stahl <mstahl@redhat.com>2015-09-08 21:44:04 +0200
commit015c21cb486e559b697fec9dde288273866c65a8 (patch)
treeadbf1e935afe7b2aa2c0589a1da9b92a4000a3f0 /sw
parent6e00fc3439aa642485e55b8247e80af286f08a84 (diff)
sw: fix build with GCC 4.6
Change-Id: Ib8294e66cb9482ae2502f4741c90dccac36a117b
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/docstyle.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx
index 275d5e2edc9d..8ad216df2915 100644
--- a/sw/inc/docstyle.hxx
+++ b/sw/inc/docstyle.hxx
@@ -101,7 +101,7 @@ public:
const bool bResetIndentAttrsAtParagraphStyle = false );
virtual SfxItemSet& GetItemSet() SAL_OVERRIDE;
- virtual std::unique_ptr<SfxItemSet> GetItemSetForPreview() override;
+ virtual std::unique_ptr<SfxItemSet> GetItemSetForPreview() SAL_OVERRIDE;
/** new method for paragraph styles to merge indent attributes of applied list
style into the given item set, if the list style indent attributes are applicable. */
void MergeIndentAttrsOfListStyle( SfxItemSet& rSet );