diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmcontrollayout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmcontrollayout.cxx b/svx/source/form/fmcontrollayout.cxx index 8368070a754c..e54bf5433ba2 100644 --- a/svx/source/form/fmcontrollayout.cxx +++ b/svx/source/form/fmcontrollayout.cxx @@ -271,7 +271,7 @@ namespace svxform } // the font (only if we use the document's ref devices for rendering control text, otherwise, the - // default font of VCL controls is assumed to be fine) + // default font from application or standard style is assumed to be fine) if ( useDocumentReferenceDevice( _eDocType ) && xPSI->hasPropertyByName( FM_PROP_FONT ) ) |