summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/browserline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/browserline.hxx')
-rw-r--r--extensions/source/propctrlr/browserline.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/extensions/source/propctrlr/browserline.hxx b/extensions/source/propctrlr/browserline.hxx
index 346904415682..dfde2969f41f 100644
--- a/extensions/source/propctrlr/browserline.hxx
+++ b/extensions/source/propctrlr/browserline.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_BROWSERLINE_HXX
-#define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_BROWSERLINE_HXX
+#pragma once
#include <com/sun/star/inspection/XPropertyControl.hpp>
#include <vcl/weld.hxx>
@@ -69,7 +68,7 @@ namespace pcr
bool m_bReadOnly;
public:
- OBrowserLine(const OUString& rEntryName, weld::Container* pParent, weld::SizeGroup* pLabelGroup,
+ OBrowserLine(OUString aEntryName, weld::Container* pParent, weld::SizeGroup* pLabelGroup,
weld::Container* pInitialControlParent);
~OBrowserLine();
@@ -85,7 +84,7 @@ namespace pcr
const OUString& GetEntryName() const { return m_sEntryName; }
- void SetComponentHelpIds(const OString& rHelpId);
+ void SetComponentHelpIds(const OUString& rHelpId);
void SetTitle(const OUString& rString );
void FullFillTitleString();
@@ -125,6 +124,4 @@ namespace pcr
} // namespace pcr
-#endif // INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_BROWSERLINE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */