summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-10-19 01:52:58 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-10-19 02:10:36 +0200
commit9706288e95cfdbecdfc2cab3a66a2cce07ac23b4 (patch)
treec17d9affd8df7315c38514919546d2af62f288f4 /sc/inc
parent9796ac726e4c194e3cfa35e201815f9f1bb03e6a (diff)
add output for language settings to log file
some windows builds crash in this test, maybe they get a false language setting from somewhere
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 5648a54a4786..a7ae1c3bb576 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -447,7 +447,7 @@ public:
ScExtDocOptions* GetExtDocOptions() { return pExtDocOptions; }
SC_DLLPUBLIC void SetExtDocOptions( ScExtDocOptions* pNewOptions );
- void GetLanguage( LanguageType& rLatin, LanguageType& rCjk, LanguageType& rCtl ) const;
+ SC_DLLPUBLIC void GetLanguage( LanguageType& rLatin, LanguageType& rCjk, LanguageType& rCtl ) const;
void SetLanguage( LanguageType eLatin, LanguageType eCjk, LanguageType eCtl );
void SetDrawDefaults();