Files
loongoffice/cui
Stephan Bergmann abb5e84c74 Do not corrupt URIs entered into the Hyperlink dialog
...by fully decoding them via DECODE_WITH_CHARSET (where charset defaults to
UTF-8) instead of merely normalizing them to IRIs via DECODE_TO_IRI.  For
example, entering

  http://example.com/foo%2Fbar

into the Hyperlink dialog would have resulted in a corrupted URI

  http://example.com/foo/bar

Change-Id: Ic37859afa59c3fdc3280cf4803d4334026e1f336
2015-01-28 18:03:38 +01:00
..
2014-08-13 10:10:33 +02:00
2014-08-01 23:40:12 +09:00

Common User Interface

It was moved out from svx in DEV300m68:

http://www.mail-archive.com/dev@openoffice.org/msg12925.html

It contains dialogs used by more than one application, e.g. paragraph
properties.