diff options
author | Noel Power <noel.power@suse.com> | 2013-02-04 19:38:04 +0000 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-02-04 20:13:51 +0000 |
commit | 7c33cc519c75c5b4aa7af642394fd035527a091c (patch) | |
tree | e3b4a35d7522eac4fc79c04df196729d69d0e6e3 /sc/inc | |
parent | 70430fb14cf25f40abf9521710457ec042a6099d (diff) |
moved the export row check to qahelper, made it useful for import/export
Moved old row test from export to qahelper in order that it can be shared with
the import only tests, also added some new test documents and test data for some
additional row height checking
Change-Id: I023844b8dba8935d4bcdaac7fd16496e99251d78
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/global.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index d559d7457729..53ede608600d 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -570,7 +570,7 @@ public: static ScDocShellRef* pDrawClipDocShellRef; static sal_uInt16 nDefFontHeight; - static sal_uInt16 nStdRowHeight; + SC_DLLPUBLIC static sal_uInt16 nStdRowHeight; SC_DLLPUBLIC static long nLastRowHeightExtra; static long nLastColWidthExtra; |