diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:18:53 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:18:53 +0000 |
commit | 0163eeae4de72b9c72bde568d8d2f11c64ca4f8e (patch) | |
tree | e739f8a9f08b01c282e976d695719e1689224910 /svx/inc | |
parent | 92ca5223e267e67936e9de9c80b4b9c6a2d546cc (diff) |
INTEGRATION: CWS visibility01 (1.2.86); FILE MERGED
2004/12/06 08:11:06 mnicel 1.2.86.1: Part of symbol visibility markup - #i35758#
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/zoomctrl.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/inc/zoomctrl.hxx b/svx/inc/zoomctrl.hxx index fd22d51f519d..e1e8a0ea6a0c 100644 --- a/svx/inc/zoomctrl.hxx +++ b/svx/inc/zoomctrl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: zoomctrl.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-09-09 15:38:28 $ + * last change: $Author: kz $ $Date: 2005-01-21 16:18:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,9 +67,13 @@ #include <sfx2/stbitem.hxx> #endif +#ifndef INCLUDED_SVXDLLAPI_H +#include "svx/svxdllapi.h" +#endif + // class SvxZoomToolBoxControl ------------------------------------------- -class SvxZoomStatusBarControl : public SfxStatusBarControl +class SVX_DLLPUBLIC SvxZoomStatusBarControl : public SfxStatusBarControl { private: USHORT nZoom; |