blob: 74d2033fad7ef63ca9d84fa3304546b189133bc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
---
assumeFilename: unotools/source/i18n/resmgr.cxx
blacklist:
unotools/inc/unotoolsservices.hxx:
# Needed for extern declaration
- namespace comphelper::service_decl { class ServiceDecl; } }
unotools/source/config/itemholder1.hxx:
# Base class needs complete type
- com/sun/star/lang/XEventListener.hpp
unotools/source/ucbhelper/XTempFile.hxx:
# Base class needs complete type
- com/sun/star/io/XInputStream.hpp
- com/sun/star/io/XOutputStream.hpp
- com/sun/star/io/XTempFile.hpp
- com/sun/star/io/XTruncate.hpp
- com/sun/star/beans/XFastPropertySet.hpp
- com/sun/star/beans/XPropertyAccess.hpp
- com/sun/star/beans/XPropertySet.hpp
unotools/source/config/configpaths.cxx:
# Needed for linker visibility
- unotools/configpaths.hxx
unotools/source/config/lingucfg.cxx:
# Needed for direct member access
- com/sun/star/util/XChangesBatch.hpp
unotools/source/config/useroptions.cxx:
# Needed for direct member access
- com/sun/star/container/XNameAccess.hpp
unotools/source/i18n/resmgr.cxx:
# Boost wrappers, used only here
- boost/locale.hpp
- boost/locale/gnu_gettext.hpp
unotools/source/ucbhelper/tempfile.cxx:
# Needed for non-DBG_UTIL build
- unistd.h
unotools/source/ucbhelper/ucbhelper.cxx:
# Needed for namespaced function declarations
- unotools/ucbhelper.hxx
unotools/source/ucbhelper/ucblockbytes.cxx:
# Needed for direct member access
- com/sun/star/beans/PropertyValue.hpp
unotools/source/ucbhelper/ucbstreamhelper.cxx:
# Needed for direct member access
- com/sun/star/beans/PropertyValue.hpp
|