--- story.h	2007-04-24 20:10:33.000000000 -0500
+++ story.h.nostylefix	2007-04-27 15:34:22.000000000 -0500
@@ -338,7 +338,7 @@
 	void keyPressEvent (QKeyEvent * e);
 	bool eventFilter( QObject* ob, QEvent* ev );
 	//int exec();
-	void changeAlign(int align);
+	void changeAlign(int align, bool isStyleChange=false);
 	int result;
 	void setCurrentDocumentAndItem(ScribusDoc *doc=NULL, PageItem *item=NULL);
 	bool textDataChanged() const;
@@ -349,7 +349,7 @@
 	void setEditorPropsFromFrame();
 	void setEditorPropsFromStyle();
 	void setEditorPropsFromChar(struct PtiSmall *hg);
-	void setParPropsFromFrame(int pa);
+	void setParPropsFromFrame(int pa, bool preserveNoStyle=false);
 	void setParPropsFromStyle(int pa);
 
 	/*! Enables/disables the "smart" selection (#1203) - 10/16/2004 pv */
@@ -381,8 +381,9 @@
 	void newTxtOutline(int o);
 	void newTxtUnderline(int p, int w);
 	void newTxtStrike(int p, int w);
-	void updateProps(int p, int ch);
+	void updateProps(int p, int ch, bool preserveNoStyle=false);
 	void newAlign(int st);
+	void newParaStyle(int st);
 	void changeAlignSB(int pa, int align);
 	void updateStatus();
 	void Do_leave();
