summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbastyles.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-24 15:36:09 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-24 15:36:09 +0100
commit145eb03b35e3ac08a45805b1c270d862e355cc1e (patch)
tree4474eb5c6360d94eca9146d5bcc087035f5c8a4f /sw/source/ui/vba/vbastyles.cxx
parent5f8e1824c6401666b7f5f3d7d995b019f13d3569 (diff)
Remove FUTURE directive.
Diffstat (limited to 'sw/source/ui/vba/vbastyles.cxx')
-rw-r--r--sw/source/ui/vba/vbastyles.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/source/ui/vba/vbastyles.cxx b/sw/source/ui/vba/vbastyles.cxx
index 06d9d52c8d5b..cd4f353d29d4 100644
--- a/sw/source/ui/vba/vbastyles.cxx
+++ b/sw/source/ui/vba/vbastyles.cxx
@@ -166,18 +166,6 @@ static const MSOStyleNameTable aMSOStyleNameTable[] =
{ 0, 0, 0 }
};
-#ifdef FUTURE // seems this isn't used
-static uno::Sequence< rtl::OUString > getStyleTypes()
-{
- uno::Sequence< rtl::OUString > aRet(3);
- rtl::OUString* pArray = aRet.getArray();
- pArray[0] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParagraphStyles") );
- pArray[1] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CharacterStyles") );
- pArray[2] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("NumberingStyles") );
- return aRet;
-}
-#endif
-
typedef ::cppu::WeakImplHelper1< container::XEnumeration > StyleEnumeration_BASE;
typedef ::cppu::WeakImplHelper3< container::XNameAccess, container::XIndexAccess, container::XEnumerationAccess > StyleCollectionHelper_BASE;