diff options
Diffstat (limited to 'vcl/inc/helpwin.hxx')
-rw-r--r-- | vcl/inc/helpwin.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/helpwin.hxx b/vcl/inc/helpwin.hxx index 0c1368b1e84d..40a969f5b40c 100644 --- a/vcl/inc/helpwin.hxx +++ b/vcl/inc/helpwin.hxx @@ -40,9 +40,9 @@ class HelpTextWindow : public FloatingWindow { private: Point maPos; - Rectangle maHelpArea; // Wenn naechste Hilfe fuers gleiche Rectangle, gleicher Text, dann Fenster stehen lassen + Rectangle maHelpArea; // If next Help for the same rectangle w/ same text, then keep window - Rectangle maTextRect; // Bei umgebrochenen Text in QuickHelp + Rectangle maTextRect; // For wrapped text in QuickHelp String maHelpText; String maStatusText; |