summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-31 16:15:17 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-01 16:59:29 +0200
commit9146658c0108120c91ce6f759e37b9fa64e47660 (patch)
tree0796f8f35488c92f340f7d0ccdbf459a9a20e3eb /include
parent59fee59094a9bf9e4bcd729139f9a43ccea3d35c (diff)
Fix typo in code
It passed "make check" on Linux Change-Id: I8336c2a639a1d45c8370fd13204896f3f1494b4f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101801 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/shell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx
index 36374f3841ac..5b6edb8a0d48 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,
- FormShowProperies = 0x0020,
+ FormShowproperties = 0x0020,
FormShowExplorer = 0x0040,
FormShowFilterBar = 0x0080,
FormShowFilterNavigator = 0x0100,