diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2011-06-12 17:09:45 -0430 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-06-15 00:54:59 +0200 |
commit | 056cbc30652934e3b0eb506320dc52012c5dc50a (patch) | |
tree | b3e23571bbf081fa40527f4ca9627f24e2725fd3 /sd | |
parent | a4ad260454df9bac6c4f16449bd0bfbe0e04827a (diff) |
Remove unneeded foward declaration.
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/html/htmlex.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/unomodel.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/filter/html/htmlex.hxx b/sd/source/filter/html/htmlex.hxx index d320cd9edb0b..b9aa250a4a80 100644 --- a/sd/source/filter/html/htmlex.hxx +++ b/sd/source/filter/html/htmlex.hxx @@ -63,7 +63,6 @@ #define HtmlButtonThemaStr = "private://gallery/hidden/HtmlExportButtons"; -class List; class SfxProgress; class SdrOutliner; class SdPage; diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx index b86235294fa3..5ee275f63d05 100644 --- a/sd/source/ui/inc/unomodel.hxx +++ b/sd/source/ui/inc/unomodel.hxx @@ -60,7 +60,6 @@ class SdDrawDocument; class SdPage; -class List; class SdXCustomPresentations; namespace sd { |