summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-09 13:08:50 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:04 +0200
commit83d84adeb5bafa6bdbad8f759ea281c265c1234b (patch)
treed3ec353ff641f07daf3b4c069ed1f55cac9b794d /framework
parent523e1d38af7f1a2ee03381d01bf8399ab169a89f (diff)
typo: befor -> before
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/frame.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 7873ba57168d..1c565aa7b999 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -2053,7 +2053,7 @@ void SAL_CALL Frame::dispose() throw( css::uno::RuntimeException, std::exception
// So we can release our container window later without problems.
// Because this container window is the parent of the component window ...
// Note: Dispose it hard - because suspending must be done inside close() call!
- // But try to dispose the controller first befor you destroy the window.
+ // But try to dispose the controller first before you destroy the window.
// Because the window is used by the controller too ...
if (m_xController.is())
{