diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-21 23:22:36 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-23 02:48:28 +0900 |
commit | dbd9db69bb2ca982d76c09f8cb9561b42c9138b8 (patch) | |
tree | e7a76414b49eff37c9b916050f92bed4cdd9ffa8 /reportdesign/inc | |
parent | 0ffc81ffdbb535301fa5d5608c7eeb1052d2c3a4 (diff) |
removed unused forward declarations of class
Change-Id: Ibb3918b95c2518fd83f566bb726273dbf90cf8c8
Diffstat (limited to 'reportdesign/inc')
-rw-r--r-- | reportdesign/inc/UndoActions.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
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 <memory> #include <boost/shared_ptr.hpp> -namespace com { namespace sun { namespace star { - namespace awt { - class XControl; - class XControlContainer; - } -}}} - namespace dbaui { class IController; } namespace rptui { - class OObjectBase; - enum Action { Inserted = 1, |