]> git.lyx.org Git - features.git/commitdiff
* src/insets/InsetTabular.h:
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 22 Jul 2008 16:13:59 +0000 (16:13 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 22 Jul 2008 16:13:59 +0000 (16:13 +0000)
- implement hasFixedWidth() (fixes part of bug 3484).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25805 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.h

index 5cf3d7eb3deac7915b087557c3fca708638e2646..c2395698f8d3a33f9e6ba2a099d56314bef84259 100644 (file)
@@ -681,6 +681,8 @@ private:
        virtual bool forcePlainLayout(idx_type = 0) const;
        /// 
        virtual bool allowParagraphCustomization(idx_type = 0) const;
+       /// Is the width forced to some value?
+       bool hasFixedWidth() const { return isFixedWidth; }
 };