summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw
diff options
context:
space:
mode:
authorBernhard Widl <bernhard.widl@cib.de>2017-06-26 18:47:10 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-27 12:51:27 +0200
commit37e7bb9c7803a3d4a3b4c44562487403e274203f (patch)
treecc1d0e9c18883e3f285b9ed3f5214ff6176679ee /sw/source/uibase/docvw
parent6124490c1e486d648d75cd1c3f7f4e793fb1d1c0 (diff)
fdo#43157 convert OSL_ASSERT to assert in sw/source
Change-Id: Ibef2f8deb36e2123f22bd925d1360c34de0ce47b Reviewed-on: https://gerrit.libreoffice.org/39270 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/source/uibase/docvw')
-rw-r--r--sw/source/uibase/docvw/FrameControlsManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/FrameControlsManager.cxx b/sw/source/uibase/docvw/FrameControlsManager.cxx
index a16193227b1d..3ffb9a96f532 100644
--- a/sw/source/uibase/docvw/FrameControlsManager.cxx
+++ b/sw/source/uibase/docvw/FrameControlsManager.cxx
@@ -104,7 +104,7 @@ void SwFrameControlsManager::SetReadonlyControls( bool bReadonly )
void SwFrameControlsManager::SetHeaderFooterControl( const SwPageFrame* pPageFrame, FrameControlType eType, Point aOffset )
{
- OSL_ASSERT( eType == Header || eType == Footer );
+ assert( eType == Header || eType == Footer );
// Check if we already have the control
SwFrameControlPtr pControl;