diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-09-01 18:36:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-02 14:43:14 +0200 |
commit | d79b75d5c51738612e0c41c4623d050a57bce87c (patch) | |
tree | db8b2b6f4c7c81078f00ef819ea9481d0cf8f39c /include | |
parent | 65e3a8eb976a669f516bb75ef45071b8d628c811 (diff) |
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 <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/shell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |