diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-03-13 11:03:04 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-03-14 09:31:42 +0100 |
commit | fc27a685d466dc380a8b68cd48f47db632ed3693 (patch) | |
tree | 3c9d7ec646b878d57742658e361b083d942e2078 /idl/inc | |
parent | bee9ea584cb5c1e6bee802c45214010d072846db (diff) |
Avoid duplicate symbols in libmerged for Windows too.
Export these symbols from sfx library.
For cases when we link together more libraries, there are more symbols,
so I've kept __attribute__((__weak__)) hack there.
Change-Id: I8b7f6fc9bea479dca5062344c04b74c1f3eb36b2
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/database.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 15e87f29da87..f9abfd226f4b 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -81,6 +81,8 @@ protected: aIFaceName = OString(); } public: + OUString sSlotMapFile; + explicit SvIdlDataBase( const SvCommand& rCmd ); ~SvIdlDataBase(); static sal_Bool IsBinaryFormat( SvStream & rInStm ); |