From fce166376335b97bf26bcd895ae785070f393878 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 12 Sep 2014 11:11:30 +0200 Subject: Move oox/drawingml/*hxx internal headers to oox/inc. Do not export LinePropertiesContext class as visible. And move GraphicProperties to its own header. Change-Id: I047c181e9f2adc7e59885f59663ea56c7eb898ed --- oox/source/drawingml/textcharacterproperties.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox/source/drawingml/textcharacterproperties.cxx') diff --git a/oox/source/drawingml/textcharacterproperties.cxx b/oox/source/drawingml/textcharacterproperties.cxx index d91988246695..d7a848d99ef1 100644 --- a/oox/source/drawingml/textcharacterproperties.cxx +++ b/oox/source/drawingml/textcharacterproperties.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "oox/drawingml/textcharacterproperties.hxx" +#include "drawingml/textcharacterproperties.hxx" #include #include #include -- cgit