summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/uivwimp.cxx
diff options
context:
space:
mode:
authorJesse <jspears@umd.edu>2011-12-14 14:43:58 -0500
committerMichael Meeks <michael.meeks@suse.com>2011-12-15 16:38:50 +0000
commit6a8f6c4b1324e28c598a065683103ac2ef8ea3fc (patch)
treed59cda7401565170e32c7d06af9755f3110651fd /sw/source/ui/uiview/uivwimp.cxx
parent63a817d2fb00f248053566c8b8364667432fa8b3 (diff)
Removed extra semicolons
Diffstat (limited to 'sw/source/ui/uiview/uivwimp.cxx')
-rw-r--r--sw/source/ui/uiview/uivwimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/uiview/uivwimp.cxx b/sw/source/ui/uiview/uivwimp.cxx
index 5f730ffa991c..e8787b2cb1c9 100644
--- a/sw/source/ui/uiview/uivwimp.cxx
+++ b/sw/source/ui/uiview/uivwimp.cxx
@@ -234,7 +234,7 @@ void SwView_Impl::Invalidate()
void SwView_Impl::AddTransferable(SwTransferable& rTransferable)
{
//prevent removing of the non-referenced SwTransferable
- rTransferable.m_refCount++;;
+ rTransferable.m_refCount++;
{
xTransferable = Reference<XUnoTunnel> (&rTransferable);
}