summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2011-04-13 17:46:26 +0200
committerKurt Zenker <kz@openoffice.org>2011-04-13 17:46:26 +0200
commit2cc5922ef0400811fd32f9368a8d1b2c9c5e71fb (patch)
tree3ec8a34d6e58d54746c14de492e9be3b908cfc96 /basic
parentdc076846a9c1ddbcabd33677e595e6fab414e062 (diff)
parentdef5162e292dddd88277e4a05739578defaef823 (diff)
CWS-TOOLING: integrate CWS gridfixes_OOO340
Diffstat (limited to 'basic')
-rw-r--r--basic/source/app/brkpnts.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/app/brkpnts.cxx b/basic/source/app/brkpnts.cxx
index e7687222d5da..2878d736e493 100644
--- a/basic/source/app/brkpnts.cxx
+++ b/basic/source/app/brkpnts.cxx
@@ -108,7 +108,7 @@ void BreakpointWindow::SetBPsInModule()
{
pModule->SetBP( (sal_uInt16)pBrk->nLine );
#if OSL_DEBUG_LEVEL > 1
- DBG_ASSERT( !pModule->IsCompiled() || pModule->IsBP( (USHORT)pBrk->nLine ), "Brechpunkt wurde nicht gesetzt" );
+ DBG_ASSERT( !pModule->IsCompiled() || pModule->IsBP( (sal_uInt16)pBrk->nLine ), "Brechpunkt wurde nicht gesetzt" );
#endif
pBrk = Next();
}