]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiDialog.h
Handle correctly zero table special arguments.
[lyx.git] / src / frontends / qt4 / GuiDialog.h
index 3b26943923abd09b20ebbbc3f0d2870394fa618f..b579e3f038ad091273f659a941692550d79ae12d 100644 (file)
@@ -22,7 +22,7 @@ namespace lyx {
 namespace frontend {
 
 /// Base class for historical LyX dialogs.
-/** 
+/**
   * \warning New dialogs should use the leaner classes \c DialogView or
   * \c DockView depending on the intent. Eventually, old dialogs should be
   * converted to \c DialogView too.
@@ -97,7 +97,7 @@ public:
         *  to close or not (no point refreshing the display for example).
         */
        bool isClosing() const { return is_closing_; }
-       
+
        ///
        bool needBufferOpen() const { return isBufferDependent(); }