Fix typo
Change-Id: I291dcc19e429493289cd2be8367a0d1e0c6d2296 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173646 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
a386837e4e
commit
56507ad26c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ bool QtInstanceBuilder::IsUIFileSupported(const OUString& rUIFile)
|
|||
{
|
||||
// set of supported UI files - none yet
|
||||
//
|
||||
// The idea is to implement funcationality needed for a specific UI file/dialog
|
||||
// The idea is to implement functionality needed for a specific UI file/dialog
|
||||
// in QtInstanceBuilder, then add it to the set of supported UI files here.
|
||||
// This allows looking at one .ui file at a time and only having to implement
|
||||
// what is relevant for that particular one, without having to implement the full
|
||||
|
|
Loading…
Reference in a new issue