diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2012-07-26 16:49:23 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2012-07-29 21:29:22 -0430 |
commit | 1d6d7bff8d3c55bf974d504efe3fbb591f2f597d (patch) | |
tree | fa1ddd6c585e97c9b02b4eba753a8041d909c0f1 /sfx2 | |
parent | 321216ea83533db83a603f6c8ea2eec0abccf288 (diff) |
Display all available folders when all button is clicked.
Change-Id: Ia7f0acca967c5ef4057ad0f5f891f095efa5cf1e
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/templatefolderview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/templatefolderview.cxx b/sfx2/source/control/templatefolderview.cxx index 3972a499e58b..b7c5310fa1fb 100644 --- a/sfx2/source/control/templatefolderview.cxx +++ b/sfx2/source/control/templatefolderview.cxx @@ -242,7 +242,7 @@ public: bool isValid (const rtl::OUString &rType) const { - bool bRet = false; + bool bRet = true; if (meApp == FILTER_APP_WRITER) { |