diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:42:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-27 03:51:41 -0600 |
commit | d39d80a52642489207fc4f7d384a3474e6d20136 (patch) | |
tree | 66a4ff6273062b56399c8583dc2117763a0ed3a9 /store/source/storbase.hxx | |
parent | a463234e8893b349f99bef899e71709f3ab82cd6 (diff) |
Remove visual noise from store
Change-Id: I6753eb480618af747ecf4a3ae3c666257761ce70
Reviewed-on: https://gerrit.libreoffice.org/8317
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'store/source/storbase.hxx')
-rw-r--r-- | store/source/storbase.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/store/source/storbase.hxx b/store/source/storbase.hxx index cbd4fc55a888..7a6dc0d8da89 100644 --- a/store/source/storbase.hxx +++ b/store/source/storbase.hxx @@ -884,7 +884,6 @@ public: return store_E_None; } - PageHolder & get() { return m_xPage; } PageHolder const & get() const { return m_xPage; } |