diff options
Diffstat (limited to 'sc/inc/unonames.hxx')
-rw-r--r-- | sc/inc/unonames.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx index abb09c334c10..4617bcf46700 100644 --- a/sc/inc/unonames.hxx +++ b/sc/inc/unonames.hxx @@ -198,6 +198,7 @@ inline constexpr OUStringLiteral SC_UNONAME_HORIPOS = u"HoriOrientPosit inline constexpr OUStringLiteral SC_UNONAME_VERTPOS = u"VertOrientPosition"; inline constexpr OUStringLiteral SC_UNONAME_HYPERLINK = u"Hyperlink"; inline constexpr OUStringLiteral SC_UNONAME_MOVEPROTECT = u"MoveProtect"; +inline constexpr OUStringLiteral SC_UNONAME_STYLE = u"Style"; // other cell properties inline constexpr OUStringLiteral SC_UNONAME_CHCOLHDR = u"ChartColumnAsLabel"; |