From 5668e73beb30b95abc6520b7432c54972ca3ab2c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 20 Nov 2013 14:43:45 +0100 Subject: avmedia: Implement "block untrusted referer links" feature See f0a9ca24fd4bf79cac908bf0d6fdb8905dc504db "rhbz#887420 Implement 'block untrusted referer links' feature" for details. This adds some further /*TODO?*/ comments, and one known problem (marked /*TODO!*/) is that movies/sounds are not blocked during a slideshow presentation. Change-Id: Ib2d0c7e4f7b02c4bdec0d8a90cee5e7e1bee8325 --- sc/inc/docuno.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sc/inc') diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index ce289d17ba0a..9be1ee22e7b3 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -106,6 +106,10 @@ private: com::sun::star::uno::Reference GetFormatter(); void HandleCalculateEvents(); + css::uno::Reference create( + OUString const & aServiceSpecifier, + css::uno::Sequence const * arguments); + OUString maBuildId; protected: const SfxItemPropertySet& GetPropertySet() const { return aPropSet; } -- cgit