diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2025-03-03 21:24:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2025-03-05 21:08:04 +0100 |
commit | 5137fcc47f8e40dcba991db1f57dc1b395bbf970 (patch) | |
tree | e4f07ef16385ebb5a29dd0b42f5e257649385923 /include/svx/svdpage.hxx | |
parent | 9a1be61b2f4e07d18da603bbfc9cd8cd31a147ed (diff) |
tdf#165504 restore SdrPage::GetLayoutName virtual
revert
commit 235c230cd348600ce7385cc580c45a7be3572704
CommitDate: Tue Oct 22 09:17:02 2024 +0200
We don't need a virtual here
and
commit 960db01dbfe2f916b91782da03532fae1f836445
CommitDate: Sat Dec 28 22:13:40 2024 +0100
Resolves: tdf#164463 we need to pass a copy of the LayoutName
Change-Id: Iecc486eca72e4d752527e77a9817dc4bed663cc2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182445
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'include/svx/svdpage.hxx')
-rw-r--r-- | include/svx/svdpage.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/svdpage.hxx b/include/svx/svdpage.hxx index 0ad088889206..2eeb30059b31 100644 --- a/include/svx/svdpage.hxx +++ b/include/svx/svdpage.hxx @@ -526,6 +526,8 @@ public: const SdrLayerAdmin& GetLayerAdmin() const; SdrLayerAdmin& GetLayerAdmin(); + virtual OUString GetLayoutName() const; + /// for snap-to-grid in Writer, also for AlignObjects if 1 object is marked /// if pRect != null, then the pages that are intersected by this Rect, /// otherwise the visible pages |