From d0054bfd21043a9f48dcb0bb7024edac9c60f453 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 18 Jan 2016 09:39:14 +0100 Subject: svx: SvxXConnectionPreview::GetLineDeltaAnz -> GetLineDeltaCount Change-Id: I1632ef3698004870a273fd85afb11c20ad4b8db3 --- include/svx/connctrl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx') diff --git a/include/svx/connctrl.hxx b/include/svx/connctrl.hxx index e74b480c9792..b9b388e533aa 100644 --- a/include/svx/connctrl.hxx +++ b/include/svx/connctrl.hxx @@ -54,7 +54,7 @@ public: virtual void MouseButtonDown( const MouseEvent& rMEvt ) override; void SetAttributes( const SfxItemSet& rInAttrs ); - sal_uInt16 GetLineDeltaAnz(); + sal_uInt16 GetLineDeltaCount(); void Construct(); void SetView( const SdrView* pSdrView ) { pView = pSdrView; } -- cgit