summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/graphicfilter/ipcd/ipcd.cxx2
-rw-r--r--filter/source/graphicfilter/itiff/itiff.cxx2
-rw-r--r--fpicker/source/win32/filepicker/helppopupwindow.cxx2
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilePreview.idl2
-rw-r--r--starmath/source/node.cxx4
-rw-r--r--sw/source/core/layout/tabfrm.cxx2
-rw-r--r--vcl/inc/ilstbox.hxx2
-rw-r--r--vcl/unx/gtk/window/gtkframe.cxx2
8 files changed, 9 insertions, 9 deletions
diff --git a/filter/source/graphicfilter/ipcd/ipcd.cxx b/filter/source/graphicfilter/ipcd/ipcd.cxx
index 4f6a33473f79..c5ec1a74eb89 100644
--- a/filter/source/graphicfilter/ipcd/ipcd.cxx
+++ b/filter/source/graphicfilter/ipcd/ipcd.cxx
@@ -59,7 +59,7 @@ private:
PCDResolution eResolution; // which resolution we want
sal_uLong nWidth; // width of the PCD picture
- sal_uLong nHeight; // heigth of the PCD picture
+ sal_uLong nHeight; // height of the PCD picture
sal_uLong nImagePos; // position of the picture within the PCD file
// temporary lLue-Green-Red-Bitmap
diff --git a/filter/source/graphicfilter/itiff/itiff.cxx b/filter/source/graphicfilter/itiff/itiff.cxx
index 55b71823de58..1a4575095e6d 100644
--- a/filter/source/graphicfilter/itiff/itiff.cxx
+++ b/filter/source/graphicfilter/itiff/itiff.cxx
@@ -68,7 +68,7 @@ private:
sal_uLong nNewSubFile; //
sal_uLong nSubFile; //
sal_uLong nImageWidth; // picture width in pixels
- sal_uLong nImageLength; // picture heigth in pixels
+ sal_uLong nImageLength; // picture height in pixels
sal_uLong nBitsPerSample; // bits per pixel per layer
sal_uLong nCompression; // kind of compression
sal_uLong nPhotometricInterpretation; //
diff --git a/fpicker/source/win32/filepicker/helppopupwindow.cxx b/fpicker/source/win32/filepicker/helppopupwindow.cxx
index 7b0ddf2262de..c0f70a79ba23 100644
--- a/fpicker/source/win32/filepicker/helppopupwindow.cxx
+++ b/fpicker/source/win32/filepicker/helppopupwindow.cxx
@@ -123,7 +123,7 @@ void SAL_CALL CHelpPopupWindow::show( sal_Int32 x, sal_Int32 y )
{
OSL_ENSURE( NULL == m_hwnd, "method should not be called twice in sequence" );
- // we create a window with length and heigth of 0
+ // we create a window with length and height of 0
// first in order to get a device context of this
// window, then we calculate the upper left corner
// and the dimensions and resize the window
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePreview.idl b/offapi/com/sun/star/ui/dialogs/XFilePreview.idl
index 10b88b6a4eb1..c6d749b63085 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilePreview.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilePreview.idl
@@ -65,7 +65,7 @@ published interface XFilePreview: com::sun::star::uno::XInterface
0 will be returned.
@returns
- The heigth of the preview window in pixel.
+ The height of the preview window in pixel.
*/
long getAvailableHeight( );
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx
index 6710666a2c5f..3e0ddb208246 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -2680,7 +2680,7 @@ void SmMathSymbolNode::AdaptToY(const OutputDevice &rDev, sal_uLong nHeight)
GetFont().FreezeBorderWidth();
Size aFntSize (GetFont().GetSize());
- // Since we only want to scale the heigth, we might have
+ // Since we only want to scale the height, we might have
// to determine the font width in order to keep it
if (aFntSize.Width() == 0)
{
@@ -3056,7 +3056,7 @@ void SmBlankNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat)
SmTmpDevice aTmpDev ((OutputDevice &) rDev, true);
aTmpDev.SetFont(GetFont());
- // make distance depend on the font heigth
+ // make distance depend on the font height
// (so that it increases when scaling (e.g. size *2 {a ~ b})
long nDist = GetFont().GetSize().Height() / 10L,
nSpace = nNum * nDist;
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index ac641d0a00df..3e9a642606e1 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -5565,7 +5565,7 @@ SwTwips SwTabFrm::CalcHeightOfFirstContentLine() const
nKeepHeight = lcl_GetHeightOfRows( GetLower(), nKeepRows );
}
- // For master tables, the height of the headlines + the heigth of the
+ // For master tables, the height of the headlines + the height of the
// keeping lines (if any) has to be considered. For follow tables, we
// only consider the height of the keeping rows without the repeated lines:
if ( !IsFollow() )
diff --git a/vcl/inc/ilstbox.hxx b/vcl/inc/ilstbox.hxx
index 93203f5fabe8..4c1b7002fd1c 100644
--- a/vcl/inc/ilstbox.hxx
+++ b/vcl/inc/ilstbox.hxx
@@ -209,7 +209,7 @@ private:
long mnMaxImgWidth; // Maximum width of an image item
long mnMaxImgHeight; // Maximum height of an image item
long mnMaxWidth; // Maximum width of an entry
- long mnMaxHeight; // Maximum heigth of an entry
+ long mnMaxHeight; // Maximum height of an entry
sal_uInt16 mnCurrentPos; // Position (Focus)
sal_uInt16 mnTrackingSaveSelection; // Selection before Tracking();
diff --git a/vcl/unx/gtk/window/gtkframe.cxx b/vcl/unx/gtk/window/gtkframe.cxx
index f8f4906e56bc..249b9f6cd8d8 100644
--- a/vcl/unx/gtk/window/gtkframe.cxx
+++ b/vcl/unx/gtk/window/gtkframe.cxx
@@ -1685,7 +1685,7 @@ void GtkSalFrame::Enable( sal_Bool /*bEnable*/ )
void GtkSalFrame::setMinMaxSize()
{
/* #i34504# metacity (and possibly others) do not treat
- * _NET_WM_STATE_FULLSCREEN and max_width/heigth independently;
+ * _NET_WM_STATE_FULLSCREEN and max_width/height independently;
* whether they should is undefined. So don't set the max size hint
* for a full screen window.
*/