Kaydet (Commit) 9cb0042e authored tarafından Jaskaran Singh's avatar Jaskaran Singh Kaydeden (comit) Markus Mohrhard

Export ScStyleSheetPool Symbol out of its lib

Change-Id: I7fe0842be5e3c07b3d0b8936b276d3107e8daa14
üst 16b8a44c
......@@ -26,7 +26,7 @@
class ScStyleSheet;
class ScDocument;
class ScStyleSheetPool : public SfxStyleSheetPool
class SC_DLLPUBLIC ScStyleSheetPool : public SfxStyleSheetPool
{
public:
ScStyleSheetPool( SfxItemPool& rPool,
......@@ -43,7 +43,7 @@ public:
SfxStyleSheetBase* GetActualStyleSheet ()
{ return pActualStyleSheet; }
void SC_DLLPUBLIC CreateStandardStyles();
void CreateStandardStyles();
void CopyStdStylesFrom( ScStyleSheetPool* pSrcPool );
void CopyStyleFrom( ScStyleSheetPool* pSrcPool,
......
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