diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 19:20:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-07 19:20:30 +0200 |
commit | 3d5d631e5ea9dd897abd5de61a92a75ba22b040e (patch) | |
tree | be1723e7bd19136aed2d9fef857694d806590820 /include | |
parent | ff2a399b61f34f7920e594e8cbb6c19045b24956 (diff) |
SfxViewFrame::GetParentViewFrame_Impl always returns nullptr
...ever since 4d61332a3cb172cdfe29f64efb325f6ef20c573c "[CWS autorecovery]
removed (now) unused methods in Sfx(Top)Frame"
Change-Id: I3a1bc00d8a11337211cdf7265ad8e5e7d5363600
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/viewfrm.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx index a413638d4b31..bc18c91fa974 100644 --- a/include/sfx2/viewfrm.hxx +++ b/include/sfx2/viewfrm.hxx @@ -196,7 +196,6 @@ public: SAL_DLLPRIVATE void StateView_Impl( SfxItemSet &rSet ); SAL_DLLPRIVATE void ExecHistory_Impl( SfxRequest &rReq ); SAL_DLLPRIVATE void StateHistory_Impl( SfxItemSet &rSet ); - SAL_DLLPRIVATE static SfxViewFrame* GetParentViewFrame_Impl(); SAL_DLLPRIVATE void ForceOuterResize_Impl(); SAL_DLLPRIVATE bool IsResizeInToOut_Impl() const; SAL_DLLPRIVATE void UpdateDocument_Impl(); |