diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-03-17 11:36:31 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-03-17 20:38:22 +0100 |
commit | 4f4d9c06355b64ae30e0c100be0ca55d01c16885 (patch) | |
tree | 1fe03b38c979e6fbd98b62df6a5bf21db226c54e /idl/inc/database.hxx | |
parent | ef87ff6680f79362a431db6e7ef2f40cfc576219 (diff) |
Avoid duplicate symbols in libmerged for Windows too.
This is working version of fc27a685d466dc380a8b68cd48f47db632ed3693
Change-Id: I48e861b5b7692ea051edf52d7ad9cc54ca989e22
Diffstat (limited to 'idl/inc/database.hxx')
-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 ); |