diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:33:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 11:33:31 +0000 |
commit | 36771988d6f80598a5a57a556df6042c6a5b37be (patch) | |
tree | 0b48e754e3ce77627990bab72ffd551c080d9ede /sw/source/ui/table | |
parent | 21fed59e1f9ceeba0449fe97eac65bf3a4d5ba12 (diff) |
INTEGRATION: CWS swwarnings (1.10.222); FILE MERGED
2007/04/11 07:03:37 tl 1.10.222.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/table')
-rw-r--r-- | sw/source/ui/table/rowht.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/table/rowht.cxx b/sw/source/ui/table/rowht.cxx index 9a4969d738fb..8b41ada98a06 100644 --- a/sw/source/ui/table/rowht.cxx +++ b/sw/source/ui/table/rowht.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rowht.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-09-16 23:20:36 $ + * last change: $Author: hr $ $Date: 2007-09-27 12:33:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -99,7 +99,7 @@ void SwTableHeightDlg::Apply() { - SwTwips nHeight = aHeightEdit.Denormalize(aHeightEdit.GetValue(FUNIT_TWIP)); + SwTwips nHeight = static_cast< SwTwips >(aHeightEdit.Denormalize(aHeightEdit.GetValue(FUNIT_TWIP))); SwFmtFrmSize aSz(ATT_FIX_SIZE, 0, nHeight); SwFrmSize eFrmSize = (SwFrmSize) aAutoHeightCB.IsChecked() ? |