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/source/ui | |
parent | a4ad260454df9bac6c4f16449bd0bfbe0e04827a (diff) |
Remove unneeded foward declaration.
Diffstat (limited to 'sd/source/ui')
-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 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 { |