summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2015-10-09 18:24:39 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-10-09 17:30:17 +0000
commit48069490a1623f43455401ef0c74a2b19237be56 (patch)
treeb799f28c92a8d27ec3b16f88bea7d91d5e2c8c4c
parentadf8def2b09c0276f0ce836b58d7a3aa722eee15 (diff)
tdf#39468 translated german comments in styledlg.cxx
Change-Id: Ib6ad2fff04dbbcdb3d5f527d0a23c771409dc6e3 Reviewed-on: https://gerrit.libreoffice.org/19285 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--sc/source/ui/styleui/styledlg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/styleui/styledlg.cxx b/sc/source/ui/styleui/styledlg.cxx
index bb5ced1d9a22..bbcd544cf514 100644
--- a/sc/source/ui/styleui/styledlg.cxx
+++ b/sc/source/ui/styleui/styledlg.cxx
@@ -69,7 +69,7 @@ ScStyleDlg::ScStyleDlg( vcl::Window* pParent,
OSL_ENSURE(pFact, "Dialog creation failed!");
switch ( nRscId )
{
- case RID_SCDLG_STYLES_PAR: // Zellformatvorlagen
+ case RID_SCDLG_STYLES_PAR: // cell format styles
{
SvtCJKOptions aCJKOptions;
OSL_ENSURE(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_NUMBERFORMAT ), "GetTabPageCreatorFunc fail!");
@@ -102,7 +102,7 @@ ScStyleDlg::ScStyleDlg( vcl::Window* pParent,
}
break;
- case RID_SCDLG_STYLES_PAGE: // Seitenvorlagen
+ case RID_SCDLG_STYLES_PAGE: // page styles
{
OSL_ENSURE(pFact->GetTabPageCreatorFunc( RID_SVXPAGE_PAGE ), "GetTabPageCreatorFunc fail!");
OSL_ENSURE(pFact->GetTabPageRangesFunc( RID_SVXPAGE_PAGE ), "GetTabPageRangesFunc fail!");
@@ -135,7 +135,7 @@ void ScStyleDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage )
const SfxPoolItem* pInfoItem
= pDocSh->GetItem( SID_ATTR_NUMBERFORMAT_INFO );
- OSL_ENSURE( pInfoItem, "NumberInfoItem nicht gefunden!" );
+ OSL_ENSURE( pInfoItem, "NumberInfoItem not found!" );
aSet.Put (SvxNumberInfoItem( static_cast<const SvxNumberInfoItem&>(*pInfoItem) ) );
rTabPage.PageCreated(aSet);
@@ -145,7 +145,7 @@ void ScStyleDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage )
const SfxPoolItem* pInfoItem
= pDocSh->GetItem( SID_ATTR_CHAR_FONTLIST );
- OSL_ENSURE( pInfoItem, "FontListItem nicht gefunden!" );
+ OSL_ENSURE( pInfoItem, "FontListItem not found!" );
aSet.Put (SvxFontListItem(static_cast<const SvxFontListItem&>(*pInfoItem).GetFontList(), SID_ATTR_CHAR_FONTLIST));
rTabPage.PageCreated(aSet);