summaryrefslogtreecommitdiff
path: root/framework/inc/xml/acceleratorconfigurationwriter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/xml/acceleratorconfigurationwriter.hxx')
-rw-r--r--framework/inc/xml/acceleratorconfigurationwriter.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/framework/inc/xml/acceleratorconfigurationwriter.hxx b/framework/inc/xml/acceleratorconfigurationwriter.hxx
index f66b5f6da143..149a72f33632 100644
--- a/framework/inc/xml/acceleratorconfigurationwriter.hxx
+++ b/framework/inc/xml/acceleratorconfigurationwriter.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FRAMEWORK_INC_XML_ACCELERATORCONFIGURATIONWRITER_HXX
-#define INCLUDED_FRAMEWORK_INC_XML_ACCELERATORCONFIGURATIONWRITER_HXX
+#pragma once
#include <accelerators/acceleratorcache.hxx>
@@ -56,7 +55,7 @@ class AcceleratorConfigurationWriter final
used to write the configuration there.
*/
AcceleratorConfigurationWriter(const AcceleratorCache& rContainer,
- const css::uno::Reference< css::xml::sax::XDocumentHandler >& xConfig );
+ css::uno::Reference< css::xml::sax::XDocumentHandler > xConfig );
/** @short does nothing real ... */
~AcceleratorConfigurationWriter();
@@ -69,13 +68,11 @@ class AcceleratorConfigurationWriter final
private:
/** @short TODO */
- void impl_ts_writeKeyCommandPair(const css::awt::KeyEvent& aKey ,
+ static void impl_ts_writeKeyCommandPair(const css::awt::KeyEvent& aKey ,
const OUString& sCommand,
const css::uno::Reference< css::xml::sax::XDocumentHandler >& xConfig );
};
} // namespace framework
-#endif // INCLUDED_FRAMEWORK_INC_XML_ACCELERATORCONFIGURATIONWRITER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */