diff options
author | Nigel Hawkins <n.hawkins@gmx.com> | 2011-08-09 09:46:56 +0100 |
---|---|---|
committer | Nigel Hawkins <n.hawkins@gmx.com> | 2011-08-09 15:04:47 +0100 |
commit | 79f5abe3fde96a5537f0d80e0919c80d241f63a8 (patch) | |
tree | f6b201d5c8f053bd9331135dcda84ce303be0b5d /editeng/inc | |
parent | f05ff87ecebec36bac9e143a184c8b65f43d476b (diff) |
Replace SvUShorts with vector in editeng/impedit.hxx and cascade changes.
LGPLv3+/MPL
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/editeng/unotext.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/inc/editeng/unotext.hxx b/editeng/inc/editeng/unotext.hxx index 0395e4d9afda..bdf86be7591c 100644 --- a/editeng/inc/editeng/unotext.hxx +++ b/editeng/inc/editeng/unotext.hxx @@ -518,7 +518,6 @@ public: // ==================================================================== #include <com/sun/star/text/XTextContent.hpp> -class SvUShorts; class SvxUnoTextContent : public SvxUnoTextRangeBase, public ::com::sun::star::text::XTextContent, public ::com::sun::star::container::XEnumerationAccess, |