summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-08-05 14:51:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-08-06 16:04:51 +0200
commitb2cdf8a1eac730f74160d7c7a1ab9ec907dddd23 (patch)
tree06b95749fbec3aa0afdcd95137fc611b8333555d /bin
parentde5135060d01b650b7258c02e847e916ae9541fd (diff)
the "CreateWindow" function in svtools is newly removed
Change-Id: I6fb569cf293a896c92bec4c6aae647a0bd02d012 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137871 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/find-can-be-private-symbols.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/find-can-be-private-symbols.py b/bin/find-can-be-private-symbols.py
index 7203f8ed8c06..2ac7619d9026 100755
--- a/bin/find-can-be-private-symbols.py
+++ b/bin/find-can-be-private-symbols.py
@@ -182,7 +182,6 @@ with open("bin/find-can-be-private-symbols.functions.results", "wt") as f:
elif sym.endswith("component_getFactory"): continue
elif sym == "CreateDialogFactory": continue
elif sym == "CreateUnoWrapper": continue
- elif sym == "CreateWindow": continue
elif sym == "ExportDOC": continue
elif sym == "ExportPPT": continue
elif sym == "ExportRTF": continue