| 4301 | } |
| 4302 | |
| 4303 | void Document::processFormatAction(const Action *action, Okular::FormFieldText *fft) |
| 4304 | { |
| 4305 | processFormatAction(action, static_cast<FormField *>(fft)); |
| 4306 | } |
| 4307 | |
| 4308 | void Document::processFormatAction(const Action *action, Okular::FormField *ff) |
| 4309 | { |