summaryrefslogtreecommitdiffstats
path: root/include/basic/basmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/basmgr.hxx')
-rw-r--r--include/basic/basmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/basmgr.hxx b/include/basic/basmgr.hxx
index 06c67cd75dd3..2f5ef0126ef2 100644
--- a/include/basic/basmgr.hxx
+++ b/include/basic/basmgr.hxx
@@ -188,7 +188,7 @@ public:
// Modify-Flag will be reset only during save.
bool IsBasicModified() const;
- std::vector<BasicError>& GetErrors();
+ std::vector<BasicError>& GetErrors() { return aErrors;}
/** sets a global constant in the basic library, referring to some UNO object, to a new value.