diff options
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 ); |