summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-03 13:37:24 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-03 13:37:24 +0100
commit80e6eab7014b8b0215a442296d517c2bd4ad8c82 (patch)
tree69a3c3c68e71310941a9bfe85de5119f781257b2 /include/svx
parenta883b6b13b67898accdc1ffe3fd9e770612352b1 (diff)
Fix TYPEINFO_VISIBILITY vs. TYPEINFO_VISIBILITY_OVERRIDE
Change-Id: Ia6494c611e6596fa4811c2751bb96294a3950f17
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/sxfiitm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sxfiitm.hxx b/include/svx/sxfiitm.hxx
index 570ebd02aa8c..b36eab227c5e 100644
--- a/include/svx/sxfiitm.hxx
+++ b/include/svx/sxfiitm.hxx
@@ -29,7 +29,7 @@
class SdrFractionItem: public SfxPoolItem {
Fraction nValue;
public:
- TYPEINFO_VISIBILITY( SVX_DLLPUBLIC );
+ TYPEINFO_VISIBILITY_OVERRIDE( SVX_DLLPUBLIC );
SdrFractionItem(sal_uInt16 nId=0): SfxPoolItem(nId) {}
SdrFractionItem(sal_uInt16 nId, const Fraction& rVal): SfxPoolItem(nId), nValue(rVal) {}
SdrFractionItem(sal_uInt16 nId, SvStream& rIn);