diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-04 11:17:25 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-19 10:45:01 +0200 |
commit | c97ccd3b3635a53e6bdc07b83c9bf8666b66000a (patch) | |
tree | d52bb0c6d93c0913375fdbd8eb6d36bbae3abbfe /include/svx/svdmodel.hxx | |
parent | 2ebd79b3d214c62c0997606115ebc50700d6a760 (diff) |
loplugin:constantfunction: svx
Change-Id: Ib8c3599d245fbc371d00f28d812138b26c3f706d
Diffstat (limited to 'include/svx/svdmodel.hxx')
-rw-r--r-- | include/svx/svdmodel.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index 3f61550a42a9..ddd7330d11ab 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -297,8 +297,6 @@ public: virtual ~SdrModel(); void ClearModel(bool bCalledFromDestructor); - // Whether the model is being streamed in at the moment - bool IsLoading() const { return false /*BFS01 bLoading */; } // Override this to enable the Swap/LoadOnDemand of graphics. // If rbDeleteAfterUse is set to sal_True the SvStream instance from // the caller will be disposed after use. |