diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-06-12 16:16:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-06-12 17:14:07 +0200 |
commit | 524cfd3ea06070dd3219c20bcbfc6bf347f13926 (patch) | |
tree | 089979428f25defdf4ab1bbaed3cc432cfa102c5 /sw/source/ui/vba/vbawindow.hxx | |
parent | 170d7dccf10eedcddb2a4eab714ec0da9817255c (diff) |
Add ooo.vba.word.XWindow.Caption property
Change-Id: Ifa94b95d935975a87322afebfe604a4016f5a53f
Reviewed-on: https://gerrit.libreoffice.org/55692
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'sw/source/ui/vba/vbawindow.hxx')
-rw-r--r-- | sw/source/ui/vba/vbawindow.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbawindow.hxx b/sw/source/ui/vba/vbawindow.hxx index e5f7296a8ba5..ee435b1505ac 100644 --- a/sw/source/ui/vba/vbawindow.hxx +++ b/sw/source/ui/vba/vbawindow.hxx @@ -42,6 +42,8 @@ public: virtual void SAL_CALL setView( const css::uno::Any& _view ) override; virtual css::uno::Any SAL_CALL getWindowState() override; virtual void SAL_CALL setWindowState( const css::uno::Any& _windowstate ) override; + virtual OUString SAL_CALL getCaption() override; + virtual void SAL_CALL setCaption( const OUString& _caption ) override; // Methods virtual void SAL_CALL Activate( ) override; virtual void SAL_CALL Close( const css::uno::Any& SaveChanges, const css::uno::Any& RouteDocument ) override; |