diff options
author | Nigel Hawkins <n.hawkins@gmx.com> | 2011-06-10 17:12:04 +0100 |
---|---|---|
committer | Nigel Hawkins <n.hawkins@gmx.com> | 2011-06-14 13:04:35 +0100 |
commit | 2a913d6ecb2b0f4575a61b07673d1410c01c8004 (patch) | |
tree | 2c17a18f6c74d4122bbf100d71dd0ae2dca02b63 /sw/inc | |
parent | b031a7b3e3a3811c5dc1a4e24c51a33091dc9db4 (diff) |
Remove obsolete forward declarations of SvUShortsSort. LGPLv3+/MPL.
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/doc.hxx | 1 | ||||
-rw-r--r-- | sw/inc/editsh.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index eb6d411e7145..e74e2ec6e7d2 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -111,7 +111,6 @@ class SfxPrinter; class SvNumberFormatter; class SvStringsSort; class SvUShorts; -class SvUShortsSort; class SvxMacro; class SvxMacroTableDtor; class SwAutoCompleteWord; diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 1331f9efd957..14ea40e50e91 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -54,7 +54,6 @@ class SwDoc; class DateTime; class CommandExtTextInputData; -class SvUShortsSort; class SvNumberFormatter; class SfxPoolItem; class SfxItemSet; |