include/svx/svdpntv.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0cf68a958b53e6d9a41ae202f9bc69312405b264 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Nov 15 22:22:48 2024 +0100 Commit: Andrea Gelmini <[email protected]> CommitDate: Sat Nov 16 13:11:27 2024 +0100 Fix typo Change-Id: I4ffd3af20662e92512119ddfa27ea255a114f910 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176661 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <[email protected]> diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx index df3c95131590..569ddf2c4c07 100644 --- a/include/svx/svdpntv.hxx +++ b/include/svx/svdpntv.hxx @@ -207,7 +207,7 @@ protected: bool mbHideChart : 1; bool mbHideDraw : 1; // hide draw objects other than form controls bool mbHideFormControl : 1; // hide form controls only - bool mbHideBackground : 1; // don't draw the (page's or matser page's) background + bool mbHideBackground : 1; // don't draw the (page's or master page's) background bool mbPaintTextEdit : 1; // if should paint currently edited text public:
