From 202eb9a83433fa2eeed4a427a2a69a3050d5d4f3 Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Wed, 21 Dec 2011 21:50:46 +0700 Subject: Revert this to build on msvc 2008 --- sc/source/ui/inc/anyrefdg.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sc') diff --git a/sc/source/ui/inc/anyrefdg.hxx b/sc/source/ui/inc/anyrefdg.hxx index 64db67f65317..3dd531b357d1 100644 --- a/sc/source/ui/inc/anyrefdg.hxx +++ b/sc/source/ui/inc/anyrefdg.hxx @@ -189,7 +189,7 @@ public: //============================================================================ template< class TWindow, bool bBindRef = true > -class SC_DLLPUBLIC ScRefHdlrImplBase:public TWindow, public ScRefHandler +class ScRefHdlrImplBase:public TWindow, public ScRefHandler { public: //Overwrite TWindow @@ -211,16 +211,16 @@ private: template template -SC_DLLPUBLIC ScRefHdlrImplBase::ScRefHdlrImplBase( TBindings* pB, TChildWindow* pCW, +ScRefHdlrImplBase::ScRefHdlrImplBase( TBindings* pB, TChildWindow* pCW, TParentWindow* pParent, TResId nResId):TWindow(pB, pCW, pParent, ScResId(static_cast( nResId ) ) ), ScRefHandler( *static_cast(this), pB, bBindRef ){} template template -SC_DLLPUBLIC ScRefHdlrImplBase::ScRefHdlrImplBase( TParentWindow* pParent, TResId nResIdP, const TArg &rArg, SfxBindings *pB /*= NULL*/ ) +ScRefHdlrImplBase::ScRefHdlrImplBase( TParentWindow* pParent, TResId nResIdP, const TArg &rArg, SfxBindings *pB /*= NULL*/ ) :TWindow( pParent, ScResId(static_cast( nResIdP )), rArg ), ScRefHandler( *static_cast(this), pB, bBindRef ){} template -SC_DLLPUBLIC ScRefHdlrImplBase::~ScRefHdlrImplBase(){} +ScRefHdlrImplBase::~ScRefHdlrImplBase(){} //============================================================================ template -- cgit