# HG changeset patch
# User insilmaril
# Date 1177516974 0
# Node ID d42d12074ff414e7526ef19b7bdf9145d0e8390f
# Parent  694f5e35e87c3bc2a1da37a30c02f43a924c78dc
started doxygen documentation

diff -r 694f5e35e87c -r d42d12074ff4 exportoofiledialog.h
--- a/exportoofiledialog.h	Wed Apr 25 16:02:54 2007 +0000
+++ b/exportoofiledialog.h	Wed Apr 25 16:02:54 2007 +0000
@@ -6,6 +6,11 @@
 
 #include "settings.h"
 
+/*! \brief Dialog to select output file and format for Open Office documents
+
+This is an overloaded QFileDialog, which allows to select templates by setting a type.
+*/
+
 class ExportOOFileDialog:public QFileDialog
 {
 	Q_OBJECT