summaryrefslogtreecommitdiff
path: root/sw/source/uibase/lingu
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-01-05 09:05:41 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-01-05 13:38:14 +0100
commitdc7ed240d272df939ef68f64316ee77419b0e2e6 (patch)
tree695dbbee54544e4a96ddb6be0fa2e364db2b68cb /sw/source/uibase/lingu
parented746579fec3da102c8b646cb24548cd3c084ca9 (diff)
sw: clean up some no longer building leftover debug code
Change-Id: I1e895382fc858ecd9be3d974b2be155d7e9de52d Reviewed-on: https://gerrit.libreoffice.org/47452 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/source/uibase/lingu')
-rw-r--r--sw/source/uibase/lingu/hhcwrp.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/uibase/lingu/hhcwrp.cxx b/sw/source/uibase/lingu/hhcwrp.cxx
index 9e82fb933a85..e07705367b55 100644
--- a/sw/source/uibase/lingu/hhcwrp.cxx
+++ b/sw/source/uibase/lingu/hhcwrp.cxx
@@ -445,10 +445,6 @@ void SwHHCWrapper::ReplaceUnit(
pRuby->SetPosition( static_cast<sal_uInt16>(bRubyBelow) );
pRuby->SetAdjustment( RubyAdjust_CENTER );
-#if OSL_DEBUG_LEVEL > 1
- SwPaM *pPaM = m_rWrtShell.GetCursor();
- (void)pPaM;
-#endif
m_rWrtShell.SetAttrItem(*pRuby);
delete pRuby;
m_rWrtShell.EndUndo( SwUndoId::SETRUBYATTR );