summaryrefslogtreecommitdiff
path: root/framework/inc/recording/dispatchrecorder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/recording/dispatchrecorder.hxx')
-rw-r--r--framework/inc/recording/dispatchrecorder.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/framework/inc/recording/dispatchrecorder.hxx b/framework/inc/recording/dispatchrecorder.hxx
index 2a7afc550177..ec03189d3cb4 100644
--- a/framework/inc/recording/dispatchrecorder.hxx
+++ b/framework/inc/recording/dispatchrecorder.hxx
@@ -17,12 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FRAMEWORK_INC_RECORDING_DISPATCHRECORDER_HXX
-#define INCLUDED_FRAMEWORK_INC_RECORDING_DISPATCHRECORDER_HXX
+#pragma once
+
+#include <sal/config.h>
-/** Attention: stl headers must(!) be included at first. Otherwise it can make trouble
- with solaris headers ...
-*/
#include <vector>
#include <rtl/ustring.hxx>
@@ -80,7 +78,7 @@ class DispatchRecorder final
// private functions
private:
- void implts_recordMacro( const OUString& aURL,
+ void implts_recordMacro( std::u16string_view aURL,
const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
bool bAsComment, OUStringBuffer& );
void AppendToBuffer( const css::uno::Any& aValue, OUStringBuffer& aArgumentBuffer );
@@ -89,6 +87,4 @@ class DispatchRecorder final
} // namespace framework
-#endif // define __FRAMEWORK...
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */