This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sub StraightQuotes2CurlyQuotes | |
' Thanks to Tintazul for refinements | |
' https://gist.github.com/Tintazul/deb5e137cabf86ddf4c2 | |
' Now updated to work with LibreOffice Writer Version: 5.2.0.4 | |
rem ---------------------------------------------------------------------- | |
rem define variables | |
dim document as object | |
dim dispatcher as object | |
dim undo as object |