]> git.lyx.org Git - features.git/commitdiff
Remove all unnecessary #includes from header files.
authorAngus Leeming <leeming@lyx.org>
Sun, 7 Sep 2003 01:45:40 +0000 (01:45 +0000)
committerAngus Leeming <leeming@lyx.org>
Sun, 7 Sep 2003 01:45:40 +0000 (01:45 +0000)
Add them as appropriate to .C files.
Rename Voss as Vo�, Juergen as J�rgen and Spitzmueller as Spitzm�ller.
Happy compiling.

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

93 files changed:
src/ChangeLog
src/CutAndPaste.C
src/CutAndPaste.h
src/bufferparams.h
src/frontends/LyXKeySym.h
src/frontends/LyXKeySymFactory.h
src/frontends/controllers/ControlBibtex.C
src/frontends/controllers/ControlCommandBuffer.C
src/frontends/controllers/ControlCommandBuffer.h
src/frontends/controllers/ControlGraphics.C
src/frontends/controllers/ControlGraphics.h
src/frontends/controllers/ControlShowFile.C
src/frontends/controllers/ControlShowFile.h
src/frontends/controllers/ControlTexinfo.C
src/frontends/controllers/ControlTexinfo.h
src/frontends/controllers/biblio.C
src/frontends/controllers/tex_helpers.C
src/frontends/controllers/tex_helpers.h
src/frontends/qt2/LyXKeySymFactory.C
src/frontends/qt2/QBibtex.C
src/frontends/qt2/QGraphics.C
src/frontends/qt2/QGraphics.h
src/frontends/qt2/QGraphicsDialog.C
src/frontends/qt2/QGraphicsDialog.h
src/frontends/qt2/QLyXKeySym.C
src/frontends/qt2/QLyXKeySym.h
src/frontends/qt2/QMathMatrixDialog.C
src/frontends/qt2/QMathMatrixDialog.h
src/frontends/qt2/QNote.C
src/frontends/qt2/QNote.h
src/frontends/qt2/QNoteDialog.C
src/frontends/qt2/QNoteDialog.h
src/frontends/qt2/QSendto.C
src/frontends/qt2/QSendto.h
src/frontends/qt2/QSendtoDialog.C
src/frontends/qt2/QSendtoDialog.h
src/frontends/qt2/QTabular.C
src/frontends/qt2/QTabular.h
src/frontends/qt2/QTabularDialog.C
src/frontends/qt2/QTabularDialog.h
src/frontends/qt2/QWrap.C
src/frontends/qt2/QWrap.h
src/frontends/qt2/QWrapDialog.C
src/frontends/qt2/QWrapDialog.h
src/frontends/qt2/lengthcombo.C
src/frontends/xforms/FormBibtex.C
src/frontends/xforms/FormDocument.C
src/frontends/xforms/FormGraphics.C
src/frontends/xforms/FormGraphics.h
src/frontends/xforms/FormShowFile.C
src/frontends/xforms/FormShowFile.h
src/frontends/xforms/FormTexinfo.C
src/frontends/xforms/FormTexinfo.h
src/frontends/xforms/LyXKeySymFactory.C
src/frontends/xforms/XLyXKeySym.C
src/frontends/xforms/XLyXKeySym.h
src/frontends/xforms/XMiniBuffer.C
src/frontends/xforms/XMiniBuffer.h
src/graphics/GraphicsCacheItem.C
src/graphics/GraphicsImage.C
src/insets/inset.h
src/insets/insetcite.C
src/insets/insetcite.h
src/insets/insetcollapsable.h
src/insets/insetexternal.h
src/insets/insetgraphics.C
src/insets/insetgraphics.h
src/insets/insetgraphicsParams.C
src/insets/insetgraphicsParams.h
src/insets/insetinclude.h
src/insets/insetlatexaccent.h
src/insets/insetoptarg.h
src/insets/insetspace.C
src/insets/insetspace.h
src/insets/insettext.h
src/insets/renderers.h
src/insets/updatableinset.h
src/intl.h
src/kbmap.h
src/lengthcommon.h
src/lyxfont.h
src/lyxfunc.h
src/lyxrc.h
src/lyxtext.h
src/lyxtextclass.h
src/paragraph_pimpl.h
src/pspell.h
src/support/filetools.C
src/trans.h
src/trans_decl.h
src/trans_mgr.h
src/vspace.C
src/vspace.h

index 5f0c9124f10046660128c68b44877212f1fb4c17..8f3875c06af35e5a87af223a8a4c713997876fc9 100644 (file)
@@ -1,7 +1,24 @@
 2003-09-07  Angus Leeming  <leeming@lyx.org>
 
+       * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
+
        * converter.h: forward declare LatexRunParams.
-       * encoding.h: remove #include "lyxrc.h"
+       * encoding.h: remove #include "lyxrc.h".
+       * lyxtext.h: remove #include "LColor.h".
+       * lyxtextclass.h: remove #include "support/types.h".
+       * trans.h: remove #include "tex-accent.h".
+       * trans_mgr.h: remove #include "tex-accent.h".
+       * insets/inset.h: remove #include "support/types.h", <vector>.
+       * insets/insetcollapsable.h: remove #include "LColor.h".
+       * insets/insetinclude.h: remove #include "dimension.h".
+       * insets/insetlatexaccent.h: remove #include "dimension.h".
+       * insets/insetoptarg.h:: remove #include "insettext.h".
+       * insets/insettext.h: remove #include "dimension.h", <boost/shared_ptr.hpp>
+
+       * insets/renderers.h: add #include "dimension.h".
+       * insets/updatableinset.h: add #include "support/types.h".
+
+       * many .C files: Associated changes.
 
 2003-09-06  Angus Leeming  <leeming@lyx.org>
 
@@ -14,7 +31,7 @@
 2003-09-06  Angus Leeming  <leeming@lyx.org>
 
        * ParagraphParameters.h: forward declare ParameterStruct rather than
-       'including the its file.
+       including its header file.
        (depth): moved out-of-line.
 
 2003-09-06  Angus Leeming  <leeming@lyx.org>
index d85fe208a588fec9b933f279f6b3c61fc1b6a68d..f03569133d82dec3986874c2918e3341b021df91 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Vigna
+ * \author Jürgen Vigna
  * \author Lars Gullik Bjønnes
  * \author Alfredo Braunstein
  *
index 74d0f091853c16e4f13a0f6daf4fc8a20fc411ab..ceefdc20d6970c45e7401da2f997871f444d843d 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Vigna
+ * \author Jürgen Vigna
  * \author Lars Gullik Bjønnes
  * \author Alfredo Braunstein
  *
index 5e13ba4f72ff976fa936f72cca6212547f343e53..70059950fc48f334f5d3eb24ba36329026a615a9 100644 (file)
@@ -25,6 +25,8 @@
 
 #include "insets/insetquotes.h"
 
+#include "support/types.h"
+
 #include <boost/array.hpp>
 
 #include "support/std_string.h"
index 4a42e2649cd56174783861756214da0f9d304d53..79d977383e162e2d033a2ccc9935f37a982a38de 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Asger and Juergen
+ * \author Asger and Jürgen
  *
  * Full author contact details are available in file CREDITS.
  */
index c710742bd3ab6cfedb3838bc4131714661cc22a8..ed4dc4bf06c0f503b4c45703cfe0120d3a2dc422 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Asger & Juergen
+ * \author Asger & Jürgen
  *
  * Full author contact details are available in file CREDITS.
  */
index 29f4994ee6239397ae63e6edcdc5b90efe9f0468..bcbb76b3de64a4d03dd8e1a8167af94805a86fe4 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author John Levon
  * \author Angus Leeming
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 6d937ab92e94f2d78c8ff2b42fbeb5b121081025..e2c348c3478b84e07be49368acda38bd60b5eae5 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Lars
- * \author Asger and Juergen
+ * \author Asger and Jürgen
  * \author John Levon
  *
  * Full author contact details are available in file CREDITS.
index 4cbf30721e505ae7851a47bf2452dc5a5b28e95d..65d47539cf1892b752b5dd5e69ef48550d6fd978 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Lars
- * \author Asger and Juergen
+ * \author Asger and Jürgen
  * \author John Levon
  *
  * Full author contact details are available in file CREDITS.
index 66eb79e5b4465a0866e98af02e6be53f79de89a3..52d19bcdf6ca3bf5ed355cd1d0f13bd0f9657529 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
 
 #include "insets/insetgraphics.h"
 
-#include "support/tostr.h"
-#include "support/filetools.h"
 #include "support/FileInfo.h"
+#include "support/filetools.h"
 #include "support/path_defines.h"
+#include "support/tostr.h"
+#include "support/types.h"
 
 using namespace lyx::support;
 
index 85e1a505ef212d2a8535be60b4e11ec184399320..aba85420f472f1d65368e30f9b5e525e1699e5fd 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author Baruch Even
  * \author Angus Leeming
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 0ec4803cfecc06cc447f01b8188b35c76ceb4fc4..093c4b7d8be8d8be41351b53f79af076f3bc0afd 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 4a43c52b8a8192788796c0d79e67540eacd9e2d0..dc0ba577046d0a4c78b04daf6458c3c9ae3016ad 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \file ControlShowFile.h
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 276eb414b3b4dba171ddd7f745c41385b866d2d4..f23de137682f1fbdc2b748744296e02ec1896cd5 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 9de178fb033041d14d6cb402993a596d38dcd2ad..82080f43f3a368ca0cef05c050433538be83919e 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 3ee1568c370f2c1cdde6295c0c6fa4dded919a0d..632fcc0b0305e52036accdc05d9f1e82caf00afe 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index e9e106bf0c6151236bf78e103e27b6046bcdeba6..78c57e5e9ada91b8c774fc6975592642dce38a7d 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 3132a7da4ac4ed4123f33e291ebd88f7d4fdf344..6ffd4c50d641d97eb013661309112cc8ebf76758 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 13826ad7941da4689b4e430801b2b44732164c47..2d5aa5b3a256ead966ac4c313bf3efb8fa1f89ab 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Asger & Juergen
+ * \author Asger & Jürgen
  *
  * Full author contact details are available in file CREDITS.
  */
index 5a5c4ccc7c3c8cfd1bc39947e7a249b10d3b97ef..2be95b9a3f762938d5b49a88fdc8e8e88c3b201a 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author John Levon
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index a2e3f72d2aa101826d8c7def75292be4a3ab7dcb..80a6f2071b00fceb028792795aa25a541993dbaf 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author John Levon
  * \author Edwin Leuven
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 0f9b65c4c0421032502c1be9d7b41cca96dbd81d..502399ff1ddd556daee30c38a240ca40b7dec116 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author John Levon
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index b7af1442d62deb484c92187e427e2d6b38204be6..9032ddd567a28f3bb0558bb2d1e5f9211e2aff05 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author John Levon
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 4dd319bfa883b82b6b1d37ee8e5cf438de1829b0..15a696cae322c1700521aa613c09592ff95a499c 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author John Levon
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 45fcf70d872515cd7a6f661363cb2ceb26c971d9..b19a170526c670fc38b9262d464534b66e0f92aa 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Asger and Juergen
+ * \author Asger and Jürgen
  * \author John Levon
  *
  * Full author contact details are available in file CREDITS.
index 9c666b98b833dcce4f064d323ba1e8c76574ad78..d22d134418a8b824b8a31a64854159d59aa1dcc6 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Asger and Juergen
+ * \author Asger and Jürgen
  * \author John Levon
  *
  * Full author contact details are available in file CREDITS.
index b3566c1e49f84fcfc841357905b672ac0b6aff43..5f74284cac9b50a7e010d11ee3ecc22aac6f3e98 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index b04b0db85d46c640b205dcc4994efa5e8041a7c3..0f5815081180fc7e44175d0f1ec9f064e5b9b813 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author John Levon
  * \author Edwin Leuven
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index 25ad1eeef9b4533a0658f38e4b0c2378c832e485..08200b2b9e26a5ac12f4eca50a6882c70de05fe9 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index e4d3d4756f12287995530e0626b098b2a416a444..3165115f293c9ebe947ae35c04e84dc6cf7187b3 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index 641c502e0bf5708729cf0f8d715513d3e6b14faa..a1e2bd4e2b6a90c0feacde970aa042100209e9c5 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index dda7e8de300b78db616062bb82a52a5caab3e505..1f487b2de1942be3c75553456589820e0a5f45fb 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index 524c14e3ad4a5a75ae9d6ed92d493646be0d9727..6b17aca2b48a498f9ba2d51e161fffce28d21e19 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index 8584b82e47b1b74e4558a02cd6b45ec434538483..7477702886ecfe9e5ebac8bd6491657299d93f59 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index a3b0695a623b7baf803aac57cc05b833c9789e69..43c23f367a321bf548c1c98eabccfe29a964e12e 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index b56205513d6c81e6660b39499db0f76861ad74bd..40915ea1bd53784ad6fa7fbe53944f9d0e4ac627 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index 9db9f9c298b411df4086543293c41da95705b6f5..eeca1aed0f3585fd4cd1025df706a67617fc3ac1 100644 (file)
@@ -4,8 +4,8 @@
  * Licence details can be found in the file COPYING.
  *
  * \author John Levon
- * \author Juergen Spitzmueller
- * \author Herbert Voss
+ * \author Jürgen Spitzmüller
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 37b2f00242eb7c3812a188961b1a845cc25e94bf..ced67eedc1a905a2a9711aeb4d172a61871da24a 100644 (file)
@@ -6,8 +6,8 @@
  *
  * \author John Levon
  * \author Kalle Dalheimer
- * \author Juergen Spitzmueller
- * \author Herbert Voss
+ * \author Jürgen Spitzmüller
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index e28fcb87f389ff20154e84c6495cdf63927874c7..e0a15d6f55e02c99ce0271fe84f629883584f801 100644 (file)
@@ -4,8 +4,8 @@
  * Licence details can be found in the file COPYING.
  *
  * \author John Levon
- * \author Juergen Spitzmueller
- * \author Herbert Voss
+ * \author Jürgen Spitzmüller
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index a1bfa9b38832379e62e4526d4199875e51a018dd..f24ae522c530dfbadd21a6c4f2012b4e1fa04c4c 100644 (file)
@@ -5,8 +5,8 @@
  * Licence details can be found in the file COPYING.
  *
  * \author John Levon
- * \author Juergen Spitzmueller
- * \author Herbert Voss
+ * \author Jürgen Spitzmüller
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index cd7ac3d201d48011480510a42c9954f38e319755..59dec65a4c0a4a1861eb47672baedca2e1318050 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index 8fa68dacef72557a75256a7e3171516b7ad951b5..e9e11459979c7a58379c5ba44a75f8da1bb155ab 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index fdb78ba7a7b38d5aa8712ab8b3847e3e359a7d11..d252d9940669e39107ac0d5275e3dcf8d11449b1 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index 0626983f6b2921f93fd93941cc20ba016f747d8d..88a92850a3ef671ef8e09e03f948c11d652bbf02 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index 3113c1853bf949f4e829f02b626fcd7a40238f91..7b8143b9eccfd4a7214aae32339cbc9ad356b3e2 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author John Levon
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 0dee28b1e15d2af79e004bbc795a9ba9960987f8..be56c77798903eed301314a6955b195baa3cb28a 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author Angus Leeming
  * \author John Levon
- * \author Herbert Voss
+ * \author Herbert Voß
  * \author Rob Lahaye
  *
  * Full author contact details are available in file CREDITS.
index bf1b760137cb4e5fcde6edc588b8562324dd5746..b99e97b1d0c9b7e23b28f0892752a1099419ee16 100644 (file)
@@ -6,7 +6,7 @@
  * \author Jürgen Vigna
  * \author Rob Lahaye
  * \author Martin Vermeer
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index d3e54ec07a47e9d3ef6169d8535925f7b2de9364..ef25223c6195a783db0d80aac908484ff30b9434 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Baruch Even
- * \author Herbert Voss
+ * \author Herbert Voß
  * \author Rob Lahaye
  *
  * Full author contact details are available in file CREDITS.
index 762f52320c2eb7b14c90de80a9bd738d4091e809..6511f87c259bc8991b500bbedd4f06ca671f9338 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Baruch Even
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 594a87d158753e575e59622947fc9ae43bb57e1c..c59bea2d2d0db7dbf011c44444a1d7c83b5efc62 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 33aff6562e7db91b788aac3c814470221851b656..1b6b4447160199e49a284f677f4b93e964842dff 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 21a35feeac5908053993f14bed5ab1ce45fe3c33..9d569e7914afab62a5f6b4ba64ff8ce11db95ead 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 05b625f8923e32e5314b4c4330ced1047276d739..6f67ca1ddb750171716ca72d76c2a36628129e00 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 928482e5d402de8e35a369f117741594b4bfd24d..00cfdf0fbde78f1481e43fab9492e0e2a078a13c 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Asger & Juergen
+ * \author Asger & Jürgen
  *
  * Full author contact details are available in file CREDITS.
  */
index d32b15ba8d5d628620be58afcc0b551c39b7e494..51e3c0ce19aa5140686f36ea71b6fab1cfbaa0eb 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Asger and Juergen
+ * \author Asger and Jürgen
  *
  * Full author contact details are available in file CREDITS.
  */
index ed7dfb6032d22b04b830cf410c03a7705e71b9c4..9014c5096c24454ad3d6a6ef87f0c7eb0fb311e0 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Asger and Juergen
+ * \author Asger and Jürgen
  *
  * Full author contact details are available in file CREDITS.
  */
index 968973d3e0c7c7cbb22770107601c65fafd16810..ab90cbb9663a3e23c7463df20bfc7a23438fc24b 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Lars
- * \author Asger and Juergen
+ * \author Asger and Jürgen
  *
  * Full author contact details are available in file CREDITS.
  */
index 00b6936b46acf9b83c19504d0912d0cb6f903649..eb2edfa0e44d1988061db9c3dab176155716fcd8 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Lars
- * \author Asger and Juergen
+ * \author Asger and Jürgen
  * \author John Levon
  *
  * Full author contact details are available in file CREDITS.
index 84d66086bd5b4d04f648e249cfcf6341497c6e2e..69cb8e33f9d3a0f3eaa5346c34246e87a2aa2549 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Baruch Even
- * \author Herbert Voss
+ * \author Herbert Voß
  * \author Angus Leeming
  *
  * Full author contact details are available in file CREDITS.
index 75f6498a88579f2289e9274e950d3556f62df51d..78097751dc4cd8c2942167150df1aa35cd5c9a3e 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author Baruch Even
  * \author Angus Leeming
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 27738f71ae416f650c3621e993599c40cd9fc2a1..9d38ab9d046845b1c52297f85903aaf192b08d83 100644 (file)
 #ifndef INSETOLD_H
 #define INSETOLD_H
 
-#include "LColor.h"
 #include "insetbase.h"
 #include "dimension.h"
+#include "LColor.h"
 #include "ParagraphList_fwd.h"
-#include "support/types.h"
 
-#include <vector>
-
-class LyXFont;
 class Buffer;
-class Painter;
+class FuncRequest;
 class LatexRunParams;
-class LyXText;
+class LyXCursor;
+class LyXFont;
 class LyXLex;
+class LyXText;
+class Painter;
 class Paragraph;
-class LyXCursor;
-class FuncRequest;
-class WordLangTuple;
 class UpdatableInset;
+class WordLangTuple;
 
 namespace lyx {
 namespace graphics {
index a4cc7f1e721e5c06a49d289477ab2c342d90cc86..f704d12052748fdaa7b8379cdbda8c8523bb7a21 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index a38e133f62677d576394d4e759041a7f4cb55732..cc0848274b82bbb3a31c17bde0e3ea7edecc2d33 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Angus Leeming
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 09ac4d4c23d19964dd4018ff0ff5d4298ff1068f..daa33a52e763b24c7b955d8df9957fe82d359a30 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "inset.h"
 #include "insettext.h"
-#include "lyxfont.h"
-#include "LColor.h"
+
 #include "box.h"
+#include "lyxfont.h"
 
 #include <boost/weak_ptr.hpp>
 
index 076dbaffe092136edd2c65499718abfe32f01fee..7859b67a4c284a0cd0d558f2a477de43e853bd21 100644 (file)
 #include "inset.h"
 #include "graphics/GraphicsTypes.h"
 #include "support/filename.h"
-#include "support/std_string.h"
 
 #include <boost/scoped_ptr.hpp>
 #include <boost/signals/trackable.hpp>
 
+#include "support/std_string.h"
 
 class RenderInset;
 
index e80ea5bb3465f65ccc2421271b9841afda39bd34..2ffd7751a570c88c2a5e3be0b94c2d6dde91e8c1 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Baruch Even
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index e35ecaec8bbb6d4ac9bc8534fc69a0f7315653c3..d09edf59c60a67c796dd333f4b05dbedca409151 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Baruch Even
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 0a236448944054c92eaddbe93529afc2c3a1ba64..b3bcf7d3f966197c975ea6464224dca78c272e50 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Baruch Even
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 3d614f76d5896c3dc35680589071c65db9129235..627e1ee4764e8371d525d82192210d688fb5f07c 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Baruch Even
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
index 7e0ee9fdd3885f164e26cd4193dfa087867345e7..a44427678185d48c3186f860cba6392a05600199 100644 (file)
 #define INSET_INCLUDE_H
 
 #include "insetcommand.h"
-#include "dimension.h"
 #include "renderers.h"
 #include <boost/scoped_ptr.hpp>
 
 
 class Buffer;
+class Dimension;
 struct LaTeXFeatures;
 
 // Created by AAS 970521
index 4b49eec77fb15f19cda53ea141f820edd9542aa9..7d3ac2b540e7cda8c72c4f7b920d350726e0de8a 100644 (file)
@@ -14,7 +14,9 @@
 
 #include "inset.h"
 #include "support/std_string.h"
-#include "dimension.h"
+
+class Dimension;
+
 
 /** Insertion of accents
 
index 6abba7f9342ae211363153e2bfdc41cd1cc94a3a..b00cec4bf6e7b683309504c086afab53fb83fe4e 100644 (file)
@@ -13,7 +13,6 @@
 #define INSETOPTARG_H
 
 
-#include "insettext.h"
 #include "insetcollapsable.h"
 
 
index 345a5f1f27249ec8cd5c5af70d011e646a22f844..6e3472c1e8c3675288e2eafde2a58ed4196acffd 100644 (file)
@@ -6,7 +6,7 @@
  * \author Asger Alstrup Nielsen
  * \author Jean-Marc Lasgouttes
  * \author Lars Gullik Bjønnes
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index 267ff8121a529f82ae62719a22aaef1772271517..c340560ccdb146cd17629eae48790d8b2195c415 100644 (file)
@@ -7,7 +7,7 @@
  * \author Asger Alstrup Nielsen
  * \author Jean-Marc Lasgouttes
  * \author Lars Gullik Bjønnes
- * \author Juergen Spitzmueller
+ * \author Jürgen Spitzmüller
  *
  * Full author contact details are available in file CREDITS.
  */
index c8f6a2be63182fe8036ae5fdd4e8fb55ac17bebc..dcd71da83853548f304ea227626a2afb7c2b9064 100644 (file)
 #define INSETTEXT_H
 
 #include "updatableinset.h"
-#include "support/std_string.h"
 #include "LColor.h"
 #include "ParagraphList_fwd.h"
 #include "RowList_fwd.h"
-#include "dimension.h"
 #include "lyxtext.h"
 
 #include "support/types.h"
 
 #include "frontends/mouse_state.h"
 
-#include <boost/shared_ptr.hpp>
+#include "support/std_string.h"
 
-class Painter;
-class BufferView;
 class Buffer;
 class BufferParams;
+class BufferView;
+class Dimension;
 class LyXCursor;
-class LyXText;
-class Row;
+class Painter;
 class Paragraph;
+class Row;
 
 /**
  A text inset is like a TeX box to write full text
index e74f7ca491e4eac503aa9148c60aa23d5db5a60e..727e017b88279ca65dd3c2426f74501758a1a9d5 100644 (file)
 #ifndef RENDERERS_H
 #define RENDERERS_H
 
-#include "dimension.h"
 #include "box.h"
+#include "dimension.h"
 
 #include "graphics/GraphicsLoader.h"
 #include "graphics/GraphicsParams.h"
-#include "graphics/GraphicsTypes.h"
 
 #include <boost/weak_ptr.hpp>
 #include <boost/signals/signal0.hpp>
index 16942308152e23ac20a682867977f112d39287c9..c0a735cd9c3018a08607e65f594c2920e23676e0 100644 (file)
@@ -22,6 +22,8 @@
 
 #include "inset.h"
 
+#include "support/types.h"
+
 
 /** Extracted from Matthias notes:
  *
index 0180c84b1ee40b22da2e381d341aaf5b5851ed90..b4ca4393a7b537ec9143127bbc3190606abfa5bd 100644 (file)
 #ifndef INTL_H
 #define INTL_H
 
-#include "support/std_string.h"
 #include "trans_mgr.h"
 
+#include "support/std_string.h"
+
 
 /**
  * This class is used for managing keymaps
index f4a7b06ec818149fc982ff3d8c441ed0de0118cf..38516d8644bc512fbab831eab05721cd7bd9e8da 100644 (file)
 #ifndef KBMAP_H
 #define KBMAP_H
 
-#include "support/std_string.h"
 #include "frontends/key_state.h"
 
 #include <boost/shared_ptr.hpp>
 
+#include "support/std_string.h"
 #include <vector>
 
 class kb_sequence;
index 765816ca3e80d4af1c56d60722e304ea664f7e09..b32271c20d8062693c394846217816b3eb79d284 100644 (file)
@@ -15,8 +15,8 @@
 #ifndef LENGTH_COMMON_H
 #define LENGTH_COMMON_H
 
-#include "support/std_string.h"
 #include "lyxlength.h"
+#include "support/std_string.h"
 
 /// the number of units possible
 extern int const num_units;
index 6baefa7ebb76e9b7358ccc54ae0987e74adab7fe..69fa775b652728f51b2283d37e272530c5f40cc0 100644 (file)
 #ifndef LYXFONT_H
 #define LYXFONT_H
 
-#include <iosfwd>
+#include "LColor.h"
 
 #include "support/std_string.h"
-#include "LColor.h"
+#include <iosfwd>
 
 class LyXLex;
 class BufferParams;
index f3ce55520f0e1bbfc1a23f0580859ef77049fac0..b67b5c582169a8fb547fa62c98cdbd2f9f9aa74d 100644 (file)
 
 #include "kbsequence.h"
 #include "lfuns.h"
-#include "support/std_string.h"
 
 #include <boost/shared_ptr.hpp>
 #include <boost/signals/trackable.hpp>
 
+#include "support/std_string.h"
+
+class BufferView;
+class FuncRequest;
 class FuncStatus;
 class LyXKeySym;
-class LyXView;
 class LyXText;
-class FuncRequest;
-class BufferView;
+class LyXView;
 
 
 /** This class encapsulates all the LyX command operations.
index dfd00286da5a3ab567904127673fd31f0226093d..54310500b531b0e2e8f0c088e15ca321c5b1facd 100644 (file)
@@ -21,7 +21,7 @@
 #include "paper.h"
 #include "graphics/GraphicsTypes.h"
 
-// #include <boost/utility.hpp>
+#include "support/std_string.h"
 
 /// This contains the runtime configuration of LyX
 class LyXRC //: public noncopyable {
index ea9c855d3993ba9ec2b48939e5ff97323d17dd35..8da530766c24e15d3c92a814eb7d91cbc05e7ca1 100644 (file)
 #ifndef LYXTEXT_H
 #define LYXTEXT_H
 
-#include "lyxfont.h"
+#include "bufferview_funcs.h"
 #include "layout.h"
-#include "LColor.h"
-#include "insets/inset.h"
-#include "RowList_fwd.h"
+#include "lyxfont.h"
 #include "ParagraphList_fwd.h"
-#include "bufferview_funcs.h"
+#include "RowList_fwd.h"
 #include "textcursor.h"
 
+#include "insets/inset.h"
+
 class Buffer;
 class BufferParams;
 class BufferView;
+class Dimension;
 class InsetText;
 class LyXCursor;
+class MetricsInfo;
 class Paragraph;
 class Row;
 class Spacing;
 class UpdatableInset;
 class VSpace;
 class WordLangTuple;
-class MetricsInfo;
-class Dimension;
 
 
 /**
index 9c8b289fac73c23ba52dd4ed17bf0fda2e8cb24b..3de520654cf62452683e3c4a2815efb7e67c51e3 100644 (file)
 #define LYXTEXTCLASS_H
 
 #include "lyxlayout.h"
-#include "support/std_string.h"
 #include "lyxlayout_ptr_fwd.h"
 
-#include "support/types.h"
-
 #include <boost/shared_ptr.hpp>
 
+#include "support/std_string.h"
 #include <vector>
 
 class LyXLex;
index 7e5ba6d01625f6191ca890009fd8ba19a370f974..e4514e0bc4c83340098606763276260ffb7ac884 100644 (file)
@@ -16,8 +16,9 @@
 #define PARAGRAPH_PIMPL_H
 
 #include "paragraph.h"
-#include "ParagraphParameters.h"
+
 #include "changes.h"
+#include "ParagraphParameters.h"
 
 #include <boost/scoped_ptr.hpp>
 
index deb096c95ac6de26fbe541c12eb1e1a9459ef7e0..4de75c2320f470b5f7e1d015795a36a2905a3d00 100644 (file)
 #ifndef LYX_PSPELL_H
 #define LYX_PSPELL_H
 
-#include <map>
-
 #include "SpellBase.h"
 
+#include <map>
+
 class PspellManager;
 class PspellStringEmulation;
 class PspellCanHaveError;
index 0ce3da0bfa14ff19be52880d4272064576390fd1..350377390605ae86857e4bce6dc1b6909a32656b 100644 (file)
@@ -12,7 +12,7 @@
  * \author Jean-Marc Lasgouttes
  * \author Angus Leeming
  * \author John Levon
- * \author Herbert Voss
+ * \author Herbert Voß
  *
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
index a7edae7ce86798cb3feed6431a25441e4b8068f2..593835476868ca008e4133cb76c42d6918cffbc9 100644 (file)
 #ifndef TRANS_H
 #define TRANS_H
 
-#include <map>
+#include "trans_decl.h"
 
-#include "tex-accent.h"
 #include "support/std_string.h"
-#include "trans_decl.h"
+#include <map>
+
 
 class LyXLex;
 
index 57ff760d76985791608063257c3cf7255e85f364..a916fb92d5fd3490c8308920a6851dee15a9148f 100644 (file)
@@ -13,9 +13,9 @@
 #ifndef TRANS_DECL_H
 #define TRANS_DECL_H
 
-#include "support/std_string.h"
 #include "tex-accent.h"
 
+#include "support/std_string.h"
 #include <list>
 
 
index 7336146b8f72a3f4f427ddf664894cddbc44d6f8..0ef601f29bc560a1f5561a5c9a26b20947ad6b9d 100644 (file)
@@ -14,9 +14,8 @@
 #ifndef TRANS_MANAGER_H
 #define TRANS_MANAGER_H
 
-#include "tex-accent.h"
-#include "trans_decl.h"
 #include "chset.h"
+#include "trans_decl.h"
 #include "support/std_string.h"
 
 class LyXText;
index 7e44280950995bf6679c0cfc2be6fa4780fdd930..499b3017def2f260df9f1f03ac227ee31f513a6f 100644 (file)
@@ -370,7 +370,7 @@ VSpace::vspace_kind VSpace::kind() const
 }
 
 
-LyXGlueLength VSpace::length() const
+LyXGlueLength const & VSpace::length() const
 {
        return len_;
 }
index 99a92d341763e924aa9aed01e472c2ed5958f1bb..16a27e3e042e1b5d6598ad3f019967c578a27767 100644 (file)
@@ -48,7 +48,7 @@ public:
        /// return the type of vertical space
        vspace_kind kind() const;
        /// return the length of this space
-       LyXGlueLength length() const;
+       LyXGlueLength const & length() const;
 
        // a flag that switches between \vspace and \vspace*
        bool keep() const;