summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-22 13:37:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-22 16:09:02 +0000
commit82af1483c8a259a9f111866f427d04452b27cb47 (patch)
tree2cb2b53818ef397bba2f0783ac33656ff6e761fc /framework/inc
parent8a233f17ae589b33e3b54ef9ebb1fcff41ef6cd7 (diff)
annoying PATHES->PATHS typos
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/services/pathsettings.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/inc/services/pathsettings.hxx b/framework/inc/services/pathsettings.hxx
index e587cc59f766..660a24b4b45b 100644
--- a/framework/inc/services/pathsettings.hxx
+++ b/framework/inc/services/pathsettings.hxx
@@ -63,7 +63,6 @@
/* enable it if you whish to migrate old user settings (using the old cfg schema) on demand ....
disable it in case only the new schema must be used.
*/
-#define MIGRATE_OLD_USER_PATHES
namespace framework
{
@@ -213,10 +212,9 @@ class PathSettings : public css::lang::XTypeProvider ,
/** filter "real user defined paths" from the old configuration schema
and set it as UserPaths on the new schema.
Can be removed with new major release ... */
- #ifdef MIGRATE_OLD_USER_PATHES
+
void impl_mergeOldUserPaths( PathSettings::PathInfo& rPath,
const OUStringList& lOld );
- #endif
/** reload one path directly from the new configuration schema (because
it was updated by any external code) */