summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-10-19 09:51:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-10-19 09:51:38 +0000
commit0f7a4ecf3ac6f488113d705302d635138661176e (patch)
treed3d8677a1d9528bf61475ac04188c3072fc7b19c /svx
parent821e3b2b3026f21e396a8da3e152781a546ef5f5 (diff)
#i100000# added missing return 0;
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/fmvwimp.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/form/fmvwimp.cxx b/svx/source/form/fmvwimp.cxx
index cc122994e99d..2dc734e9dee5 100644
--- a/svx/source/form/fmvwimp.cxx
+++ b/svx/source/form/fmvwimp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmvwimp.cxx,v $
*
- * $Revision: 1.56 $
+ * $Revision: 1.57 $
*
- * last change: $Author: ihi $ $Date: 2006-10-18 13:24:14 $
+ * last change: $Author: vg $ $Date: 2006-10-19 10:51:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -949,6 +949,7 @@ IMPL_LINK(FmXFormView, OnAutoFocus, void*, /*EMPTYTAG*/)
{
DBG_ERROR("FmXFormView::OnAutoFocus: could not activate the first control!");
}
+ return 0L;
}
// -----------------------------------------------------------------------------