diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2009-07-27 14:57:34 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2009-07-27 14:57:34 -0400 |
commit | 23d5998c325a7999f75448e70b315d12b639abc6 (patch) | |
tree | a6c38823023c4c48aefbf45cb9529dd55ce0c411 /sc/inc/optutil.hxx | |
parent | a1bfe5a5d9abacf9e68f7b87d9b213d65efdbb75 (diff) |
fixed build breakages. sc module is now buildable.
Diffstat (limited to 'sc/inc/optutil.hxx')
-rw-r--r-- | sc/inc/optutil.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/optutil.hxx b/sc/inc/optutil.hxx index a00b3495d766..15cc8ba79bb7 100644 --- a/sc/inc/optutil.hxx +++ b/sc/inc/optutil.hxx @@ -33,6 +33,7 @@ #include <unotools/configitem.hxx> #include <tools/link.hxx> +#include "scdllapi.h" class ScOptionsUtil @@ -44,13 +45,13 @@ public: // ConfigItem for classes that use items from several sub trees -class ScLinkConfigItem : public utl::ConfigItem +class SC_DLLPUBLIC ScLinkConfigItem : public utl::ConfigItem { Link aCommitLink; public: - ScLinkConfigItem( const rtl::OUString rSubTree ); - ScLinkConfigItem( const rtl::OUString rSubTree, sal_Int16 nMode ); + ScLinkConfigItem( const rtl::OUString& rSubTree ); + ScLinkConfigItem( const rtl::OUString& rSubTree, sal_Int16 nMode ); void SetCommitLink( const Link& rLink ); virtual void Notify( const com::sun::star::uno::Sequence<rtl::OUString>& aPropertyNames ); |