summaryrefslogtreecommitdiffstats
path: root/vcl/unx/kde4/VCLKDEApplication.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kde4/VCLKDEApplication.cxx')
-rw-r--r--vcl/unx/kde4/VCLKDEApplication.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/kde4/VCLKDEApplication.cxx b/vcl/unx/kde4/VCLKDEApplication.cxx
index 4b02bbce3d39..535977b524c7 100644
--- a/vcl/unx/kde4/VCLKDEApplication.cxx
+++ b/vcl/unx/kde4/VCLKDEApplication.cxx
@@ -45,7 +45,7 @@ bool VCLKDEApplication::x11EventFilter(XEvent* ev)
// because of showing a Qt dialog
void VCLKDEApplication::preDialogSetup()
{
- // KFileDialog intergration requires using event loop with QClipboard.
+ // KFileDialog integration requires using event loop with QClipboard.
// Opening the KDE file dialog here can lead to QClipboard
// asking for clipboard contents. If LO core is the owner of the clipboard
// content, without event loop use this will block for 5 seconds and timeout,