From 27b88d815dbbe6d2053add5fa17746bd1ff6a13d Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sun, 24 Jun 2012 22:57:08 +0900 Subject: removed unused forward declarations of class Change-Id: I814f8bdf4e4015f8e4eea34533db4ed8d6a7496e --- toolkit/source/controls/grid/defaultgridcolumnmodel.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'toolkit') diff --git a/toolkit/source/controls/grid/defaultgridcolumnmodel.hxx b/toolkit/source/controls/grid/defaultgridcolumnmodel.hxx index e3dfe64dff45..7da262188b71 100644 --- a/toolkit/source/controls/grid/defaultgridcolumnmodel.hxx +++ b/toolkit/source/controls/grid/defaultgridcolumnmodel.hxx @@ -32,11 +32,6 @@ #include #include -namespace comphelper -{ - class ComponentGuard; -} - namespace toolkit { -- cgit