summaryrefslogtreecommitdiff
path: root/include/comphelper/logging.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/comphelper/logging.hxx
parentdff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff)
Remove visual noise from include
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/comphelper/logging.hxx')
-rw-r--r--include/comphelper/logging.hxx32
1 files changed, 16 insertions, 16 deletions
diff --git a/include/comphelper/logging.hxx b/include/comphelper/logging.hxx
index c243c2be2544..2e528691743c 100644
--- a/include/comphelper/logging.hxx
+++ b/include/comphelper/logging.hxx
@@ -29,15 +29,15 @@
#include <boost/shared_ptr.hpp>
#include <boost/optional.hpp>
-//........................................................................
+
namespace comphelper
{
-//........................................................................
- //====================================================================
+
+
//= string conversions, employed by the templatized log* members of
//= EventLogger
- //====================================================================
+
namespace log { namespace convert
{
@@ -62,9 +62,9 @@ namespace comphelper
} } // namespace log::convert
- //====================================================================
+
//= EventLogger
- //====================================================================
+
class EventLogger_Impl;
typedef ::boost::optional< OUString > OptionalString;
@@ -116,7 +116,7 @@ namespace comphelper
/// determines whether an event with the given level would be logged
bool isLoggable( const sal_Int32 _nLogLevel ) const;
- //----------------------------------------------------------------
+
//- XLogger::log equivalents/wrappers
//- string messages
@@ -209,7 +209,7 @@ namespace comphelper
return false;
}
- //----------------------------------------------------------------
+
//- XLogger::log equivalents/wrappers
//- ASCII messages
@@ -302,7 +302,7 @@ namespace comphelper
return false;
}
- //----------------------------------------------------------------
+
//- XLogger::logp equivalents/wrappers
//- string messages
@@ -395,7 +395,7 @@ namespace comphelper
return false;
}
- //----------------------------------------------------------------
+
//- XLogger::logp equivalents/wrappers
//- ASCII messages
@@ -503,9 +503,9 @@ namespace comphelper
) const;
};
- //====================================================================
+
//= ResourceBasedEventLogger
- //====================================================================
+
struct ResourceBasedEventLogger_Data;
/** extends the EventLogger class with functionality to load log messages from
a resource bundle.
@@ -533,7 +533,7 @@ namespace comphelper
const sal_Char* _pAsciiLoggerName = NULL
);
- //----------------------------------------------------------------
+
//- XLogger::log equivalents/wrappers
//- resource IDs
@@ -626,7 +626,7 @@ namespace comphelper
return false;
}
- //----------------------------------------------------------------
+
//- XLogger::logp equivalents/wrappers
//- resource IDs
@@ -718,9 +718,9 @@ namespace comphelper
OUString impl_loadStringMessage_nothrow( const sal_Int32 _nMessageResID ) const;
};
-//........................................................................
+
} // namespace comphelper
-//........................................................................
+
#endif // INCLUDED_COMPHELPER_LOGGING_HXX