Kaydet (Commit) fe51a3aa authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix symbol visibility

Change-Id: I3d25b1363ea49dc65a1cae0925504b8c442f6e65
üst eb4c43aa
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
namespace sd { namespace sd {
css::uno::Reference<css::uno::XInterface> RandomAnimationNode_createInstance( SD_DLLPUBLIC css::uno::Reference<css::uno::XInterface>
sal_Int16 nPresetClass); RandomAnimationNode_createInstance(sal_Int16 nPresetClass);
} }
......
...@@ -156,7 +156,7 @@ private: ...@@ -156,7 +156,7 @@ private:
SD_DLLPUBLIC Reference< XInterface > RandomAnimationNode_createInstance( sal_Int16 nPresetClass ) Reference< XInterface > RandomAnimationNode_createInstance( sal_Int16 nPresetClass )
{ {
Reference< XInterface > xInt( static_cast<XWeak*>( new RandomAnimationNode( nPresetClass ) ) ); Reference< XInterface > xInt( static_cast<XWeak*>( new RandomAnimationNode( nPresetClass ) ) );
return xInt; return xInt;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment