From d79b75d5c51738612e0c41c4623d050a57bce87c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 1 Sep 2020 18:36:16 +0200 Subject: Fix of an id Sorry, made a mistake here: https://gerrit.libreoffice.org/c/core/+/101801 Change-Id: I8000041891119b81c16ec38c5be243842c2ac37b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101885 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/sfx2/shell.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2') diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 5b6edb8a0d48..f341644d7f16 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -79,7 +79,7 @@ enum class SfxShellFeature // Forms only, class FmFormShell FormShowDatabaseBar = 0x0008, FormShowField = 0x0010, - FormShowproperties = 0x0020, + FormShowProperties = 0x0020, FormShowExplorer = 0x0040, FormShowFilterBar = 0x0080, FormShowFilterNavigator = 0x0100, -- cgit