summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2021-09-29 12:10:24 +1000
committerTomaž Vajngerl <quikee@gmail.com>2021-10-06 14:03:24 +0200
commit4fb0d442316e914d3a75e317d6756d95b920a3e1 (patch)
tree001c19f16aedba483b48a560e6a8bcf8af68ccaf /include
parent203068319e17377cafb9e298a910f42fde417a21 (diff)
vcl: test OutputDevice::DrawPixel()
Change-Id: I82651c6f41f46bb1097a69f3bcddcac2486a5baa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122794 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/metaact.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/metaact.hxx b/include/vcl/metaact.hxx
index dfdabac2de24..dc14179712e1 100644
--- a/include/vcl/metaact.hxx
+++ b/include/vcl/metaact.hxx
@@ -130,7 +130,7 @@ public:
void SetColor(Color rColor) { maColor = rColor; }
};
-class SAL_DLLPUBLIC_RTTI MetaPointAction final : public MetaAction
+class VCL_DLLPUBLIC MetaPointAction final : public MetaAction
{
private:
Point maPt;