diff options
author | Jens Carl <j.carl43@gmx.de> | 2017-04-29 07:45:18 +0000 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@libreoffice.org> | 2017-04-29 22:37:34 +0200 |
commit | 5886f51858e9a1daf3b82ecb7b3fb589935fefd8 (patch) | |
tree | c0041713ff1e9fdc03ab9f0c68a5a35455f48c9c /sfx2 | |
parent | 8d747b8cf849b7d705048544ac20eceba7eb5a45 (diff) |
tdf#39468: Translate some German comments and terms
Change-Id: I5f33f24aa6fd1685e32c9df11855a26ad891eb5b
Reviewed-on: https://gerrit.libreoffice.org/37096
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docmacromode.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 4 | ||||
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/inc/statcach.hxx | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/doc/docmacromode.cxx b/sfx2/source/doc/docmacromode.cxx index 952576d5505a..f9ba5ac180f8 100644 --- a/sfx2/source/doc/docmacromode.cxx +++ b/sfx2/source/doc/docmacromode.cxx @@ -199,7 +199,7 @@ namespace sfx2 try { // get document location from medium name and check whether it is a trusted one - // the service is created ohne document version, since it is not of interest here + // the service is created without document version, since it is not of interest here Reference< XDocumentDigitalSignatures > xSignatures(DocumentDigitalSignatures::createDefault(::comphelper::getProcessComponentContext())); INetURLObject aURLReferer( m_xData->m_rDocumentAccess.getDocumentLocation() ); diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index 68e53aade461..61d736c027bf 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -324,9 +324,9 @@ void SfxObjectShell::LoadStyles { SfxStyleSheetBasePool *pSourcePool = rSource.GetStyleSheetPool(); - DBG_ASSERT(pSourcePool, "Source-DocumentShell ohne StyleSheetPool"); + DBG_ASSERT(pSourcePool, "Source-DocumentShell without StyleSheetPool"); SfxStyleSheetBasePool *pMyPool = GetStyleSheetPool(); - DBG_ASSERT(pMyPool, "Dest-DocumentShell ohne StyleSheetPool"); + DBG_ASSERT(pMyPool, "Dest-DocumentShell without StyleSheetPool"); pSourcePool->SetSearchMask(SfxStyleFamily::All); std::unique_ptr<Styles_Impl[]> pFound(new Styles_Impl[pSourcePool->Count()]); sal_uInt16 nFound = 0; diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index dc2c032263f2..fe37350cd33e 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -732,7 +732,7 @@ bool SfxObjectShell::DoLoad( SfxMedium *pMed ) } else if ( GetError() == ERRCODE_NONE && InitNew(nullptr) ) { - // Name vor ConvertFrom setzen, damit GetSbxObject() schon funktioniert + // set name before ConvertFrom, so that GetSbxObject() already works bHasName = true; SetName( SfxResId(STR_NONAME).toString() ); diff --git a/sfx2/source/inc/statcach.hxx b/sfx2/source/inc/statcach.hxx index 2e5937136fbe..ab2b6ef89efc 100644 --- a/sfx2/source/inc/statcach.hxx +++ b/sfx2/source/inc/statcach.hxx @@ -71,7 +71,7 @@ friend class BindDispatch_Impl; SfxPoolItem* pLastItem; // Last sent Item, never -1 SfxItemState eLastState; // Last sent State bool bCtrlDirty:1; // Update Controller? - bool bSlotDirty:1; // Present Funktion, must be updated + bool bSlotDirty:1; // Present Function, must be updated bool bItemVisible:1; // item visibility bool bItemDirty; // Validity of pLastItem |