summaryrefslogtreecommitdiff
path: root/embeddedobj
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj')
-rw-r--r--embeddedobj/source/msole/olecomponent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/embeddedobj/source/msole/olecomponent.hxx b/embeddedobj/source/msole/olecomponent.hxx
index 63547c321adc..08f1cbed696f 100644
--- a/embeddedobj/source/msole/olecomponent.hxx
+++ b/embeddedobj/source/msole/olecomponent.hxx
@@ -123,7 +123,7 @@ public:
css::uno::Sequence< sal_Int8 > GetCLSID();
- bool IsWorkaroundActive() { return m_bWorkaroundActive; }
+ bool IsWorkaroundActive() const { return m_bWorkaroundActive; }
bool IsDirty();
void StoreOwnTmpIfNecessary();