summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmaddressblockpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mmaddressblockpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmaddressblockpage.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/ui/dbui/mmaddressblockpage.hxx b/sw/source/ui/dbui/mmaddressblockpage.hxx
index f48c3e117846..27c99b0aedc7 100644
--- a/sw/source/ui/dbui/mmaddressblockpage.hxx
+++ b/sw/source/ui/dbui/mmaddressblockpage.hxx
@@ -65,7 +65,7 @@ class SwMailMergeAddressBlockPage : public vcl::OWizardPage
std::unique_ptr<weld::CustomWeld> m_xSettingsWIN;
std::unique_ptr<weld::CustomWeld> m_xPreviewWIN;
- void InsertDataHdl(weld::Button* pButton);
+ void InsertDataHdl(const weld::Button* pButton);
DECL_LINK(AddressListHdl_Impl, weld::Button&, void);
DECL_LINK(SettingsHdl_Impl, weld::Button&, void);
@@ -162,16 +162,16 @@ public:
void SetText( const OUString& rStr );
OUString GetText() const;
- OUString GetAddress();
+ OUString GetAddress() const;
void InsertNewEntry( const OUString& rStr );
void InsertNewEntryAtPosition( const OUString& rStr, sal_uLong nPara, sal_uInt16 nIndex );
void RemoveCurrentEntry();
void MoveCurrentItem(MoveItemFlags nMove);
- MoveItemFlags IsCurrentItemMoveable();
- bool HasCurrentItem();
- OUString GetCurrentItem();
+ MoveItemFlags IsCurrentItemMoveable() const;
+ bool HasCurrentItem() const;
+ OUString GetCurrentItem() const;
void SelectCurrentItem();
};
@@ -227,7 +227,7 @@ private:
DECL_LINK(TextFilterHdl, OUString&, bool);
DECL_LINK(SelectionChangedIdleHdl, Timer*, void);
- sal_Int32 GetSelectedItem_Impl();
+ sal_Int32 GetSelectedItem_Impl() const;
void UpdateImageButtons_Impl();
public:
@@ -242,7 +242,7 @@ public:
bool HasItem(sal_Int32 nUserData);
void SetAddress(const OUString& rAddress);
- OUString GetAddress();
+ OUString GetAddress() const;
};
class SwAssignFieldsControl;