diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-05 15:48:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-02-06 06:54:51 +0100 |
commit | 12e3c1738e6f64c9180315b78120c0cba5c225d5 (patch) | |
tree | a860f53b573e0284ff592895d5d5adca36b4dfa6 /sc | |
parent | a7e8571293096218ef6b49ce12af2a304704e8ba (diff) |
find more symbols that can be private
Change-Id: Ief2538fb61f4519e733ce7592cc7c441b94ac124
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88030
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/attrib.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/attrib.hxx b/sc/inc/attrib.hxx index 12f6d0256d49..4c9206af40aa 100644 --- a/sc/inc/attrib.hxx +++ b/sc/inc/attrib.hxx @@ -333,7 +333,7 @@ public: const IntlWrapper& rIntl) const override; }; -class SC_DLLPUBLIC ScHyphenateCell final : public SfxBoolItem +class ScHyphenateCell final : public SfxBoolItem { public: ScHyphenateCell(bool bHyphenate= false); |