summaryrefslogtreecommitdiff
path: root/sw/source/ui/table/chartins.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/table/chartins.cxx')
-rw-r--r--sw/source/ui/table/chartins.cxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/sw/source/ui/table/chartins.cxx b/sw/source/ui/table/chartins.cxx
index eb9cb6c32ff9..c33991127529 100644
--- a/sw/source/ui/table/chartins.cxx
+++ b/sw/source/ui/table/chartins.cxx
@@ -60,12 +60,9 @@
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
-
-
Point SwGetChartDialogPos( const Window *pParentWin, const Size& rDialogSize, const Rectangle& rLogicChart )
{
- // !! positioning code according to spepc; similar to Calc fuins2.cxx
-
+ // positioning code according to spepc; similar to Calc fuins2.cxx
Point aRet;
OSL_ENSURE( pParentWin, "Window not found" );
@@ -247,7 +244,6 @@ void SwInsertChart(Window* pParent, SfxBindings* pBindings )
}
}
-
void AutoEdit::KeyInput( const KeyEvent& rEvt )
{
sal_uInt16 nCode = rEvt.GetKeyCode().GetCode();
@@ -255,7 +251,4 @@ void AutoEdit::KeyInput( const KeyEvent& rEvt )
Edit::KeyInput( rEvt );
}
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */