summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/fontdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/fontdialog.hxx')
-rw-r--r--extensions/source/propctrlr/fontdialog.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/propctrlr/fontdialog.hxx b/extensions/source/propctrlr/fontdialog.hxx
index 485c573192ed..7017e02c3bf3 100644
--- a/extensions/source/propctrlr/fontdialog.hxx
+++ b/extensions/source/propctrlr/fontdialog.hxx
@@ -24,14 +24,14 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
-//............................................................................
+
namespace pcr
{
-//............................................................................
- //========================================================================
+
+
//= ControlCharacterDialog
- //========================================================================
+
class ControlCharacterDialog : public SfxTabDialog
{
public:
@@ -66,9 +66,9 @@ namespace pcr
private:
sal_uInt16 m_nCharsId;
};
-//............................................................................
+
} // namespace pcr
-//............................................................................
+
#endif // _EXTENSIONS_PROPCTRLR_FONTDIALOG_HXX_