summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formcomponenthandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/formcomponenthandler.hxx')
-rw-r--r--extensions/source/propctrlr/formcomponenthandler.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/extensions/source/propctrlr/formcomponenthandler.hxx b/extensions/source/propctrlr/formcomponenthandler.hxx
index 8359cdbccc04..bc7367abbeae 100644
--- a/extensions/source/propctrlr/formcomponenthandler.hxx
+++ b/extensions/source/propctrlr/formcomponenthandler.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FORMCOMPONENTHANDLER_HXX
-#define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FORMCOMPONENTHANDLER_HXX
+#pragma once
#include <memory>
#include "propertyhandler.hxx"
@@ -219,7 +218,7 @@ namespace pcr
*/
void impl_fillQueryNames_throw( const css::uno::Reference< css::container::XNameAccess >& _xQueryNames
,std::vector< OUString >& _out_rNames
- ,const OUString& _sName = OUString() ) const;
+ ,std::u16string_view _sName = std::u16string_view() ) const;
/** describes the UI for selecting a ListSource (for list-like form controls)
@precond
@@ -256,7 +255,7 @@ namespace pcr
*/
bool impl_dialogFilterOrSort_nothrow( bool _bFilter, OUString& _out_rSelectedClause, ::osl::ClearableMutexGuard& _rClearBeforeDialog ) const;
- /** executes a dialog which allows the user to chose the columns linking
+ /** executes a dialog which allows the user to choose the columns linking
a sub to a master form, and sets the respective MasterFields / SlaveFields
properties at the form.
@precond
@@ -433,6 +432,4 @@ namespace pcr
} // namespace pcr
-#endif // INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_FORMCOMPONENTHANDLER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */