From dbd9db69bb2ca982d76c09f8cb9561b42c9138b8 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 21 Jun 2012 23:22:36 +0900 Subject: removed unused forward declarations of class Change-Id: Ibb3918b95c2518fd83f566bb726273dbf90cf8c8 --- reportdesign/inc/UndoActions.hxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'reportdesign/inc') diff --git a/reportdesign/inc/UndoActions.hxx b/reportdesign/inc/UndoActions.hxx index fbdb23843d10..61d055c73fb1 100644 --- a/reportdesign/inc/UndoActions.hxx +++ b/reportdesign/inc/UndoActions.hxx @@ -60,21 +60,12 @@ #include #include -namespace com { namespace sun { namespace star { - namespace awt { - class XControl; - class XControlContainer; - } -}}} - namespace dbaui { class IController; } namespace rptui { - class OObjectBase; - enum Action { Inserted = 1, -- cgit