From 50c5a4ce9cb7c908e798158edac8001246f6e888 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 14 Mar 2014 10:09:19 +0100 Subject: Revert "Avoid duplicate symbols in libmerged for Windows too." Forgot to test properly on Windows :-(. This reverts commit fc27a685d466dc380a8b68cd48f47db632ed3693. --- idl/inc/database.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'idl/inc/database.hxx') diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index f9abfd226f4b..15e87f29da87 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -81,8 +81,6 @@ protected: aIFaceName = OString(); } public: - OUString sSlotMapFile; - explicit SvIdlDataBase( const SvCommand& rCmd ); ~SvIdlDataBase(); static sal_Bool IsBinaryFormat( SvStream & rInStm ); -- cgit