summaryrefslogtreecommitdiff
path: root/svx/inc/palettes.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-02 07:46:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-03 17:12:00 +0100
commit781c4402f1a8c64f87bc81e866bc444b9ed97948 (patch)
treed4429a5cb82a81013732903b57e9a7ebbacc9e4f /svx/inc/palettes.hxx
parent48101a1a0d574db3db1f99c782bd67e885b232bb (diff)
make some classes module-private
improve the script, but it still generates some false positives Change-Id: If8ee1cba8c04ac0be11f73220149e6de15f24f44 Reviewed-on: https://gerrit.libreoffice.org/81929 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc/palettes.hxx')
-rw-r--r--svx/inc/palettes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/palettes.hxx b/svx/inc/palettes.hxx
index c02ffae7fbbe..fe88af7f2b5a 100644
--- a/svx/inc/palettes.hxx
+++ b/svx/inc/palettes.hxx
@@ -29,7 +29,7 @@ typedef std::vector< NamedColor > ColorList;
// ASE = Adobe Swatch Exchange
-class SVX_DLLPUBLIC PaletteASE : public Palette
+class PaletteASE : public Palette
{
bool mbValidPalette;
OUString const maFPath;
@@ -51,7 +51,7 @@ public:
// GPL - this is *not* GNU Public License, but is the Gimp PaLette
-class SVX_DLLPUBLIC PaletteGPL : public Palette
+class PaletteGPL : public Palette
{
bool mbLoadedPalette;
bool mbValidPalette;
@@ -77,7 +77,7 @@ public:
// SOC - Star Office Color-table
-class SVX_DLLPUBLIC PaletteSOC : public Palette
+class PaletteSOC : public Palette
{
bool mbLoadedPalette;
OUString const maFPath;