diff options
Diffstat (limited to 'vcl/qt5/Qt5Frame.cxx')
-rw-r--r-- | vcl/qt5/Qt5Frame.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qt5/Qt5Frame.cxx b/vcl/qt5/Qt5Frame.cxx index d585f627b7fd..7559b42d0f86 100644 --- a/vcl/qt5/Qt5Frame.cxx +++ b/vcl/qt5/Qt5Frame.cxx @@ -460,7 +460,7 @@ void Qt5Frame::SetPosSize(long nX, long nY, long nWidth, long nHeight, sal_uInt1 asChild()->setFixedSize(nWidth, nHeight); // assume the resize happened - // needed for calculations and will eventuall be corrected by events + // needed for calculations and will eventually be corrected by events maGeometry.nWidth = nWidth; maGeometry.nHeight = nHeight; } |