summaryrefslogtreecommitdiff
path: root/svtools/source/table/defaultinputhandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/table/defaultinputhandler.cxx')
-rw-r--r--svtools/source/table/defaultinputhandler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/table/defaultinputhandler.cxx b/svtools/source/table/defaultinputhandler.cxx
index b0c4a8c1bf9b..4ae16d6ca7e9 100644
--- a/svtools/source/table/defaultinputhandler.cxx
+++ b/svtools/source/table/defaultinputhandler.cxx
@@ -1,7 +1,7 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -107,7 +107,7 @@ namespace svt { namespace table
bool bHandled = false;
Point aPoint = _rMEvt.GetPosPixel();
if(_rControl.getCurrentRow(aPoint) >= 0)
- {
+ {
if(m_bResize)
{
m_bResize = _rControl.endResizeColumn(aPoint);