Clean up some whitespace and comment craziness
Change-Id: Id8d5173729a3e290e3d43ea67a6a9d06f244c409
This commit is contained in:
@@ -35,19 +35,17 @@ namespace sdr
|
||||
namespace properties
|
||||
{
|
||||
class CustomShapeProperties;
|
||||
} // end of namespace properties
|
||||
} // end of namespace sdr
|
||||
}
|
||||
}
|
||||
|
||||
class SdrAShapeObjGeoData : public SdrTextObjGeoData
|
||||
{
|
||||
public:
|
||||
|
||||
bool bMirroredX;
|
||||
bool bMirroredY;
|
||||
double fObjectRotation;
|
||||
|
||||
css::uno::Sequence< css::drawing::EnhancedCustomShapeAdjustmentValue >
|
||||
aAdjustmentSeq;
|
||||
css::uno::Sequence< css::drawing::EnhancedCustomShapeAdjustmentValue > aAdjustmentSeq;
|
||||
};
|
||||
|
||||
enum class CustomShapeHandleModes
|
||||
@@ -60,6 +58,7 @@ enum class CustomShapeHandleModes
|
||||
MOVE_SHAPE = 16,
|
||||
ORTHO4 = 32,
|
||||
};
|
||||
|
||||
namespace o3tl
|
||||
{
|
||||
template<> struct typed_flags<CustomShapeHandleModes> : is_typed_flags<CustomShapeHandleModes, 63> {};
|
||||
@@ -72,10 +71,6 @@ struct SdrCustomShapeInteraction
|
||||
CustomShapeHandleModes nMode;
|
||||
};
|
||||
|
||||
|
||||
// SdrObjCustomShape
|
||||
|
||||
|
||||
class SVX_DLLPUBLIC SdrObjCustomShape : public SdrTextObj
|
||||
{
|
||||
private:
|
||||
@@ -140,7 +135,6 @@ protected:
|
||||
Size m_aSuggestedTextFrameSize;
|
||||
|
||||
public:
|
||||
|
||||
bool UseNoFillStyle() const;
|
||||
|
||||
bool IsMirroredX() const;
|
||||
|
Reference in New Issue
Block a user