summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshtxt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/unoshtxt.cxx')
-rw-r--r--svx/source/unodraw/unoshtxt.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/svx/source/unodraw/unoshtxt.cxx b/svx/source/unodraw/unoshtxt.cxx
index d62d58d7c113..1e854d5cedae 100644
--- a/svx/source/unodraw/unoshtxt.cxx
+++ b/svx/source/unodraw/unoshtxt.cxx
@@ -136,7 +136,7 @@ public:
void addRange( SvxUnoTextRangeBase* pNewRange );
void removeRange( SvxUnoTextRangeBase* pOldRange );
- const SvxUnoTextRangeBaseList& getRanges() const;
+ const SvxUnoTextRangeBaseList& getRanges() const { return maTextRanges;}
void lock();
void unlock();
@@ -264,10 +264,6 @@ void SvxTextEditSourceImpl::removeRange( SvxUnoTextRangeBase* pOldRange )
-const SvxUnoTextRangeBaseList& SvxTextEditSourceImpl::getRanges() const
-{
- return maTextRanges;
-}