diff options
author | Michael Stahl <mst@openoffice.org> | 2010-01-08 17:13:55 +0100 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-01-08 17:13:55 +0100 |
commit | 4c6944934cdebd18960a5e9c9e4c2e0358bbe685 (patch) | |
tree | 388f8d7596170587b4864268a3d68659ca54eed1 /sw/inc/unoparagraph.hxx | |
parent | 707a8056246df700f59a3dfec7f6cecfdabeee50 (diff) |
swunolocking1: #i105557#: SwXParagraph: move static methods to namespace sw.
Diffstat (limited to 'sw/inc/unoparagraph.hxx')
-rw-r--r-- | sw/inc/unoparagraph.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/unoparagraph.hxx b/sw/inc/unoparagraph.hxx index b14aeb7dc3..add936e9c7 100644 --- a/sw/inc/unoparagraph.hxx +++ b/sw/inc/unoparagraph.hxx @@ -111,9 +111,6 @@ public: /// for SwXText void attachToText(SwXText & rParent, SwTxtNode & rTxtNode); - static bool getDefaultTextContentValue(::com::sun::star::uno::Any& rAny, - const ::rtl::OUString& rPropertyName, USHORT nWID = 0); - // MetadatableMixin virtual ::sfx2::Metadatable* GetCoreObject(); virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > |