diff options
Diffstat (limited to 'sw/source/uibase/inc/swuiccoll.hxx')
-rw-r--r-- | sw/source/uibase/inc/swuiccoll.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/swuiccoll.hxx b/sw/source/uibase/inc/swuiccoll.hxx index 66cd1410115e..aff7f533ab11 100644 --- a/sw/source/uibase/inc/swuiccoll.hxx +++ b/sw/source/uibase/inc/swuiccoll.hxx @@ -50,14 +50,14 @@ class SwCondCollPage final : public SfxTabPage void AssignRemove(const weld::Widget*); void SelectHdl(const weld::Widget*); - static const WhichRangesContainer m_aPageRg; + static const WhichRangesContainer s_aPageRg; public: SwCondCollPage(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet &rSet); virtual ~SwCondCollPage() override; static std::unique_ptr<SfxTabPage> Create(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet *rSet); - static WhichRangesContainer GetRanges() { return m_aPageRg; } + static WhichRangesContainer GetRanges() { return s_aPageRg; } virtual bool FillItemSet( SfxItemSet *rSet) override; virtual void Reset (const SfxItemSet *rSet) override; |