[Libreoffice-commits] .: sfx2/inc sfx2/source
Jan Holesovsky
kendy at kemper.freedesktop.org
Tue Jun 7 07:43:49 PDT 2011
sfx2/inc/sfx2/doctempl.hxx | 2 +-
sfx2/source/appl/shutdownicon.cxx | 2 +-
sfx2/source/dialog/templdlg.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 35320cb4e91f23d3d2a57042c3f0c3b147dffe66
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date: Sat Jun 4 16:57:06 2011 +0700
Remaining translations of German comments from fdo#33424
diff --git a/sfx2/inc/sfx2/doctempl.hxx b/sfx2/inc/sfx2/doctempl.hxx
index fdf4010..dff363e 100644
--- a/sfx2/inc/sfx2/doctempl.hxx
+++ b/sfx2/inc/sfx2/doctempl.hxx
@@ -70,7 +70,7 @@ public:
static sal_Bool SaveDir( /*SfxTemplateDir &rEntry */ ) ;
const SfxDocumentTemplates &operator=(const SfxDocumentTemplates &);
- sal_Bool Rescan( ); // Aktualisieren
+ sal_Bool Rescan( );
void ReInitFromComponent();
sal_Bool IsRegionLoaded( sal_uInt16 nIdx ) const;
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx
index c64d497..0a6569b 100644
--- a/sfx2/source/appl/shutdownicon.cxx
+++ b/sfx2/source/appl/shutdownicon.cxx
@@ -424,7 +424,7 @@ IMPL_STATIC_LINK( ShutdownIcon, DialogClosedHdl_Impl, FileDialogHelper*, EMPTYAR
{
DBG_ASSERT( pThis->m_pFileDlg, "ShutdownIcon, DialogClosedHdl_Impl(): no file dialog" );
- // use ctor for filling up filters automatically!
+ // use constructor for filling up filters automatically!
if ( ERRCODE_NONE == pThis->m_pFileDlg->GetError() )
{
Reference< XFilePicker > xPicker = pThis->m_pFileDlg->GetFilePicker();
diff --git a/sfx2/source/dialog/templdlg.cxx b/sfx2/source/dialog/templdlg.cxx
index 5e93083..0c61333 100644
--- a/sfx2/source/dialog/templdlg.cxx
+++ b/sfx2/source/dialog/templdlg.cxx
@@ -886,7 +886,7 @@ void SfxCommonTemplateDialog_Impl::ReadResource()
case SFX_STYLE_FAMILY_FRAME:nSlot = SID_STYLE_FAMILY3; break;
case SFX_STYLE_FAMILY_PAGE: nSlot = SID_STYLE_FAMILY4; break;
case SFX_STYLE_FAMILY_PSEUDO: nSlot = SID_STYLE_FAMILY5; break;
- default: OSL_FAIL("unbekannte StyleFamily"); break;
+ default: OSL_FAIL("unknown StyleFamily"); break;
}
pBoundItems[i] =
new SfxTemplateControllerItem(nSlot, *this, *pBindings);
More information about the Libreoffice-commits
mailing list