diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-13 15:46:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-13 15:41:42 +0100 |
commit | 17e712ccc8fa93d57672916e3c8adaa8febc9f8c (patch) | |
tree | d62b91c405110bed4b90e93f8cf8237697dceec8 /sw/source/uibase/docvw/romenu.hxx | |
parent | 37dc48300cc39e98c398737453e72836618ca2ac (diff) |
Revert "loplugin:constfields in sw"
This reverts commit 4969f4c0d3e2581aaa8a5b5a5769840fa6b6f8ea.
Change-Id: I527e9366b05e8a20633720e334395b285991c524
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90473
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/docvw/romenu.hxx')
-rw-r--r-- | sw/source/uibase/docvw/romenu.hxx | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/sw/source/uibase/docvw/romenu.hxx b/sw/source/uibase/docvw/romenu.hxx index 018eb68a9904..7c6c2c0fe8b6 100644 --- a/sw/source/uibase/docvw/romenu.hxx +++ b/sw/source/uibase/docvw/romenu.hxx @@ -33,28 +33,28 @@ class SwReadOnlyPopup { VclBuilder m_aBuilder; ScopedVclPtr<PopupMenu> m_xMenu; - sal_uInt16 const m_nReadonlyOpenurl; - sal_uInt16 const m_nReadonlyOpendoc; - sal_uInt16 const m_nReadonlyEditdoc; - sal_uInt16 const m_nReadonlySelectionMode; - sal_uInt16 const m_nReadonlyReload; - sal_uInt16 const m_nReadonlyReloadFrame; - sal_uInt16 const m_nReadonlySourceview; - sal_uInt16 const m_nReadonlyBrowseBackward; - sal_uInt16 const m_nReadonlyBrowseForward; - sal_uInt16 const m_nReadonlySaveGraphic; - sal_uInt16 const m_nReadonlyGraphictogallery; - sal_uInt16 const m_nReadonlyTogallerylink; - sal_uInt16 const m_nReadonlyTogallerycopy; - sal_uInt16 const m_nReadonlySaveBackground; - sal_uInt16 const m_nReadonlyBackgroundtogallery; - sal_uInt16 const m_nReadonlyBackgroundTogallerylink; - sal_uInt16 const m_nReadonlyBackgroundTogallerycopy; - sal_uInt16 const m_nReadonlyCopylink; - sal_uInt16 const m_nReadonlyLoadGraphic; - sal_uInt16 const m_nReadonlyGraphicoff; - sal_uInt16 const m_nReadonlyFullscreen; - sal_uInt16 const m_nReadonlyCopy; + sal_uInt16 m_nReadonlyOpenurl; + sal_uInt16 m_nReadonlyOpendoc; + sal_uInt16 m_nReadonlyEditdoc; + sal_uInt16 m_nReadonlySelectionMode; + sal_uInt16 m_nReadonlyReload; + sal_uInt16 m_nReadonlyReloadFrame; + sal_uInt16 m_nReadonlySourceview; + sal_uInt16 m_nReadonlyBrowseBackward; + sal_uInt16 m_nReadonlyBrowseForward; + sal_uInt16 m_nReadonlySaveGraphic; + sal_uInt16 m_nReadonlyGraphictogallery; + sal_uInt16 m_nReadonlyTogallerylink; + sal_uInt16 m_nReadonlyTogallerycopy; + sal_uInt16 m_nReadonlySaveBackground; + sal_uInt16 m_nReadonlyBackgroundtogallery; + sal_uInt16 m_nReadonlyBackgroundTogallerylink; + sal_uInt16 m_nReadonlyBackgroundTogallerycopy; + sal_uInt16 m_nReadonlyCopylink; + sal_uInt16 m_nReadonlyLoadGraphic; + sal_uInt16 m_nReadonlyGraphicoff; + sal_uInt16 m_nReadonlyFullscreen; + sal_uInt16 m_nReadonlyCopy; SwView &m_rView; std::shared_ptr<SvxBrushItem> m_aBrushItem; |