diff options
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/sdr/overlay/overlaybitmapex.hxx | 6 | ||||
-rw-r--r-- | svx/inc/svx/sdr/overlay/overlayobject.hxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/svx/inc/svx/sdr/overlay/overlaybitmapex.hxx b/svx/inc/svx/sdr/overlay/overlaybitmapex.hxx index b04d95990ec8..60cde90874a0 100644 --- a/svx/inc/svx/sdr/overlay/overlaybitmapex.hxx +++ b/svx/inc/svx/sdr/overlay/overlaybitmapex.hxx @@ -4,9 +4,9 @@ * * $RCSfile: overlaybitmapex.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:06:50 $ + * last change: $Author: kz $ $Date: 2006-12-12 16:35:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,7 +50,7 @@ namespace sdr { namespace overlay { - class OverlayBitmapEx : public OverlayObjectWithBasePosition + class SVX_DLLPUBLIC OverlayBitmapEx : public OverlayObjectWithBasePosition { protected: // the Bitmap itself diff --git a/svx/inc/svx/sdr/overlay/overlayobject.hxx b/svx/inc/svx/sdr/overlay/overlayobject.hxx index 1b7c08606474..0154c2dfba2e 100644 --- a/svx/inc/svx/sdr/overlay/overlayobject.hxx +++ b/svx/inc/svx/sdr/overlay/overlayobject.hxx @@ -4,9 +4,9 @@ * * $RCSfile: overlayobject.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:08:11 $ + * last change: $Author: kz $ $Date: 2006-12-12 16:36:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -204,7 +204,7 @@ namespace sdr { namespace overlay { - class OverlayObjectWithBasePosition : public OverlayObject + class SVX_DLLPUBLIC OverlayObjectWithBasePosition : public OverlayObject { protected: // base position in logical coordinates |