https://issues.apache.org/ooo/show_bug.cgi?id=121732

Ariel Constenla-Haile <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Ariel Constenla-Haile <[email protected]> ---
(In reply to comment #0)
> Make this possibly by addition of implbase13.hxx that extends the template
> inheritance helper mechanism to 13 interfaces.

Unless you need it for your C++ extension, in the internal source code use
<comphelper/implbase_var.hxx>

You can see its usage in SfxBaseModel 
http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/sfx2/inc/sfx2/sfxbasemodel.hxx#97

For your case:

#if ! defined(INCLUDED_COMPHELPER_IMPLBASE_VAR_HXX_13)
#define INCLUDED_COMPHELPER_IMPLBASE_VAR_HXX_13
#define COMPHELPER_IMPLBASE_INTERFACE_NUMBER 13
#include <comphelper/implbase_var.hxx>
#endif

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to