summaryrefslogtreecommitdiffstats
path: root/include/unotools/printwarningoptions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/printwarningoptions.hxx')
-rw-r--r--include/unotools/printwarningoptions.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/unotools/printwarningoptions.hxx b/include/unotools/printwarningoptions.hxx
index c83a1ed63260..d85094d88216 100644
--- a/include/unotools/printwarningoptions.hxx
+++ b/include/unotools/printwarningoptions.hxx
@@ -26,7 +26,7 @@
#include <rtl/ustring.hxx>
#include <unotools/options.hxx>
-/*-************************************************************************************************************//**
+/*-************************************************************************************************************
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.
You can create the container if it is necessary. The class which use these mechanism
@@ -35,7 +35,7 @@
class SvtPrintWarningOptions_Impl;
-/*-************************************************************************************************************//**
+/*-************************************************************************************************************
@short collect information about startup features
@descr -
@@ -48,7 +48,7 @@ class SvtPrintWarningOptions_Impl;
class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtPrintWarningOptions : public utl::detail::Options
{
public:
- /*-****************************************************************************************************//**
+ /*-****************************************************************************************************
@short standard constructor and destructor
@descr This will initialize an instance with default values.
We implement these class with a refcount mechanism! Every instance of this class increase it
@@ -67,7 +67,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtPrintWarningOptions : public utl::de
SvtPrintWarningOptions();
virtual ~SvtPrintWarningOptions();
- /*-****************************************************************************************************//**
+ /*-****************************************************************************************************
@short interface methods to get and set value of config key "org.openoffice.Office.Common/Print/Warning..."
@descr These options describe internal states to enable/disable features of installed office.
@@ -86,7 +86,7 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtPrintWarningOptions : public utl::de
private:
- /*-****************************************************************************************************//**
+ /*-****************************************************************************************************
@short return a reference to a static mutex
@descr These class use his own static mutex to be threadsafe.
We create a static mutex only for one ime and use at different times.