diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-01 16:23:59 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-02 09:38:29 +0200 |
commit | e9cb5577f4c1be0f59863ec5ccb68e8794a2f117 (patch) | |
tree | 9a84237851499e829442ed322ba050189943ce21 /framework/source | |
parent | 1a18cafecb06a76e872f5f1a9434160ea8ffd881 (diff) |
loplugin:staticmethods
Change-Id: Ibf0c73ac17ec19ed672f66907db47057920babca
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/fwe/xml/toolboxdocumenthandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/fwe/xml/toolboxdocumenthandler.cxx b/framework/source/fwe/xml/toolboxdocumenthandler.cxx index e3d35fac72ee..e96f436b705e 100644 --- a/framework/source/fwe/xml/toolboxdocumenthandler.cxx +++ b/framework/source/fwe/xml/toolboxdocumenthandler.cxx @@ -420,7 +420,7 @@ throw( SAXException, RuntimeException, std::exception ) //fix for fdo#39370 /// check whether RTL interface or not - if(Application::GetSettings().GetLayoutRTL()){ + if(AllSettings::GetLayoutRTL()){ if (aCommandURL == ".uno:ParaLeftToRight") aCommandURL = ".uno:ParaRightToLeft"; else if (aCommandURL == ".uno:ParaRightToLeft") |