summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-30 14:50:14 +0200
committerNoel Grandin <noel@peralex.com>2015-11-30 14:50:52 +0200
commit343e405f18a51abd6d386072ad33978fa83b8b31 (patch)
tree51e0ec98c89ce6fe185c483bcef3cfeed642ae79 /sc/inc
parentLOK: get state change feedback for more uno commands (diff)
downloadcore-343e405f18a51abd6d386072ad33978fa83b8b31.tar.gz
core-343e405f18a51abd6d386072ad33978fa83b8b31.zip
tdf#66668 - FILESAVE: Saving an XLSX file freezes Calc
Change-Id: I7abbb1cc5056f33458257afe28ed933e2d3c378d
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 781db63bb50a..4720d340c9e2 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -693,7 +693,7 @@ public:
void SetPendingRowHeights( SCTAB nTab, bool bSet );
SC_DLLPUBLIC void SetLayoutRTL( SCTAB nTab, bool bRTL );
SC_DLLPUBLIC bool IsLayoutRTL( SCTAB nTab ) const;
- bool IsNegativePage( SCTAB nTab ) const;
+ SC_DLLPUBLIC bool IsNegativePage( SCTAB nTab ) const;
SC_DLLPUBLIC void SetScenario( SCTAB nTab, bool bFlag );
SC_DLLPUBLIC bool IsScenario( SCTAB nTab ) const;
SC_DLLPUBLIC void GetScenarioData( SCTAB nTab, OUString& rComment,