diff options
author | Sven Wehner <mail@svenwehner.de> | 2014-01-14 22:33:19 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-15 11:24:52 +0100 |
commit | a47a3537bf6851e0842cd784f59d76c876df5b61 (patch) | |
tree | 04e0b49fb45dc9befb308c9768560d68f12ab9a2 /svx | |
parent | a0dff5e2e2e2c5418087927a354e2091629c4ac9 (diff) |
Translate German comments to English
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 6d6befa2ff1f..23acf880dd7f 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -1675,7 +1675,7 @@ void SvxLineWindow_Impl::DataChanged( const DataChangedEvent& rDCEvt ) // ----------------------------------------------------------------------- //######################################################################## -// Hilfsklassen +// Helper classes //======================================================================== // class SfxStyleControllerItem_Impl ------------------------------------------ @@ -1685,7 +1685,7 @@ SfxStyleControllerItem_Impl::SfxStyleControllerItem_Impl( const Reference< XDispatchProvider >& rDispatchProvider, sal_uInt16 nSlotId, // Family-ID const OUString& rCommand, // .uno: command bound to this item - SvxStyleToolBoxControl& rTbxCtl ) // Controller-Instanz, dem dieses Item zugeordnet ist. + SvxStyleToolBoxControl& rTbxCtl ) // controller instance, which the item is assigned to. : SfxStatusListener( rDispatchProvider, nSlotId, rCommand ), rControl( rTbxCtl ) { |