summaryrefslogtreecommitdiffstats
path: root/cui/source
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 /cui/source
parenttypo: correctet -> corrected (diff)
downloadcore-83d84adeb5bafa6bdbad8f759ea281c265c1234b.tar.gz
core-83d84adeb5bafa6bdbad8f759ea281c265c1234b.zip
typo: befor -> before
Diffstat (limited to 'cui/source')
-rw-r--r--cui/source/tabpages/transfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/transfrm.cxx b/cui/source/tabpages/transfrm.cxx
index 5a991bfb1298..8a3450699726 100644
--- a/cui/source/tabpages/transfrm.cxx
+++ b/cui/source/tabpages/transfrm.cxx
@@ -1117,7 +1117,7 @@ IMPL_LINK_NOARG(SvxPositionSizeTabPage, ChangeSizeProtectHdl)
// Note: this works only as long as the dialog is open. When
// the user closes the dialog, there is no way to remember
- // whether size was enabled or disabled befor pos protect was
+ // whether size was enabled or disabled before pos protect was
// clicked. Thus, if pos protect is selected, the dialog is
// closed and reopened again, unchecking pos protect will
// always uncheck size protect, too. That's life.