]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Liason.h
Color patch from Angus, KDE patch from Johnm menu patch from Rob, and the usual unint...
[lyx.git] / src / frontends / Liason.h
index 6007c66368c51f461b5652eebb3f5dc003c3d856..77aceddb2dcfc7c04754c0598b677e53c84153ca 100644 (file)
@@ -48,15 +48,15 @@ class BufferParams;
 namespace Liason
 {
 #endif
-/**@name Global support functions */
-//@{
-/// get global printer parameters
-PrinterParams getPrinterParams(Buffer *);
-/// print the current buffer
-bool printBuffer(Buffer *, PrinterParams const &);
-/// set the minibuffer
-void setMinibuffer(LyXView *, char const  * msg);
-//@}
+       /**@name Global support functions */
+       //@{
+       /// get global printer parameters
+       PrinterParams getPrinterParams(Buffer *);
+       /// print the current buffer
+       bool printBuffer(Buffer *, PrinterParams const &);
+       /// set the minibuffer
+       void setMinibuffer(LyXView *, char const  * msg);
+       //@}
 
 #ifdef CXX_WORKING_NAMESPACES
 }