diff options
Diffstat (limited to 'include/svx/unoshape.hxx')
-rw-r--r-- | include/svx/unoshape.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index e2a5d47e22be..654c60bb3c5e 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -606,6 +606,8 @@ public: bool createObject( const SvGlobalName &aClassName ); void createLink( const OUString& aLinkURL ); + + virtual OUString GetAndClearInitialFrameURL(); }; |