diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-08 11:29:05 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-08 11:31:22 -0400 |
commit | f20dac7df4bab6fe5954c330880ebb4512b5d2c0 (patch) | |
tree | ae08c2f9cac6601dbc5ef0db228bea9c05fc49b5 /sc/inc | |
parent | b4f775daf031d7d28505825ed0e7b4e1d19f0e1b (diff) |
bnc#885548: Write test for this.
Change-Id: Ifbd4502a5e49dfbb60301b935291ed0ce65da706
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/scmod.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx index 1e68839bc401..df6bbfe1a6f2 100644 --- a/sc/inc/scmod.hxx +++ b/sc/inc/scmod.hxx @@ -198,7 +198,7 @@ SC_DLLPUBLIC void SetAppOptions ( const ScAppOptions& rO svtools::ColorConfig& GetColorConfig(); SvtAccessibilityOptions& GetAccessOptions(); SvtCTLOptions& GetCTLOptions(); - SvtUserOptions& GetUserOptions(); + SC_DLLPUBLIC SvtUserOptions& GetUserOptions(); void ModifyOptions( const SfxItemSet& rOptSet ); |