summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-11-23 23:21:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-11-23 23:22:25 +0100
commitb3c2cf2ae1644088a7fc5c325cce71f71d2b37fd (patch)
tree0b350556371edd8f55c85fe2629b853883bb6150 /fpicker
parent12be7ad5b6572e1800c3f2b7e78bbe6b5df48acf (diff)
widht -> width
Change-Id: I661eeb167a95540a223ce72aac51789daf3767dc
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/OfficeFilePicker.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx
index 7eba162c8720..241377b42fb2 100644
--- a/fpicker/source/office/OfficeFilePicker.cxx
+++ b/fpicker/source/office/OfficeFilePicker.cxx
@@ -893,12 +893,12 @@ sal_Int32 SAL_CALL SvtFilePicker::getAvailableHeight() throw ( RuntimeException
checkAlive();
SolarMutexGuard aGuard;
- sal_Int32 nHeigth = 0;
+ sal_Int32 nHeight = 0;
if ( getDialog() )
- nHeigth = getDialog()->getAvailableHeight();
+ nHeight = getDialog()->getAvailableHeight();
- return nHeigth;
+ return nHeight;
}
//------------------------------------------------------------------------------------