diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:41:43 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:37 +0200 |
commit | 471615653007947a44ee9c1b1e747849f7b73845 (patch) | |
tree | 4254b0a79c59960db50ad11446f2c1eb0b7d31fc /sd | |
parent | ca173a20eb22ab1c71f377c4878c945eb756e4d2 (diff) |
typo: configration -> configuration
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/framework/configuration/ConfigurationUpdater.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx index b40e689790aa..b5cc9013853d 100644 --- a/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx +++ b/sd/source/ui/framework/configuration/ConfigurationUpdater.hxx @@ -162,7 +162,7 @@ private: ::std::vector<css::uno::Reference<css::drawing::framework::XResourceId> >& rResourcesToDeactivate); - /** Remove from the requested configration all pure anchors that have no + /** Remove from the requested configuration all pure anchors that have no child. Requested but not yet activated anchors can not be removed because without the actual resource the 'pureness' of an anchor can not be determined. |