From 6264cb25992b722e1858c15c6da5b74ae865617e Mon Sep 17 00:00:00 2001 From: Ingrid Halama Date: Tue, 9 Mar 2010 09:55:16 +0100 Subject: chart43: #i29848# chart-copy references original data instead of copied data --- sc/inc/charthelper.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sc/inc/charthelper.hxx') diff --git a/sc/inc/charthelper.hxx b/sc/inc/charthelper.hxx index 4fad54851797..561aa0026e60 100644 --- a/sc/inc/charthelper.hxx +++ b/sc/inc/charthelper.hxx @@ -30,10 +30,7 @@ #include #include "address.hxx" - -class ScDocument; -class ScAddress; -class ScRangeList; +#include "global.hxx" /** Use this to handle charts in a calc document */ -- cgit