summaryrefslogtreecommitdiff
path: root/store/source/storcach.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-09-30 10:38:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-09-30 11:06:19 +0200
commit904959b85853be0a79c757f9df92e1a9b7e0c01c (patch)
tree2b1e7fa7ee93a25b594b25155dc9d9e655cd1121 /store/source/storcach.cxx
parentba09cda3ef52f58a1d5387ee33b30042baf2bf34 (diff)
Remove OStorePageData typedef
Change-Id: I9f4e8fa41a59325fe7036acb66d045a833294bd6
Diffstat (limited to 'store/source/storcach.cxx')
-rw-r--r--store/source/storcach.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/storcach.cxx b/store/source/storcach.cxx
index d8449be56440..a37a0175fa8d 100644
--- a/store/source/storcach.cxx
+++ b/store/source/storcach.cxx
@@ -403,7 +403,7 @@ storeError PageCache::removePageAt (sal_uInt32 nOffset)
* Old OStorePageCache implementation.
*
* (two-way association (sorted address array, LRU chain)).
- * (external OStorePageData representation).
+ * (external PageData representation).
*
*/