r23136 by jghali - #15773: Fix indent in scribus/pageitem_textframe.h <Itoh Shimon>

scribus-commit scribus-commit at lists.scribus.net
Sat Aug 17 14:46:22 UTC 2019


Author: jghali
Date: Sat Aug 17 14:46:22 2019
New Revision: 23136

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=23136
Log:
#15773: Fix indent in scribus/pageitem_textframe.h <Itoh Shimon>

Modified:
    trunk/Scribus/scribus/pageitem_textframe.h

Modified: trunk/Scribus/scribus/pageitem_textframe.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23136&path=/trunk/Scribus/scribus/pageitem_textframe.h
==============================================================================
--- trunk/Scribus/scribus/pageitem_textframe.h	(original)
+++ trunk/Scribus/scribus/pageitem_textframe.h	Sat Aug 17 14:46:22 2019
@@ -55,10 +55,10 @@
 
 	PageItem_TextFrame * asTextFrame() override { return this; }
 	bool isTextFrame() const override { return true; }
-	
+
 	void clearContents() override;
 	void truncateContents() override;
-	
+
 	/**
 	* \brief Handle keyboard interaction with the text frame while in edit mode
 	* @param k key event
@@ -68,7 +68,7 @@
 	void deleteSelectedTextFromFrame();
 	void ExpandSel(int oldPos);
 	void deselectAll();
-	
+
 	//for speed up updates when changed was only one frame from chain
 	virtual void invalidateLayout(bool wholeChain);
 	using PageItem::invalidateLayout;
@@ -79,7 +79,7 @@
 
 	double columnWidth();
 
-    //enable/disable marks inserting actions depending on editMode
+	//enable/disable marks inserting actions depending on editMode
 	void toggleEditModeActions();
 	QRegion availableRegion() { return m_availableRegion; }
 
@@ -92,7 +92,7 @@
 	//void drawOverflowMarker(ScPainter *p);
 	void drawUnderflowMarker(ScPainter *p);
 	void drawColumnBorders(ScPainter *p);
-	
+
 	bool unicodeTextEditMode;
 	int unicodeInputCount;
 	QString unicodeInputString;
@@ -119,7 +119,7 @@
 	bool checkKeyIsShortcut(QKeyEvent *k);
 	QRectF m_origAnnotPos;
 	void updateBulletsNum();
-	
+
 private slots:
 	void slotInvalidateLayout(int firstItem, int endItem);
 
@@ -149,7 +149,7 @@
 	NotesInFrameMap updateNotesFrames(QMap<int, Mark*> noteMarksPosMap); //update notes frames content
 	void updateNotesMarks(NotesInFrameMap notesMap);
 	Mark* selectedMark(bool onlySelection = true);
-    TextNote* selectedNoteMark(int& foundPos, bool onlySelection = true);
+	TextNote* selectedNoteMark(int& foundPos, bool onlySelection = true);
 	TextNote* selectedNoteMark(bool onlySelection = true);
 protected:
 	// set text frame height to last line of text




More information about the scribus-commit mailing list