summaryrefslogtreecommitdiffstats
path: root/include/svx/svdcrtv.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-27 15:11:50 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-28 06:25:28 +0000
commit4391d400e01e4a756d03d357d81e9769c34ae83b (patch)
treebe0c136884f5c77d3494e9bce492937fde79bb2a /include/svx/svdcrtv.hxx
parentloplugin:singlevalfields in filter (diff)
downloadcore-4391d400e01e4a756d03d357d81e9769c34ae83b.tar.gz
core-4391d400e01e4a756d03d357d81e9769c34ae83b.zip
loplugin:singlevalfields in svx
Change-Id: I7a2d11e1343f6382c3556c4536fc8ae40e210b74 Reviewed-on: https://gerrit.libreoffice.org/26710 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/svdcrtv.hxx')
-rw-r--r--include/svx/svdcrtv.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/svx/svdcrtv.hxx b/include/svx/svdcrtv.hxx
index ea3535cd4de0..83fc4070220c 100644
--- a/include/svx/svdcrtv.hxx
+++ b/include/svx/svdcrtv.hxx
@@ -54,7 +54,6 @@ protected:
bool bAutoTextEdit : 1; // Textedit after we start the creation of a text frame
bool b1stPointAsCenter : 1;
bool bUseIncompatiblePathCreateInterface : 1;
- bool bAutoClosePolys : 1;
void ImpClearConnectMarker();
@@ -121,26 +120,12 @@ public:
// Only the length of the tip is dragged
bool BegCreateCaptionObj(const Point& rPnt, const Size& rObjSiz, OutputDevice* pOut=nullptr, short nMinMov=-3, SdrPageView* pPV=nullptr);
- // If TextEditAfterCreate is sal_True (the default),
- // then after the creation of a TextFrame object (OBJ_TEXT,
- // OBJ_TEXTEXT, OBJ_OUTLINERTEXT, OBJ_TITLETEXT, OBJ_CAPTION)
- // automatically start a TextEdit (SdrObjEditView: SdrBeginTextEdit)
- bool IsTextEditAfterCreate() const { return bAutoTextEdit; }
-
// Create a circle/rectangle/text frame with the first Point being
// the center of the object instead of the upper-left corner.
// Persistent flag. Default = FALSE.
bool IsCreate1stPointAsCenter() const { return b1stPointAsCenter; }
void SetCreate1stPointAsCenter(bool bOn) { b1stPointAsCenter = bOn; }
- // For polylines (OBJ_PLIN) and freehand lines (OBJ_FREELINE). If this
- // Flag is sal_True, these two types of objects are implicitly closed, and
- // converted to Polygon (OBJ_POLY) or freehand fill (OBJ_FREEFILL) if
- // the distance between the start point and end point of the
- // Object <= nAutoCloseDistPix pixels.
- // Default = TRUE.
- bool IsAutoClosePolys() const { return bAutoClosePolys; }
-
// Default = 5 Pixel
sal_uInt16 GetAutoCloseDistPix() const { return sal_uInt16(nAutoCloseDistPix); }