diff options
Diffstat (limited to 'sw/inc/ndole.hxx')
-rw-r--r-- | sw/inc/ndole.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx index 6f027279f426..423f41bd1507 100644 --- a/sw/inc/ndole.hxx +++ b/sw/inc/ndole.hxx @@ -61,6 +61,7 @@ public: const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject > GetOleRef(); svt::EmbeddedObjectRef& GetObject(); OUString GetCurrentPersistName() const { return aName; } + OUString GetStyleString(); sal_Bool IsOleRef() const; ///< To avoid unneccessary loading of object. }; |