summaryrefslogtreecommitdiff
path: root/framework/inc/uiconfiguration/imagemanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uiconfiguration/imagemanager.hxx')
-rw-r--r--framework/inc/uiconfiguration/imagemanager.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/framework/inc/uiconfiguration/imagemanager.hxx b/framework/inc/uiconfiguration/imagemanager.hxx
index 331b4ec09210..aacc8bbd3c72 100644
--- a/framework/inc/uiconfiguration/imagemanager.hxx
+++ b/framework/inc/uiconfiguration/imagemanager.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FRAMEWORK_INC_UICONFIGURATION_IMAGEMANAGER_HXX
-#define INCLUDED_FRAMEWORK_INC_UICONFIGURATION_IMAGEMANAGER_HXX
+#pragma once
#include <memory>
@@ -36,7 +35,7 @@ namespace framework
class ImageManager final : public ::cppu::WeakImplHelper< css::ui::XImageManager, css::lang::XServiceInfo>
{
public:
- ImageManager( const css::uno::Reference< css::uno::XComponentContext >& rxContext );
+ ImageManager( const css::uno::Reference< css::uno::XComponentContext >& rxContext, bool bForModule );
virtual ~ImageManager() override;
virtual OUString SAL_CALL getImplementationName() override
@@ -92,6 +91,4 @@ namespace framework
};
}
-#endif // INCLUDED_FRAMEWORK_INC_UICONFIGURATION_IMAGEMANAGER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */