Resolves: tdf#122114 remove support for ~/.recently-used file
Change-Id: Ie91f0bf21e6f5c3f7a7aa4ae3d1dff6cc8e15a86 Reviewed-on: https://gerrit.libreoffice.org/69597 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
committed by
Stephan Bergmann
parent
87f262dadb
commit
af19a3cc6a
@@ -109,12 +109,6 @@ bool StaticMethods::TraverseCXXMethodDecl(const CXXMethodDecl * pCXXMethodDecl)
|
||||
if (cdc.Class("BitmapInfoAccess").GlobalNamespace()) {
|
||||
return true;
|
||||
}
|
||||
// in this case, the code is taking the address of the member function
|
||||
// shell/source/unix/sysshell/recently_used_file_handler.cxx
|
||||
if (cdc.Struct("recently_used_item").AnonymousNamespace().GlobalNamespace())
|
||||
{
|
||||
return true;
|
||||
}
|
||||
// the unotools and svl config code stuff is doing weird stuff with a reference-counted statically allocated pImpl class
|
||||
if (loplugin::hasPathnamePrefix(aFilename, SRCDIR "/include/unotools/")) {
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user