diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-03 16:46:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-03 16:49:10 +0100 |
commit | ff7414a97f5ded66a8e8c8611ad801b1e6c11c9e (patch) | |
tree | ff1bba7e409c1cce51d92e1b8e871f1d473846b2 /include/sfx2/tbxctrl.hxx | |
parent | c91f7082180d1ca90467891f3b7ca9a3e845d9e7 (diff) |
Resolves: fdo#68726 make navigator child dialog float on top
i.e. set its parent to the thing it wants to be on top of
As an aside I'm not entirely sure that this little dialog has the decorations
set on it that it would like, I suspect it wants to be more like the
tearable-off font color floatingwindow. But lets not muddy the waters in this
commit.
Change-Id: I9e0c35fbb66e50c04c7b28904d3937cf9ae417f4
Diffstat (limited to 'include/sfx2/tbxctrl.hxx')
-rw-r--r-- | include/sfx2/tbxctrl.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx index af1b1a640ab9..3d4037661a7d 100644 --- a/include/sfx2/tbxctrl.hxx +++ b/include/sfx2/tbxctrl.hxx @@ -146,6 +146,10 @@ public: const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, Window* pParentWindow, WinBits nBits ); + SfxPopupWindow( sal_uInt16 nId, + const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rFrame, + Window* pParentWindow, + const ResId &rId ); ~SfxPopupWindow(); virtual SfxPopupWindow* Clone() const; |