summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/float3d.cxx
diff options
context:
space:
mode:
authorWolfgang Silbermayr <wolfgang.silbermayr@gmail.com>2010-10-21 10:32:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-21 10:32:34 +0100
commit017e79ab159e1410055f00e3ba411221c5db34f8 (patch)
treed29491305148d6b4436ddadb8320b87103e16218 /svx/source/engine3d/float3d.cxx
parent473e4d6c041392c2fa36f8d3b9184ce593cee90d (diff)
Translate comments into English
Diffstat (limited to 'svx/source/engine3d/float3d.cxx')
-rw-r--r--svx/source/engine3d/float3d.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/engine3d/float3d.cxx b/svx/source/engine3d/float3d.cxx
index 9175c02a7ccc..2c417641ea19 100644
--- a/svx/source/engine3d/float3d.cxx
+++ b/svx/source/engine3d/float3d.cxx
@@ -190,7 +190,7 @@ __EXPORT Svx3DWin::Svx3DWin( SfxBindings* pInBindings,
aFLLight ( this, SVX_RES( FL_LIGHT ) ),
- // Texturen
+ // Textures
aFtTexKind ( this, SVX_RES( FT_TEX_KIND ) ),
aBtnTexLuminance ( this, SVX_RES( BTN_TEX_LUMINANCE ) ),
aBtnTexColor ( this, SVX_RES( BTN_TEX_COLOR ) ),
@@ -351,7 +351,7 @@ __EXPORT Svx3DWin::Svx3DWin( SfxBindings* pInBindings,
aBtnLight7.SetClickHdl( aLink );
aBtnLight8.SetClickHdl( aLink );
- // Texturen
+ // Textures
aBtnTexLuminance.SetClickHdl( aLink );
aBtnTexColor.SetClickHdl( aLink );
aBtnTexReplace.SetClickHdl( aLink );
@@ -1403,7 +1403,7 @@ void Svx3DWin::Update( SfxItemSet& rAttrs )
}
-// Texturen
+// Textures
// Art
if( bBitmap )
{
@@ -2113,7 +2113,7 @@ void Svx3DWin::GetAttr( SfxItemSet& rAttrs )
else
rAttrs.InvalidateItem(SDRATTR_3DSCENE_AMBIENTCOLOR);
-// Texturen
+// Textures
// Art
nValue = 3;
if( aBtnTexLuminance.IsChecked() )
@@ -2525,7 +2525,7 @@ IMPL_LINK( Svx3DWin, ClickViewTypeHdl, void *, pBtn )
}
}
- // Texturen
+ // Textures
if( eViewType == VIEWTYPE_TEXTURE )
{
aFtTexKind.Show();
@@ -2717,7 +2717,7 @@ IMPL_LINK( Svx3DWin, ClickHdl, PushButton *, pBtn )
ClickLightHdl( pBtn );
bUpdatePreview = TRUE;
}
- // Texturen
+ // Textures
else if( pBtn == &aBtnTexLuminance ||
pBtn == &aBtnTexColor )
{