diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-06-28 12:19:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-06-28 12:19:30 +0200 |
commit | 8c1d3c07d6903ac8cb5feb1dc2f403af17a95593 (patch) | |
tree | 26d0929a6b65a3c135201d963f246684d4670f35 /sc | |
parent | df39e88fd79c95fd203531c224ee236f54e989fc (diff) |
-Werror=ignored-qualifiers (GCC 8)
Change-Id: Id6fb6d7765a2ef3914a783597450e64ddd4003ea
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/styleui/styledlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/styleui/styledlg.cxx b/sc/source/ui/styleui/styledlg.cxx index 55dab227d78c..f1d167595259 100644 --- a/sc/source/ui/styleui/styledlg.cxx +++ b/sc/source/ui/styleui/styledlg.cxx @@ -149,7 +149,7 @@ void ScStyleDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage ) SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool())); if (nPageId == m_nPageId) { - aSet.Put (SfxAllEnumItem((const sal_uInt16)SID_ENUM_PAGE_MODE, SVX_PAGE_MODE_CENTER)); + aSet.Put (SfxAllEnumItem((sal_uInt16)SID_ENUM_PAGE_MODE, SVX_PAGE_MODE_CENTER)); rTabPage.PageCreated(aSet); } else if (nPageId == m_nHeaderId || nPageId == m_nFooterId) |