summaryrefslogtreecommitdiff
path: root/vcl/inc/bitmap/Octree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/bitmap/Octree.hxx')
-rw-r--r--vcl/inc/bitmap/Octree.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/bitmap/Octree.hxx b/vcl/inc/bitmap/Octree.hxx
index 86a911fa4adf..59246ae5053d 100644
--- a/vcl/inc/bitmap/Octree.hxx
+++ b/vcl/inc/bitmap/Octree.hxx
@@ -63,13 +63,13 @@ public:
sal_uInt16 GetBestPaletteIndex(const BitmapColor& rColor);
};
-class VCL_PLUGIN_PUBLIC InverseColorMap
+class InverseColorMap
{
private:
std::vector<sal_uInt8> mpBuffer;
std::vector<sal_uInt8> mpMap;
- SAL_DLLPRIVATE void ImplCreateBuffers();
+ void ImplCreateBuffers();
public:
explicit InverseColorMap(const BitmapPalette& rPal);