summaryrefslogtreecommitdiffstats
path: root/sc/inc/sortparam.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-09 14:14:03 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-09 14:16:25 -0400
commite44a139fdad49b286eb1a88cc668b52711680e6c (patch)
tree274f757a1046f3cff832ff3cdc8f201068daf0f4 /sc/inc/sortparam.hxx
parentlet getLanguageType() resolve unknown due to present default script (diff)
downloadcore-e44a139fdad49b286eb1a88cc668b52711680e6c.tar.gz
core-e44a139fdad49b286eb1a88cc668b52711680e6c.zip
These header inline methods cause linkage error on Windows.
When the whole class / struct is marked SC_DLLPUBLIC. Change-Id: Id420a3ba083c8cdee71a99a282857d6abec55a31
Diffstat (limited to 'sc/inc/sortparam.hxx')
-rw-r--r--sc/inc/sortparam.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/sortparam.hxx b/sc/inc/sortparam.hxx
index a4c6f65e2493..b6f1427580b2 100644
--- a/sc/inc/sortparam.hxx
+++ b/sc/inc/sortparam.hxx
@@ -70,6 +70,7 @@ struct SC_DLLPUBLIC ScSortParam
ScSortParam( const ScSubTotalParam& rSub, const ScSortParam& rOld );
/// TopTen sort
ScSortParam( const ScQueryParam&, SCCOL nCol );
+ ~ScSortParam();
ScSortParam& operator= ( const ScSortParam& r );
bool operator== ( const ScSortParam& rOther ) const;