summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2024-05-13 08:33:27 +0200
committerMiklos Vajna <vmiklos@collabora.com>2024-05-13 10:32:50 +0200
commit74bd51629eed7eb34aef9acbb93c110525f8ef7d (patch)
tree0ced27d21ac94ddb5a969631df76c827e10835c8 /include
parentdaf7e7dc3ee1a8ab0d519c1537b9bd83379b98ed (diff)
svx: prefix members of SdrUndoAttrObj
See tdf#94879 for motivation. Change-Id: Icecf1b75055c9f487d35ae72589ccb6197cfeaff Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167566 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r--include/svx/svdundo.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx
index 824f36f06efc..5af5c584eda1 100644
--- a/include/svx/svdundo.hxx
+++ b/include/svx/svdundo.hxx
@@ -155,17 +155,17 @@ class SVXCORE_DLLPUBLIC SdrUndoAttrObj : public SdrUndoObj
// FIXME: Or should we better remember the StyleSheetNames?
rtl::Reference< SfxStyleSheet > mxUndoStyleSheet;
rtl::Reference< SfxStyleSheet > mxRedoStyleSheet;
- bool bStyleSheet;
- bool bHaveToTakeRedoSet;
+ bool m_bStyleSheet;
+ bool m_bHaveToTakeRedoSet;
// When assigning TextItems to a drawing object with text:
- std::optional<OutlinerParaObject> pTextUndo;
+ std::optional<OutlinerParaObject> m_pTextUndo;
// #i8508#
// The text rescue mechanism needs also to be implemented for redo actions.
- std::optional<OutlinerParaObject> pTextRedo;
+ std::optional<OutlinerParaObject> m_pTextRedo;
// If we have a group object:
- std::unique_ptr<SdrUndoGroup> pUndoGroup;
+ std::unique_ptr<SdrUndoGroup> m_pUndoGroup;
protected:
// Helper to ensure StyleSheet is in pool (provided by SdrModel from SdrObject)