diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-05 13:25:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-05 13:49:23 +0100 |
commit | 24858e4a3b61c58ef93deabc480061f96eebdbc2 (patch) | |
tree | f22c6e1e53e238ac24d128551bb667e6854d40fb /include | |
parent | 3d1043f6409b4c5690874c3d9cea96c08f449e88 (diff) |
Pin_Impl doesn't have an implementation
Change-Id: Ic2eb447910b14d75911be4835a533c8575045e08
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/dockwin.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/dockwin.hxx b/include/sfx2/dockwin.hxx index b88f20d00f73..0a36f7c6951e 100644 --- a/include/sfx2/dockwin.hxx +++ b/include/sfx2/dockwin.hxx @@ -114,7 +114,6 @@ public: SAL_DLLPRIVATE void Reappear_Impl(); SAL_DLLPRIVATE bool IsAutoHide_Impl() const; SAL_DLLPRIVATE void AutoShow_Impl( bool bShow = true ); - SAL_DLLPRIVATE void Pin_Impl( bool bPinned ); SAL_DLLPRIVATE void ReleaseChildWindow_Impl(); }; |