summaryrefslogtreecommitdiff
path: root/source/dpsource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'source/dpsource.cxx')
-rw-r--r--source/dpsource.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/dpsource.cxx b/source/dpsource.cxx
index a4d9f26..fdd58be 100644
--- a/source/dpsource.cxx
+++ b/source/dpsource.cxx
@@ -181,9 +181,9 @@ void SourceProvider::removeRefreshListener(const Reference< XRefreshListener >&
{
}
-SimpleSharedString& SourceProvider::getSharedStrings()
+PropertyTokenizer& SourceProvider::getPropertyTokenizer()
{
- return maSharedStrings;
+ return maPropTokens;
}
// ============================================================================