diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 15:36:05 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 15:36:05 +0000 |
commit | 1e88944e73a47fd51250433d211e63e5460aa242 (patch) | |
tree | f805a3a4cac61019231078b378022843e38ee6a4 /svx/inc | |
parent | 89dbcaec4ee4f8592745f77a566fc863839842a7 (diff) |
INTEGRATION: CWS aw037 (1.2.4); FILE MERGED
2006/11/23 14:29:50 aw 1.2.4.1: #114535# need some overlay stuff in extensions, added SVX_DLLPUBLIC
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 |