IContextChangeReceiver.hxx (da72173f) IContextChangeReceiver.hxx (3fc59d38)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 9 unchanged lines hidden (view full) ---

18 * under the License.
19 *
20 *************************************************************/
21
22#ifndef SFX_SIDEBAR_CONTEXT_CHANGE_RECEIVER_INTERFACE_HXX
23#define SFX_SIDEBAR_CONTEXT_CHANGE_RECEIVER_INTERFACE_HXX
24
25#include "EnumContext.hxx"
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 9 unchanged lines hidden (view full) ---

18 * under the License.
19 *
20 *************************************************************/
21
22#ifndef SFX_SIDEBAR_CONTEXT_CHANGE_RECEIVER_INTERFACE_HXX
23#define SFX_SIDEBAR_CONTEXT_CHANGE_RECEIVER_INTERFACE_HXX
24
25#include "EnumContext.hxx"
26#include "sfx2/dllapi.h"
26
27
28namespace sfx2 { namespace sidebar {
29
30
31class SFX2_DLLPUBLIC IContextChangeReceiver
32{
33public:
27
28
29namespace sfx2 { namespace sidebar {
30
31
32class SFX2_DLLPUBLIC IContextChangeReceiver
33{
34public:
34 virtual void HandleContextChange (
35 const EnumContext aContext) = 0;
35 virtual ~IContextChangeReceiver (void);
36
37 virtual void HandleContextChange (const EnumContext aContext) = 0;
36};
37
38} } // end of namespace ::sd::sidebar
39
40#endif
38};
39
40} } // end of namespace ::sd::sidebar
41
42#endif