diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-02 18:50:07 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-03 10:20:07 -0400 |
commit | c01bb9da9fab5ae7226d519e634c914529bf1704 (patch) | |
tree | 8fdfd4827611ea375d7080d602d5bdae4759776b | |
parent | 037908f9ee16156cc251a444a0d82142e27a7d34 (diff) |
No more protected visibility; class inheritance is gone.
-rw-r--r-- | editeng/source/editeng/editdoc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/editdoc.hxx b/editeng/source/editeng/editdoc.hxx index b1e7f561df0c..e17618ee09a6 100644 --- a/editeng/source/editeng/editdoc.hxx +++ b/editeng/source/editeng/editdoc.hxx @@ -732,7 +732,7 @@ private: bool bOwnerOfPool:1; bool bModified:1; -protected: +private: void ImplDestroyContents(); public: |