summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objcont.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/objcont.cxx')
-rw-r--r--sfx2/source/doc/objcont.cxx4
1 files changed, 2 insertions, 2 deletions
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;