include/svx/svdpntv.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 99f5bf03caa2538ca79b04e7fd017cebfb4c7a95 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jul 12 23:38:47 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Thu Jul 13 23:00:56 2023 +0200 Fix typo Change-Id: I852895d5867af94b2e5cf4a05b6d8e4080960b81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154371 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx index 661c8e3b7406..bce1bd8bb881 100644 --- a/include/svx/svdpntv.hxx +++ b/include/svx/svdpntv.hxx @@ -193,7 +193,7 @@ protected: // -ViewContactOfGrid: the page's grid visualisation (foreground) // -ViewContactOfHelplines: the page's Helplines (foreground) // Note: background/foreground means that one is active, grid & helplines can be displayed in - // front of or behind obect visualisations/page content + // front of or behind object visualisations/page content bool mbPageDecorationAllowed : 1; // Allow MasterPage visualization, default is true
