diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-02 00:08:18 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-07-02 00:08:18 +0900 |
commit | b876538a6d90926b9771fb014432ccfb8c8125be (patch) | |
tree | 45b06b7546e77965dda04b77c3e5844bd6df619d /sd/source/ui/inc/unomodel.hxx | |
parent | 914c8163e3a5014d9d2885444b6383f6fdcea529 (diff) |
removed unnecessary forward declarations of class
except moving SdXImpressDocument to sd/source/ui/unoidl/unopage.hxx
Change-Id: I855d8369b09ca0fb6d604410f4ed204b11ee4211
Diffstat (limited to 'sd/source/ui/inc/unomodel.hxx')
-rw-r--r-- | sd/source/ui/inc/unomodel.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx index 5ee275f63d05..925e0645654e 100644 --- a/sd/source/ui/inc/unomodel.hxx +++ b/sd/source/ui/inc/unomodel.hxx @@ -60,7 +60,6 @@ class SdDrawDocument; class SdPage; -class SdXCustomPresentations; namespace sd { class DrawDocShell; |