diff options
author | Noel Power <noel.power@suse.com> | 2012-09-24 09:57:57 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2012-09-24 10:09:33 +0100 |
commit | 72d3539e26f0485743126301c438bcb05b02643d (patch) | |
tree | cdd302259ee25e01cfa40b9e33636bb344ef99c2 /sc/inc | |
parent | f79641a61572b9c3e4fc28841a16493e0da41ccf (diff) |
fix parent style import xlsx fdo#55198
Change-Id: I77d38eba69ad7aa89b0f9b692e40fd365d002071
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index b12ce261964f..da7b57521025 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1230,7 +1230,7 @@ public: SCCOL nEndCol, SCROW nEndRow, SCTAB nTab, const ScStyleSheet& rStyle); - void ApplySelectionStyle( const ScStyleSheet& rStyle, const ScMarkData& rMark ); + SC_DLLPUBLIC void ApplySelectionStyle( const ScStyleSheet& rStyle, const ScMarkData& rMark ); void ApplySelectionLineStyle( const ScMarkData& rMark, const ::editeng::SvxBorderLine* pLine, bool bColorOnly ); |