From e80b5f0a88db0acda3cfe6abc221ee4b3b264e90 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 13 Jun 2012 09:38:33 +0100 Subject: error C2227: left of ´->acquire´ must point to class/struct/union type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6c6e395a87cc25f2ec2f01e6508be8a1214f4d02 --- sc/inc/cellsuno.hxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'sc') diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index dce437d323de..a035aaec339c 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -32,8 +32,9 @@ #include "global.hxx" // ScRange, ScAddress #include "rangelst.hxx" // ScRangeList -#include "formula/grammar.hxx" -#include "rtl/ref.hxx" +#include +#include +#include #include #include #include @@ -100,9 +101,7 @@ #include #include -#ifndef __SGI_STL_VECTOR #include -#endif class ScDocShell; class ScMarkData; @@ -110,7 +109,6 @@ class ScMemChart; class ScPrintRangeSaver; class ScAttrRectIterator; class ScCellRangeObj; -class SvxUnoText; class ScLinkListener; class ScPatternAttr; class SvxBoxItem; -- cgit