From 4f4d9c06355b64ae30e0c100be0ca55d01c16885 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 17 Mar 2014 11:36:31 +0100 Subject: Avoid duplicate symbols in libmerged for Windows too. This is working version of fc27a685d466dc380a8b68cd48f47db632ed3693 Change-Id: I48e861b5b7692ea051edf52d7ad9cc54ca989e22 --- idl/inc/database.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'idl/inc') 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 ); -- cgit