diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-24 22:57:08 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-25 10:13:44 +0900 |
commit | 27b88d815dbbe6d2053add5fa17746bd1ff6a13d (patch) | |
tree | 8dab7f88d74507d18ec31dbbefa4441018c8107e /toolkit/source/controls/grid | |
parent | 793f1e70ce4c364b366d2e8065ea7fb2815bbf40 (diff) |
removed unused forward declarations of class
Change-Id: I814f8bdf4e4015f8e4eea34533db4ed8d6a7496e
Diffstat (limited to 'toolkit/source/controls/grid')
-rw-r--r-- | toolkit/source/controls/grid/defaultgridcolumnmodel.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
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 <comphelper/componentcontext.hxx> #include <vector> -namespace comphelper -{ - class ComponentGuard; -} - namespace toolkit { |