summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-03 09:29:18 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-03 09:29:18 +0100
commit3b5fffc4edb37bb159442909305b22ec84154e24 (patch)
tree73b241738008434f490221eba7a7fe855d8e92a9 /svl
parent81d758830bc7a63b4b5ae66bc7a4a599449a48dd (diff)
Size matters
Diffstat (limited to 'svl')
-rw-r--r--svl/source/svdde/ddesvr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/svdde/ddesvr.cxx b/svl/source/svdde/ddesvr.cxx
index ea630a082100..ca1f161fada8 100644
--- a/svl/source/svdde/ddesvr.cxx
+++ b/svl/source/svdde/ddesvr.cxx
@@ -219,7 +219,7 @@ HDDEDATA CALLBACK _export DdeInternal::SvrCallback(
{
for ( size_t i = 0, n = pService->pConv->size(); i < n; ++i )
{
- pc = (*pService->pConv)[ i ];
+ pC = (*pService->pConv)[ i ];
if ( pC->hConv == hConv )
goto found;
}