From 1be43c60fb32783312c18e4f65d63f4d7a55ca70 Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Thu, 3 Dec 2009 18:53:41 +0100 Subject: renaissance01: #i107213# further layout work, initial support for new layout toolbox control --- sd/source/ui/inc/View.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sd/source/ui/inc/View.hxx') diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx index 6f63ab1c90f8..de30ee1292a9 100644 --- a/sd/source/ui/inc/View.hxx +++ b/sd/source/ui/inc/View.hxx @@ -211,6 +211,8 @@ public: void SetMarkedPointsSmoothPossible( bool bSet ) { bSetMarkedPointsSmoothPossible = bSet; } void SetMarkedSegmentsKindPossible( bool bSet ) { bSetMarkedSegmentsKindPossible = bSet; } + SdrObject* GetEmptyPresentationObject( PresObjKind eKind ); + protected: DECL_LINK( OnParagraphInsertedHdl, ::Outliner * ); DECL_LINK( OnParagraphRemovingHdl, ::Outliner * ); -- cgit From a7df7372429ea4ea2d17852588b1c0fbf7a91d2f Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Tue, 13 Apr 2010 12:10:03 +0200 Subject: fixed unix warnings --- sd/source/ui/inc/View.hxx | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 sd/source/ui/inc/View.hxx (limited to 'sd/source/ui/inc/View.hxx') diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx old mode 100644 new mode 100755 -- cgit From 66973bc3700b4593c93e3fe2667a37f915381e29 Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Fri, 30 Apr 2010 10:43:18 +0200 Subject: fixed unix compiler warnings --- sd/source/ui/inc/View.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sd/source/ui/inc/View.hxx') diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx index c2aacfaa2cb7..2b6c1a8abb77 100755 --- a/sd/source/ui/inc/View.hxx +++ b/sd/source/ui/inc/View.hxx @@ -209,7 +209,6 @@ public: void SetMarkedSegmentsKindPossible( bool bSet ) { bSetMarkedSegmentsKindPossible = bSet; } SdrObject* GetEmptyPresentationObject( PresObjKind eKind ); - protected: DECL_LINK( OnParagraphInsertedHdl, ::Outliner * ); DECL_LINK( OnParagraphRemovingHdl, ::Outliner * ); -- cgit