X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a29912f608e082001ee53b9873323c4bcd71f21..3fbcc7fce5cb170b1a7cbc9c22299e44152cb1f7:/utils/tex2rtf/src/xlputils.cpp diff --git a/utils/tex2rtf/src/xlputils.cpp b/utils/tex2rtf/src/xlputils.cpp index bcbc4a0fb7..8b82f5ac7a 100644 --- a/utils/tex2rtf/src/xlputils.cpp +++ b/utils/tex2rtf/src/xlputils.cpp @@ -41,6 +41,10 @@ wxList hyperLinks(wxKEY_INTEGER); wxList hyperLabels(wxKEY_STRING); FILE *Index = NULL; + +extern wxHashTable TexReferences; + + void PadToTab(int tabPos) { int currentCol = GetCurrentColumn();