summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/sfxbasemodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/sfxbasemodel.cxx')
-rw-r--r--sfx2/source/doc/sfxbasemodel.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index bd61032c379c..c7941649ca64 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -380,7 +380,7 @@ SfxOwnFramesLocker::SfxOwnFramesLocker( SfxObjectShell* pObjectShell )
}
catch( Exception& )
{
- OSL_FAIL( "Not possible to lock the frame window!\n" );
+ OSL_FAIL( "Not possible to lock the frame window!" );
}
}
}
@@ -405,7 +405,7 @@ SfxOwnFramesLocker::~SfxOwnFramesLocker()
}
catch( Exception& )
{
- OSL_FAIL( "Can't unlock the frame window!\n" );
+ OSL_FAIL( "Can't unlock the frame window!" );
}
}
}
@@ -2694,7 +2694,7 @@ void SfxBaseModel::Notify( SfxBroadcaster& rBC ,
}
else
{
- OSL_FAIL( "Unexpected scenario!\n" );
+ OSL_FAIL( "Unexpected scenario!" );
}
}