Kaydet (Commit) fc1ca84b authored tarafından Philipp Riemer's avatar Philipp Riemer Kaydeden (comit) Philipp Weissenbacher

delete useless code in sw/source/code/inc

 - frame.hxx: git grep shows that variable is not used anywhere
 - dflyobj.hxx, frmtool.hxx: redundant visibility declaration
 - layouter.hxx: redundant include (once with "" and once with <>)
üst 74b5a0dd
...@@ -87,7 +87,6 @@ public: ...@@ -87,7 +87,6 @@ public:
basegfx::B2DRange getOuterBound() const; basegfx::B2DRange getOuterBound() const;
basegfx::B2DRange getInnerBound() const; basegfx::B2DRange getInnerBound() const;
public:
TYPEINFO(); TYPEINFO();
SwVirtFlyDrawObj(SdrObject& rNew, SwFlyFrm* pFly); SwVirtFlyDrawObj(SdrObject& rNew, SwFlyFrm* pFly);
......
...@@ -368,9 +368,6 @@ protected: ...@@ -368,9 +368,6 @@ protected:
sal_Bool bCompletePaint : 1; sal_Bool bCompletePaint : 1;
sal_Bool bRetouche : 1; // frame is responsible for retouching sal_Bool bRetouche : 1; // frame is responsible for retouching
public:
sal_Bool bUnUsed2 : 1;
protected: protected:
sal_Bool bInfInvalid : 1; // InfoFlags are invalid sal_Bool bInfInvalid : 1; // InfoFlags are invalid
sal_Bool bInfBody : 1; // Frm is in document body sal_Bool bInfBody : 1; // Frm is in document body
......
...@@ -158,7 +158,6 @@ protected: ...@@ -158,7 +158,6 @@ protected:
sal_Bool bHadFollow; sal_Bool bHadFollow;
sal_Bool bInvaKeep; sal_Bool bInvaKeep;
sal_Bool bValidSize; sal_Bool bValidSize;
protected:
// #i49383# // #i49383#
bool mbFrmDeleted; bool mbFrmDeleted;
......
...@@ -50,7 +50,6 @@ class SwAnchoredObject; ...@@ -50,7 +50,6 @@ class SwAnchoredObject;
#include <vector> #include <vector>
class SwFrm; class SwFrm;
// --> #i65250# // --> #i65250#
#include <swtypes.hxx>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
class SwFlowFrm; class SwFlowFrm;
class SwLayoutFrm; class SwLayoutFrm;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment